@import url('https://fonts.googleapis.com/css?family=Merienda+One|Quicksand');


body{
  font-family: 'Quicksand', sans-serif;
  padding-top: 105px;
  color: #000;
  letter-spacing: 0.4px;
}

.like-h1{
  font-size: 45px;
  line-height: 43px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merienda One', cursive;
  letter-spacing: 2px;
}

h1 {
  font-size: 60px;
  margin-top: 100px;
}

h2{
  font-size: 45px;
  line-height: 46px;
  margin-bottom:30px;
  margin-top: 0px;
}

h3{
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 25px;
}

p{
  font-size: 17px;
  margin-bottom: 20px;
}

#header{
  height: 105px;
  width:100%;
  position: fixed;
  z-index: 121;
  top: 0;
  left: 0;
  background: #46a0dc;
}

#header > .container{
  padding-top:15px;
  padding-left: 25px;
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#logo{
  height: 100%;
  padding: 20px 0;
}

#logo img{
  height: 100%;
  width: auto;
}

#mainmenu{
  position:absolute;
  bottom:0;
  right: 0;
  height: 52px;
}

.menu-container{
  height: 100%;
}

.navbar-nav{
  padding-top: 30px;
  padding-bottom:30px;
}

.navbar-nav li a{
  color: #000;
  font-size: 20px;
}

.navbar-nav li a:hover, .navbar-nav li.active a{
  color: #000;
}

.navbar-nav li a:hover{
  background:none;
}

.navbar-toggle {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.navbar-toggle .icon-bar{
  background: #000;
}

.bg-image-container {
  width:100%;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  padding: 20px 0;
}

.bg-image-container h2 {
color: #fff;
font-size: 30px;
text-shadow: 1px 1px 1px #000;
}

.bg-image-container h1 {
  color: #e30613;
  text-shadow: 1px 1px 1px #000;
}

.header-image-container{
  width:100%;
  background-size: cover;
  min-height: 600px;
  padding: 20px 0;
  color: #FFF;
}

.header-image-container h1{
  font-size:90px;
  text-shadow: 1px 1px 1px #000;
}

.btn, input[type="submit"]{
  height: 54px;
  padding: 16px 20px;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.btn:hover{
  background-color: #df3232;
  border-color: #df3232;
  color: #fff;
}

.center-button{
  width:100%;
  text-align: center;
}

.btn.left{
  float: left;
}

.btn.right{
  float:right;
}

article.block{
  box-sizing: border-box;
  display: block;
  width:100%;
  margin: 60px 0px 20px;
  padding: 0 40px 20px;
  border-radius: 5px;
  position: relative;
}

article.block.fixed-true{
  height: 330px;
}

.icon-holder{
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
}

.icon-holder .icon-container{
  height: 90px;
  width: 90px;
  margin-top:-45px;
  display: inline-block;
  font-size:32px;
  background-color: #FFF;
  border-radius: 50%;
  color: #a5d15f;
  line-height: 90px;
}

article.block span{
  width:100%;
  display: block;
  margin-bottom: 15px;
}

article.block h2, article.block h2 p{
  margin: 10px 0;
  color: #DD052B;
  font-weight: 700;
  font-size: 28px;
}

article.block .btn{
  background-color: #3a3d41;
}

article.block.fixed-true .btn{
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.red, article.block.red .btn:hover{
  background-color: #D80000;
}

.bg-grey {
  background: #f4f4ef;
  padding-top: 20px;
}

.bg-blue {
  background: #46a0dc;
  color: #FFF;
  padding: 20px 0;
}
.bg-blue h4 {
font-size: 40px;
}

.bg-blue p, .bg-black p, .footer-black p, .header-image-container p{
  color: #FFF;
}

.bg-black{
  background: #181a1c;
  color: #FFF;
  padding: 20px 0;
}

.footer-black{
  background: #222427;
  color: #FFF;
  padding: 20px 0;
}

.main-section, .default-section{
  padding: 20px 0;
}

.bg-image-container label {
color: #000;
}

form{
  background: #d3d3d3;
  padding: 20px;
}

select, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
  display: block;
  font-size: 20px;
  width: 100%;
  height: 47px;
  margin: 8px 0;
  padding: 12px 20px;
  box-sizing: border-box;
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
  background-color: #fff;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus{
  background-color: #fff;
  font-size: 20px;
}

textarea{
  resize:vertical;
      width: 100%;
height: 150px;
}

label{
  margin-top: 20px;
}

input[type="submit"]{
  background-color: #D80000;
  float: right;
  margin-top: 30px;
}

/* Slider */

.slider-section-slider, .slider-section-slider .slider-slide {
  height: 700px;
  position:relative;
  width:100%;
  background-size: cover;
  background-position: center 50%;
}

.slider-section-slider .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

.slider-content h1 {
color: #e30613;
text-shadow: 2px 2px 2px #000;
font-size: 60px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }


@media (max-width: 767px) {
  h1 {
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;
  }

  .navbar-collapse {
      background: #46a0dc;
    }

  #mainmenu .navbar-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #46a0dc;
    border-top: solid #000 1px;
    padding: 5px 10px;
  }

    #mainmenu .navbar-nav li{
      margin: 20px 7px;
    }

    .navbar-nav{
      padding-bottom:5px;
    }

    .navbar-header {
      height: 105px;
  }

  #mainmenu .navbar-nav li a{
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .header-image-container h1 {
    font-size: 30px;
    line-height: 45px;
}

.header-image-container {
  min-height: 400px;
  padding: 20px 0;
  color: #FFF;
}

#cta-bar {
display: none;
}

h2 {
font-size: 30px;
}

h3 {
font-size: 25px;
}
}

/* Menu */

.navbar-nav > li > .dropdown-menu{
  border-radius: none;
}
.navbar-nav>li>.dropdown-menu a{
  padding: 10px 10px;
}

.cta-block-container{
  margin-top: -400px;
  position: relative;
  z-index: 100;
}

.navbar{
  background: #46a0dc;
}
.navbar-brand{
  /*padding-top: 0px;*/
}

.navbar-brand img {
  height: 70px;
  width: auto;
}
