@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Satisfy);

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h1, h2 {
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h3, .uk-h3 {
  font-weight: 300;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

h5 {
  font-family: 'Satisfy', cursive;
}

.uk-block-primary {
  background-color: #2f3590;
}

.uk-text-primary {
  color: #2f3590 !important;
}

.t5-menu-space {
  padding-top: 40px;
  padding-bottom: 0px;
}

.t5-menu-button {
  border-radius: 50px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.t5-introduction-content {
  background-image: url('../images/bg5.png');
  background-size: contain;
  background-repeat: no-repeat;

}

.t5-introduction-content h5 {
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 30px;
}
.t5-introduction-content h1 {
  font-size: 64px;
  line-height: 64px;
  margin-top: 10px;
}

.t5-introduction-content p {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}


.t5-main-nav > li {
  padding-left: 25px;
  padding-right: 25px;
}

.uk-block-padding-v {
  padding-top: 120px;
  padding-bottom: 120px;
}

.uk-block-light {
  background-color: #f2f7fc;
}

.t5-slo2-content {
  max-width: 450px;
}

.t5-slot2-bg {
  background-size: cover;
  background-image: url('../images/gallery-main.jpg');
}

.t5-grid-gradient > div > div {
  background: -moz-linear-gradient(top, rgba(51,127,214,0.2) 0%, rgba(51,127,214,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(51,127,214,0.2) 0%,rgba(51,127,214,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(51,127,214,0.2) 0%,rgba(51,127,214,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33337fd6', endColorstr='#00337fd6',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 768px)  {
  .uk-height-viewport {
    height: auto !important;
    min-height: 200px; !important;
  }
  .uk-block-padding-v {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
