body {
  font-family: 'Poppins', sans-serif;
  /* background-color: #f3f3f3; */

  /* font-family: "myriad-pro", sans-serif;
  font-weight: 400; */

}

a {color: #005696; font-weight: bold; text-decoration: none;}
a:hover {color: #0a0f47; font-weight: bold; text-decoration: none;}



h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  /*font-style: italic;*/
}
.header-theme {
  background-color: #ffffff;
  padding: 15px;
  /* margin-bottom: 50px; */
}
.header-menu {
  background-color: #005696;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.navbar .dropdown-menu:after {
  content: '';
  /* display: inline-block; */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #9dddf7 !important; /* change color here, modified for a black arrow */
  position: fixed;
  top: -6px;
  left: 10px;
}
a.header-button {background-color: #009ddc;}
a.header-button:hover {background-color: #65a74d;}
a.header-button2 {background-color: #34c1f9;}
a.header-button2:hover {background-color: #65a74d;}




.LGINDENT {
  margin-left: 20px !important;
}

.home-about {
  margin: 30px 0;
  padding: 30px;
  background-image: url(/_images/home/bannerAbout.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-comfort {
  margin: 30px 0;
  padding: 30px;
  /* background-image: url(/_images/home/bannerComfort.png); */
  /* background-image: url(/_images/home/Brook_WebDesign-BANNERS-NEW.jpg); */
  background-image: url(/_images/home/Brook_WebDesign-relax.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-account {
  margin: 30px 0;
  padding: 30px;
  background-image: url(/_images/home/bannerAccount.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-service {
  margin: 30px 0;
  padding: 30px;
  background-image: url(/_images/home/bannerMap.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-menu {
  background-color: white;
  margin-bottom: 30px;
  padding: 5px 0;
}
.page-titles {
  padding: 7px 5px 5px 5px;
  background-color: #000000;
  color: #FFFFFF;
  margin-bottom: 20px;
/* 
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
 */
}
.page-titles a {color: #a7a7a7;}
.page-titles a:hover {color: #ffffff; font-weight: 400;}
.page-titles a.active {color: #ffffff !important;}

.footer-top {
  background-color: #9dddf7;
  padding: 10px;
}
.footer-top a {text-decoration: none;}

.footer-theme {
  background-color: #005696;
  padding: 15px;
  /* margin-top: 50px; */
  color: #ffffff;
  min-height: 500px;
  font-size: 12px;
}
  .footer-theme a {color: #ffffff; text-decoration: none;}


.main-content {
  padding: 50px 15px;
  background-color: #ffffff;
}
.main-content-home {
  /* padding: 50px 15px; */
  background-color: #ffffff;
}

.center-white {
  padding: 50px 15px;
  background-color: #ffffff;
}


.youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

.youtube iframe, .youtube object, .youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}



  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: 1px solid #9dddf7;
    outline: none;
    background-color: #005696;
    color: #9dddf7;
    cursor: pointer;
    padding: 15px;
    /* border-radius: 4px; */
  }

  #myBtn:hover {
    background-color: #9dddf7;
    color: #005696;
    border: 1px solid #005696;

  }
