@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face 
{
  font-family: "Open Sans"; 
  src: url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.eot"); 
  src: url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.woff") format("woff"), url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/011860fc12a11332d2863a747de7bc32.svg#Open Sans") format("svg"); 
}

@font-face 
{
  font-family: "Open Sans Light"; 
  src: url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.eot"); 
  src: url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.woff") format("woff"), url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1bf71be111189e76987a4bb9b3115cb7.svg#Open Sans Light") format("svg"); 
}
@font-face 
{
  font-family: "Open Sans Bold";
  src: url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.eot"); 
  src: url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.woff") format("woff"), url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/50145685042b4df07a1fd19957275b81.svg#Open Sans") format("svg"); 
}
@font-face 
{
  font-family: "Open Sans Semibold"; 
  src: url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.eot"); 
  src: url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.woff") format("woff"), url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/33f225b8f5f7d6b34a0926f58f96c1e9.svg#Open Sans Semibold") format("svg"); 
}
@font-face 
{
  font-family: "Open Sans Extrabold"; 
  src: url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.eot"); 
  src: url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.woff") format("woff"), url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.svg#Open Sans Extrabold") format("svg"); 
}
/***************************************************************************************************************************************/
* {margin: 0; padding: 0;}
html,body{
    min-height:100vh;
    overflow-x: hidden;   
}
body {
  /*font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));*/
  /*font-size: calc(0.55em + 1vmin);*/
  font-size:100%;

}
body,.navbar {
  width: 100%;
  margin: 0 auto; 
}
.navbar-brand {
  margin:0 auto;
}
.navbar-brand img{
    width:10em;
}
.float{
	position:fixed;
	width:18vw;
	height:4vh;
	bottom:0px;
	right:2.45rem;
	background-color:#00AFE9;
	color:#FFF;
	text-align:center;
  box-shadow: 5px 5px 5px rgb(68, 158, 194);
  font-family:'Open Sans Extrabold' ;
  font-size:1.3em;
}
 a.float:hover{
text-decoration: none;
}
.float-div{
  position:fixed;
  width:18vw;
	height:auto;
	bottom:0px;
	right:2.45rem;
	background-color:#00AFE9;
	color:#FFF;
	text-align:center;
  box-shadow: 5px 5px 5px rgb(68, 158, 194);
}
.float-div-form{
  padding-bottom:1em;
}
a.boxclose{
  float:right;
  cursor:pointer;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;       
}

.boxclose:before {
  content: "×";
}
.float-heading{
  font-family:'Open Sans Semibold' ;
  font-size:1.3em;
}
.float-phone{
  font-family:'Open Sans Bold' ;
  font-size:2.45em;
}
.contact-submit{
  background-color:#ffffff;
  border-radius:1.8em;
  width:5vw;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#00AFE9;
  font-family:'Open Sans Semibold' ;
  font-size:0.8em;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #ffffff;*/
}
/***************************************************Header*************************************************************/
header.masthead{
  background-image: url(../images/shutterstock_1146012125\ amended\ 01.jpg);
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.masthead .row-heading{
  padding-top:6em!important;
}
.masthead h1{
  font-family: 'Open Sans Bold';
  font-size:6em;
}
.masthead h3{
  font-family: 'Open Sans';
  font-size:3em;
}
.masthead img{
  width:3em;
}

/**********************************************s2**********************************/
#s2 .s2-container{
padding-left:5em;
padding-right:5em;

}
#s2 .s2-row-data{
  padding-bottom:3rem;
}
#s2{
  font-family:'Open Sans Semibold' ;
  font-size:1.4em;
}
#s2 img{
  width:3em;
}
/*************************************************s3***********************/
#s3 .wrapper{
  height:65vh;
  background-image: url('../images/blue\ pink\ gradient.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#s3 .s3_heading{
  font-family: 'Open Sans Extrabold';
  font-size:4em;
  padding-top:3rem;
}
#s3 img{
  width:5em;
  height:5em;
}
#s3 .s3_text{
  font-family: 'Open Sans Semibold';
  font-size:1.4em;
  padding-top:1em;
}
#s3 .s3-col{
padding-right:2em;
padding-left:2em;
}
.s3_icons{
  width:55vw;
  padding-top:3em;
}
.videoContainer
{
  position: absolute;
  top: 100%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  width:35vw;
  height:30vh;
  border:3px solid white;
}
.videoContainer video {
  position: absolute;
  /*z-index: -1;*/
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

/*************************************************s4***********************/
#s4{
  margin-top:12rem;
}
#s4 .s4_heading{
  font-family: 'Open Sans Extrabold';
  font-size:3.5em;
  color:#00AFE9;
  padding-bottom:0.25em;
}
#s4 .s4_text{
  font-family: 'Open Sans Semibold';
  font-size:1.2em;
  padding-bottom:5em;
}
#s4 .s4_text p{
  display: block;/* or inline-block */
  
}

#s4 .s4_columns h2{
  font-family: 'Open Sans Extrabold';
  font-size:1.4em;
  color:#00afe9b4;
  padding-bottom:1em;
}
#s4 .s4_columns p{
  font-family: 'Open Sans Light';
  font-size:1.05em;
  max-width:20rem;
 
}
/*****************************************freesection*******************/
#freesection img{
  width:3em;
}
/***********************************s5***********************/
#s5{
  width: 100vw;
  height: calc(100vw * (9/16));
  /*max-height: calc(100em * (9/16));*/
  background-image: url('../images/couple\ with\ key\ image.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#s5 h1{
  font-family: 'Open Sans Bold';
  font-size:5.5em;
}
/***********************************s6***********************/
#s6 h3{
  font-family: 'Open Sans';
  font-size:3.8em;
  color:#00AFE9;
}
#s6 h2{
  font-family: 'Open Sans Bold';
  font-size:3.8em;
  color:#00AFE9;
}
#s6 input[type="text"],#s6 input[type="tel"],#s6 input[type="email"], .state,.textarea {

  background-color : #dbd9d9b0; 
  font-family: 'Open Sans';
  font-size:1.45em;
}
#s6 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
  font-family: 'Open Sans';
}

#s6 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  font-family: 'Open Sans';
}

#s6 ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
  font-family: 'Open Sans';
}
.state{
  height:100%;
}
.contact-form-submit{
  background-color:#00AFE9;
  border-radius:1.8em;
  width:7vw;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family:'Open Sans Semibold' ;
  font-size:0.8em;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #ffffff;*/
}
/********************Footer************************/
#footer {
    background: #888888 !important;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer .footer-right{
    padding-right:5em;
}
#footer ul.social li{
    list-style: none;
    display: inline;
   
}
#footer .logo img{
    width:10em;
    padding-left:2em;
}
#footer .icon img{
    width:3.5em;
}
#footer .footer-text{
    font-family:'Open Sans' ;
    font-size:1em;
    padding-top:0;
}
#footer ul.social{
  margin-bottom:0!important;
}


/****************************************************Mobile********************************************/
/* 
	  ##Device = Desktops
	  ##Screen = 1281px to higher resolution desktops
  */
  @media (min-width: 4096px) and (max-width: 5120px){
    body {
      font-size: 150%!important;
    }
    #s4{
      margin-top:20em;
    }
  }
  @media (max-width: 3840px){
    body {
      font-size: 150%!important;
    }
    #s4{
      margin-top:15em;
    }
  }
  @media (max-width: 2560px) {
    body {
      font-size: 100%!important;
    }
    #s4{
      margin-top:15em;
    }
  }
  @media (max-width: 1600px){
    body {
      font-size: 100%!important;
    }
    #s3 .wrapper{
      height: 48em;
    }
    header.masthead{
      height:58em;
      background-image: url(../images/Mobile/1024x563/FHB\ site_1024x563_yellow\ couple.jpg);
      background-size: cover;
    }
    .float{
      width:25vw;
      margin:0 auto;
      height:2rem;
    }
    .float-div{
      width:25vw;
      height:auto;
      margin:0 auto;
    
    }
    @media (orientation: landscape){
      .videoContainer
      {
        width:40vw;
        height:15vh;
       /*  border:10px solid rgb(223, 62, 201);/* */

      }
    }
    @media (orientation: portrait){
      .videoContainer
      {
        width:40vw;
        height:15vh;
       /* border:10px dashed rgb(223, 62, 201);/* */
  
      }
    }
  }
	@media (min-width: 1281px)  and (max-width: 1599px){
    @media (orientation: landscape){
      .videoContainer
      {
        height:35vh;
        /* border:10px solid yellowgreen;/* */
      }
      #s4{
        margin-top:12em;
      }
    }
    @media (orientation: portrait){
      .videoContainer
      {
        height:35vh;
        /*border:10px dotted yellowgreen;/* */
      }
    }
    body {
      font-size: 90%!important;
    }
    
    #s3 .wrapper{
      min-height: 45em;
    }
    
    .contact-form-submit{
      width:12em;
    }
    .float{
      width:30vw;
      margin:0 auto;
      font-size:1rem;
      height:2rem;
    }
    .float-div{
      width:30vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:12em;
      
    }
	}
	/* 
	  ##Device = Laptops, Desktops
	  ##Screen = B/w 1025px to 1280px
	*/
	@media (min-width: 1025px) and (max-width: 1280px) {
    @media (orientation: landscape){
      .videoContainer
      {
        height:35vh;
        /*border:10px solid blue;/**/
      }
      #s4{
        margin-top:12em;
      }
    }
    @media (orientation: portrait){
      .videoContainer
      {
        height:35vh;
        /*border:10px dotted blue;/**/
      }
      #s4{
        margin-top:18em;
      }
    }
    header.masthead{
      height:58em;
      background-image: url(../images/Mobile/1024x563/FHB\ site_1024x563_yellow\ couple.jpg);
      background-size: cover;
    }
    #s3 .wrapper{
      min-height: 45em;
    }
    
    .contact-form-submit{
      width:15em;
    }
    .float{
      width:30vw;
      margin:0 auto;
      font-size:1rem;
      height:2rem;
    }
    .float-div{
      width:30vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:15em;
      
    }
  }
 
	/* 
	  ##Device = Tablets, Ipads (portrait)
	  ##Screen = B/w 768px to 1024px
	*/
	@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    
    @media (max-width: 1024px){
      body {
        font-size: 90%!important;
      }
    }
    @media (min-width: 800px)and (max-width: 900px){
      body {
        font-size: 80%!important;
      }
    }
    @media (min-width: 768px) and (max-width: 799px){
      body {
        font-size: 70%!important;
      }
    }
    header.masthead{
      height:90em;
      background-image: url(../images/Mobile/header-768-10246.jpg);
      background-size: cover;
    }
    .masthead .row-heading{
      margin-top:1.5rem!important;
    }
    @media (orientation: landscape){
      .videoContainer
      {
        width:60vw;
        height:20vh;
        margin:0 auto;
        /*border:10px solid green;/* */
      } 
      #s3 .wrapper{
        height: 50em;
      }
      #s4{
        margin-top:13em;
      }
    }
    @media (orientation: portrait){
      .videoContainer
      {
        width:50em;
        height:25em;
        margin:0 auto;
       /* border:10px dotted green;/* */
      } 
      #s3 .wrapper{
        height: 55em;
      }
      #s4{
       margin-top:15em;
      }
    }
    .s3_icons{
      width:100vw;
    }
    .contact-form-submit{
      width:15vw;
    }
    
    #s5{
      background-image: url(../images/Mobile/767x457/FHB\ site_767x457_key\ couple.jpg);
      background-size: 100% 100%;
      height: 60em;
    }
    .float{
      width:50vw;
      margin:0 auto;
      height:2rem;
    }
    .float-div{
      width:50vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:15vw;
      
    }
    
  
	}	
	/* 
	  ##Device = Tablets, Ipads (landscape)
	  ##Screen = B/w 768px to 1024px
	*/
	@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    @media (max-width: 1024px){
      body {
        font-size: 90%!important;
      }
      .videoContainer
      {
        width:45em;
        height:22em;
        /*border:10px solid red;/**/
      }
      #s3 .wrapper{
        height: 52em;
      }
      #s4{
        margin-top:15em;
      }
    }
    @media (min-width: 800px)and (max-width: 900px){
      body {
        font-size: 80%!important;
      }
      .videoContainer
      {
        width:45em;
        height:25em;
        /*border:10px solid yellow;/**/
      }
      #s3 .wrapper{
        height: 58em;
      }
      #s4{
        margin-top:18em;
      }
     
    }
    @media (min-width: 768px) and (max-width: 799px){
      body {
        font-size: 70%!important;
      }
      .videoContainer
      {
        width:45em;
        height:24em;
        /*border:10px dotted red;/**/
      }
      #s3 .wrapper{
        height: 55em;
      }
      #s4{
        margin-top:18em;
      }
    }
    .s3_icons{
        width:100vw;
      }
    header.masthead{
      height:75em;
      background-image: url(../images/Mobile/yellow\ couple\ -\ header.jpg);
      background-size: cover;
    }
    .masthead .row-heading{
      margin-top:1.5rem!important;
    }
    
    .contact-form-submit{
      width:15vw;
    }
    .float{
      width:40vw;
      margin:0 auto;
      font-size:1rem;
      height:2rem;
    }
    .float-div{
      width:40vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:15vw;
      
    }
   
  }
  @media (min-width: 600px) and (max-width: 767px) {
    @media (orientation: landscape){
      body {
        font-size: 60%!important;
      }
      header.masthead{
        background-image: url(../images/Mobile/410x356/FHB\ site_410x356_yellow\ couple.jpg);
        background-size: 100% 100%;
        height:70em;
        padding-left:6em!important;
      }
      .videoContainer
      {
        width:50em;
        height:25em;
        margin:0 auto;
        /*border:10px dotted sandybrown;/**/
      }
      #s3 .wrapper{
        height:90em; 
       
      }
      .s3_icons{
        width:40vw;
      }
      #s4{
        margin-top:18em;
      }
    }
    @media (orientation: portrait){
      body {
        font-size: 65%!important;
      }
       header.masthead{
        background-image:  url(../images/Mobile/411x731/FHB\ site_411x731_yellow\ couple.jpg);
        background-size: 100% 100%;
        height:85em;
        padding-left:6em!important;
      }
    .videoContainer
      {
        width:50em;
        height:25em;
        margin:0 auto;
        /*border:10px solid sandybrown;/**/
      }
      #s3 .wrapper{
        height:90em; 
        padding-left:3em;
        padding-right:3em;
      }
      .s3_icons{
        width:40vw;
      }
    }
    .masthead .row-heading{
      margin-top:2rem!important;
    }
    #s5{
      background-image: url(../images/Mobile/couple\ with\ key\ -\ mobile.jpg);
      height: 50em;
    }
    .contact-form-submit{
      width:15vw;
    }
    .float{
      width:55vw;
      margin:0 auto;
      height:3.5rem;
    }
    .float-div{
      width:55vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:15vw;
      
    }
    #footer{
      height:28em;
    }
   
  }
	/* 
	  ##Device = Low Resolution Tablets, Mobiles (Landscape)
	  ##Screen = B/w 481px to 767px
	*/
	@media (min-width: 411px) and (max-width: 599px) {
    @media (orientation: landscape){
      body {
        font-size: 55%!important;
      }
      .videoContainer
      {
        width:50em;
        height:30em;
        /*border:10px dotted mediumspringgreen;/**/
        margin:0 auto
      }
      #s4{
        margin-top:18em;
      }
    }
    @media (orientation: portrait){
      body {
        font-size: 55%!important;
      }
      .videoContainer
      {
        width:90vw;
        height:25vh;
        /*border:10px solid mediumspringgreen;/**/
        margin:0 auto
      }
      #s4{
        margin-top:14em;
      }
    }
    
	  header.masthead{
      /*background-image: url(../images/Mobile/yellow\ couple\ -\ header.jpg);
      background-image: url(../images/Mobile/header-768-10246.jpg);
      background-image: url(../images/Mobile/410x356/FHB\ site_410x356_yellow\ couple.jpg);*/
      /*background-image: url(../images/Mobile/header-768-10246.jpg);*/
      background-image:url(../images/Mobile/411x731/FHB\ site_411x731_yellow\ couple.jpg) ;
      background-size: 100% 100%;
      height:100em;
      padding-left:4em!important;
    }
    .masthead .row-heading{
      padding-top:4rem!important;
    }
    
    #s3 .wrapper{
      height:90em;  
    }
   
    
    #s5{
      background-image: url(../images/Mobile/couple\ with\ key\ -\ mobile.jpg);
      height: 50em;
    }
    .contact-form-submit{
      width:20vw;
    }
    .float{
      width:65vw;
      margin:0 auto;
      height:3.5rem;
    }
    .float-div{
      width:65vw;
      height:auto;;
      margin:0 auto;
    
    }
    .contact-submit{
      width:20vw;
      
    }
    #footer{
      height:32em;
    }

	}
	/* 
	  ##Device = Most of the Smartphones Mobiles (Portrait)
	  ##Screen = B/w 320px to 479px
  */
  @media (min-width: 360px) and (max-width: 410px) {
    
    body {
      font-size: 50%!important;
    }
	  header.masthead{
      /*background-image: url(../images/Mobile/header-768-10246.jpg);
      background-image: url(../images/Mobile/header-768-10246.jpg);*/
      background-image: url(../images/Mobile/411x731/FHB\ site_411x731_yellow\ couple.jpg);
      background-size: 100% 100%;
      height:120em;
      padding-left:6em!important;
    }
    .masthead .row-heading{
      padding-top:5rem!important;
    }
	  .videoContainer
    {
      width:90vw;
      height:25vh;
      margin:0 auto;
      /*border:10px solid palevioletred;/**/

    }
    #s3 .wrapper{
      height:105em;  
      padding:5em;
    }
    
    #s4{
      margin-top:16em;
    }
    #s5{
      background-image: url(../images/Mobile/359x356/FHB\ site_359x356_key\ couple.jpg);
      height: 50em;
      padding:2em;
    }
    .contact-form-submit{
      width:20vw;
    }
    .float{
      width:70vw;
      margin:0 auto!important;
      height:3.5rem;
    }
    .float-div{
      width:70vw;
      height:auto;;
      margin:0 auto!important;
    
    }
    .contact-submit{
      width:20vw;
      
    }
    #footer{
      height:35em;
    }
  
	}
  @media only screen and (max-width: 359px) 
  {
    body {
      font-size: 40%!important;
    }
    header.masthead{
      /*background-image: url(../images/mobile_400.jpg);*/
      background-image: url(../images/Mobile/411x731/FHB\ site_411x731_yellow\ couple.jpg);
      background-size:100% 100%;
      height:100em;
      padding-left:2em!important;
    }
    .masthead .row-heading{
      padding-top:3.5rem!important;
     
    }
    .videoContainer
    {
      width:90vw;
      height:30vh;
      margin:0 auto;
      /*border:10px dashed rgb(223, 167, 135);/**/
    }
	  
    #s3 .wrapper{
      height:105em;  
      padding:3em;
    }
    
    #s4{
      margin-top:16em;
    }
    #s5{
      background-image: url(../images/Mobile/359x356/FHB\ site_359x356_key\ couple.jpg);
      background-size: 100% 100%;
      height: 60em;
     
    }
    #s5 h1{
       padding:1em;
    }
    .contact-form-submit{
      width:20vw;
    }
    .float{
      width:70vw;
      margin:0 auto!important;
      height:3.5rem;
    }
    .float-div{
      width:70vw;
      height:auto;;
      margin:0 auto!important;
    
    }
    .contact-submit{
      width:20vw;
      
    }
    #footer{
      height:45em;
    }
    
   
  }
  







