a, a:hover {

  color: #FEB0C0;

}





/* Back to top button */

.back-to-top {

  background: #00c1c1;

  color: #fff;

}





.back-to-top:focus {

  background: #FEB0C0;

  color: #fff;

}



.back-to-top:hover {

  background: #FEB0C0;

  color: #fff;

}



.navbar-default {

  background: #FEB0C0;



}



.fixed-to-top {

  background: #FEB0C0;

  z-index: 9999;

}





.form-control:focus {

  border-color: #FEB0C0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00c1c1;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00c1c1;

}



.service .carousel-indicators .active {

  background: #FEB0C0;

}



.btn-theme {

  background: #FEB0C0;

}



.contact-widget i {

  color: #FEB0C0;

}



.white-text  {

  color: #FFFFFF;

}



.blue-text {

  color: #FEB0C0;

}



.bg-blue {



  background:#FEB0C0;

}



p {

  color: #080808;

  font-size: 1.2em;

  font-family: 'Montserrat', sans-serif;



}



.list_left li{

  text-align: left;

  color: #080808;

  font-size: 1.2em;

  font-family: 'Montserrat', sans-serif;

  line-height: 1.4em;

  padding-bottom: 15px;

}



.yoga_img {

  background-image: url(../img/yoga.jpg);

  background-repeat:no-repeat ;

  background-size: cover;

  height: 900px;

  background-position: center;

}



.ocean_decor {

  background-image: url(../img/oceandecor.jpg);

  background-repeat:no-repeat ;

  background-size: cover;

  height: 900px;

  background-position: center;

}





.head_img {



  background-image: url(../img/intro/1.jpg);

  background-repeat:no-repeat ;

  background-size: cover;

  height: 900px;

  background-position: center;

}



.transparent {

  background: rgba(255, 255, 255, 0.7)!important;

}



.btn-blue {

  background:#FEB0C0;

  color: #FFFFFF;

}



form {

  padding-left: 20px;

  padding-right: 20px;

  padding-bottom: 20px;

}

.text-footer {
  color: #FEB0C0;
  font-size: 1.3em;
}

.navbar {
  position: relative;
}
.navbar-brand {
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  /*margin-left: -50px !important;  /* 50% of your logo width */
  display: block;
}