/*header*/

.size {
  font-size: 48px!important;
  text-align: center!important;
  color: black!important;
}

.navbox {
}

nav ul li a {
  color: #666666 !important;
  font-size: 16px;
  text-transform: uppercase;
}


/*banner*/

.banner-box {
  background-position: center center;
  background-size: cover;
  height: 476px;
  background-image: url("../images/banner.jpg");
}

.banr-head {
   font-size: 72px;
   text-align: center;
   font-family: ComicNeueSansID! important;
   color: white;
}

.banr-content {
  font-size: 32px;
  text-align: center;
  font-family: DK Blue Sheep! important;
  color: white;
}

.formbtn {
  top:30px;
}


/*what is mys*/

.home-box {
  float: left;
  padding-bottom: 40px;
}

.home-head {
  color:#ffbf00;
  font-size: 32px;
  text-align:center;
  font-family: ComicNeueSansID;
}

.home-content {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  font-family:Champagne & Limousines! important;
}

.home-comment {
  font-size: 22px;
  text-align: center;
  font-family: ComicNeueSansID;
}

.home-image {
  margin-top: 40px;
  position:relative;
}

.complete-row {
  margin-top: 50px;
}

/*why mys*/

.features-box {
  padding-bottom: 60px;
  padding-top: 20px;
  background-color:#f2f2f2;
  background-image: url("../images/featuresbg.png");
  background-repeat: repeat;
  overflow: hidden;
}

.features-head {
  color:#ffbf00;
  font-size: 32px;
  text-align:center;
  margin: 50px 0 0 0;
  font-family: ComicNeueSansID;
}

.features-blok {
  width: 200px;
  height: 230px;
  margin: 40px 0 0 55px;
  padding-top: 20px;
  background-color:white;
}

.icon {
  margin: 0 0 0 80px;
}

.features-content {
  font-size: 12px;
  text-align: center;
  font-family: Champagne & Limousines;
  margin-top: 20px;
}

/*gallery*/

.gallery-head {
  color:#ffbf00;
  font-size: 32px;
  text-align:center;
  padding-top: 60px;
  font-family: ComicNeueSansID;
}

.gallery-box {
  background: #EBF1F1;
  overflow: hidden;
  padding-bottom: 40px;
}

.gallery-title {
  color:#e8772d;
  text-align: center;
  margin-top: 15px;
}

.gallery-content {
  text-align: center;
  margin-top: 20px;
  font-family: Champagne & Limousines;
  font-size:16px;
}

.gallery-image {
  margin-top: 25px;
}

/* form */

.form-box {
  background: url("../images/form_bg.jpg");
  background-position: fixed;
  background-size: cover;
  padding-bottom:20px;
}

.form-head {
  text-align: center;
  margin-top: 60px;
  font-size: 32px;
  color: black;
  font-family: ComicNeueSansID;
}

.form-blok {
  margin-top: 30px;
}

.contact-box {
  background-color:#5D594C;
  margin-top:40px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.contact-content {
  margin-left: 50px;
  font-family: Champagne & Limousines;
  color:white;
}

.form-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}

.social {
  margin: 10px 0 0 130px;
}

.twt-plus {
  margin: 10px 0 0 10px;
}


/*footer*/

footer{
  background: #000000;
  height: 45px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.copy-content {
  text-align: center;
  color: white;
}

.comment-image {
  position: relative;
  bottom: 17px;
}

.bg_white{
  background: #fff;
}

.bottom_50{
  margin-bottom: 50px;
}

.padding_0{
  padding:0;
}

.top_95{
  position: relative;
  top: 95px;
}

.clear_both{
  clear: both;
}

@media only screen and (min-width: 316px) and (max-width: 400px){

  .font-media{
    font-size: 28px!important;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1027px){

  .banr-head {
    font-size: 60px!important;
  }

  .banr-content {
     font-size: 30px!important;
  }

}


@media only screen and (min-width: 316px) and (max-width: 400px){

  .font-med{
    font-size: 18px!important;
    font-weight: bold!important;
  }

}


@media only screen and (min-width: 316px) and (max-width: 400px){

  .font-home{
    font-size: 18px!important;
  }

}

@media screen and (min-width: 300px) and (max-width: 767px) {

  .features-blok {
    margin: 0 auto!important;
  }

  .bottom_media_30{
    margin-bottom: 30px;
  }

  .bottom_media_40{
    margin-top: 40px;
  }

  .banr-head {
   font-size: 40px!important;
  }

  .banr-content {
     font-size: 20px!important;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .banr-head {
    font-size: 50px!important;
  }

  .banr-content {
    font-size: 25px!important;
  }

}