/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@media (max-width: 419px) {
  h2, uk-h2 {
    font-size: 32px;
  }
}

.logo-small {
    width:180px;
  }

@media (max-width: 448px) {
  .logo-small {
    width:90%;
  }
}


.button {
      padding: 10px 20px;
    background: #b6dd7a;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}
