 @import url(http://fonts.googleapis.com/css?family=Indie+Flower);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/*this font is for the portfolio section*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');

@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');



/*CSS HERO IMAGE STARTS HERE */
body, html {
    height: 100%;


}

body {

  background-color:white;
}

.swiper-venues {
      width: 100%;
      height: 100%;
    }


.mfp-title {
  position:absolute;
 color: white;
  font-size:16px;
}






#footer {
  color:#436357;
}

#footer p {
    
  color:#436357; font-family: 'Maximo'; font-size: 15px; font-weight: 300;
  
}


#footer a{
    
  color:#8fafa3; font-family: 'Maximo'; font-size: 15px; font-weight: 300;
  
}


/* Style all font awesome icons */
.fa {
   color: #9cbeb1;
    padding: 30px;
    font-size: 40px;
    width: 30px;
    text-align: center;
    text-decoration: none;
}


 

 .fa:hover {
    color: #759488;
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
  }

 
    
   
  }






#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}








#body-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/*body overlay text - change smaller font size when screen size is small*/
@media screen and (max-width: 600px) {
  #overlay-text {
    font-size: 30px;
  }
}

.ytheader {
pointer-events: none;
position: absolute;
}

/*star rating*/
.checked {
    color: orange;
}


.about-checkmark li {
list-style:none;


}



.owl-dots {
    text-align: center;
 
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
     background: #9cbeb1;
}

/*fixes hover issue with owl nav buttons */
.owl-prev, .owl-next {background-color:none !important;}

.owl-prev:hover, .owl-next:hover {background-color:transparent !important;}



/*HTML5 VIDEO BACKGROUND CSS*/

/* PAUSE BUTTON CSS FROM https://codepen.io/markhillard/pen/ogbmed*/
#state {
bottom:0;
cursor:pointer;
font-size:2.25rem;
left:0;
line-height:1;
padding:2rem 2.5rem 1.65rem;
position:absolute;
z-index:2;
}

.fade { background-color:rgba(0,0,0,.85) !important; }

/*END OF PAUSE BUTTON CSS */

#hero-overlay-html5 {


    position: absolute; /* absolute makes sure the overlay covers the video properly */
    display:block;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /*#1b5684;*/
    opacity:0.6; /*used to be .7 with blue background*/
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 

}





.overlay-desc a {
  background-color:#1b5684;
}

.video-container {
  position: relative;
 
}


video {
  height: auto;
  vertical-align: middle;
  width: 100%;

}




.parallax { 
    /* The image used */
    background-image: url("../images/drone/drone-bg.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-about-us { 
    /* The image used */
    background-image: url("../images/otof-banner-about-me.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






.parralax-content  {
 position: relative; /*relative makes it stay inside the div*/
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center; /*this makes it centered*/
  color:white;
  font-size:20px;

}





#parralax-overlay {
    position: relative; /* relative makes sure it stays in the parralax div */
    display:block;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /*#1b5684;*/
    opacity:0.75;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 
}








.parallax-about{ 
    /* The image used */
    background-image: url("../images/otof_desk_smaller_update.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parralax-about-title {
 position: relative; /*relative makes it stay inside the div*/
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center; /*this makes it centered*/
  color:white;
  font-size:50px;
  z-index:2;

}



.image-title {
 position: relative; /*relative makes it stay inside the div*/
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align:center; /*this makes it centered*/
  color:white;
  font-size:20px;

}







.overlay-desc {
  /*
 background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;

*/


   text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;


    z-index:2;

}



.overlay-desc-splash {
  /*
 background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;

*/


   text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;


    z-index:2;

}






/*medium*/
@media only screen and (min-width: 40.063em) {
.overlay-desc  p{
font-size:font-size:20px;
}
 } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */







.overlay-desc h1 {
  text-align: center;
  margin: 0 auto;

  font: 300 4rem 'Lato', sans-serif;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: white;


  z-index:2;
}

.overlay-desc h2 {
  text-align: center;
  margin: 0 auto;

  font: 'Lato', sans-serif;
  font-size:17px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: white;


  z-index:2;
}



.overlay-desc a {

   opacity: 1;
  display: fixed;
background-color:#0f7093;

  transition: .5s ease;
  backface-visibility: hidden;
 
  border:1px solid white;
  text-align:center;


  


}

/*FOR SMALLER SCREENS, HIDE THE HTML5 VIDEO AND OVERLAY AND ADD A BACKGROUND IMAGE*/

@media screen and (max-width: 600px) {


.video-container {
  position: relative;
  height:100%;
  width:100%;

   background-image: url("../images/otof_desk_smaller_update.jpg");

     background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
 


  
}


.html5video {
display:none;
}

#hero-overlay-html5{
  display:none;
}

#hero-overlay-saveTheDate{
  display:none;
}

.overlay-desc {
  display:none;
}

}




/* The hero image */
.hero-image {
    /* The image used */
   
	/*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
	background-image: url("../images/otof_desk_mobileBG.jpg");

    /* Set a specific height */
	/*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
	
	/*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}



.hero-image-saveTheDate {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/mcp-header-image.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}



.hero-image-saveTheDate2 {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/mcp-header-image2.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}


.hero-image-saveTheDate3 {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/mcp-header-image3.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}




.hero-image-saveTheDate_wedding {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/wedding_gallery.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}



.hero-image-saveTheDate_engagement {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/engagement_gallery.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}





.hero-image-saveTheDate_maternity{
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/maternity_gallery.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}



.hero-image-splash {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/splash-header.jpeg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: 100%;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}




.hero-image-galleryHeader {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  /*background-image: url("../images/header/mcp-header-image.jpg");*/

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: auto;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}



/* The hero image */
.hero-image-about {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/otof_desk_smaller_update.jpg");

    /* Set a specific height */
  /*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
  
  /*use height:auto when displaying vidoe*/
    height: 100%;


    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}








#hero-about-overlay {


    position: absolute; /* absolute makes sure the overlay covers the video properly */
    display:block;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /*#1b5684;*/
    opacity:0.25;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 

}



/* Place text in the middle of the image */
.hero-about-text h1{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index:2;
     /*makes the button and text come out of the opacity overlay*/
   /* width:100%; */
   /* padding:10px; */

}


.hero-about-text p{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index:2;
    font-size:20px;
    padding:10px;
     /*makes the button and text come out of the opacity overlay*/
   /* width:100%; */
   /* padding:10px; */

}

.hero-about-text  i {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index:2;
    font-size:20px;
  
     /*makes the button and text come out of the opacity overlay*/
   /* width:100%; */
   /* padding:10px; */

}


#hero-overlay {


    position: absolute; /* absolute makes sure the overlay covers the video properly */
    display:none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b5684; /*#1b5684;*/
    opacity:0.8;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 

}





#hero-overlay-saveTheDate {


    position: absolute; /* absolute makes sure the overlay covers the video properly */
    display:block;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /*#1b5684;*/
    opacity:0.1;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 

}




#hero-overlay-splash {


    position: absolute; /* absolute makes sure the overlay covers the video properly */
    display:block;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /*#1b5684;*/
    opacity:0;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
 

}










/* The hero image */
.hero-image-drone {
    /* The image used */
   
	/*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
	/*background-image: url("../images/otof_desk_smaller.jpg");*/

    /* Set a specific height */
	/*the height was set to 100% for a picture, but now set to auto so the vimeo video can adjust properly on a mobile device so there isn't so much white space between the video and the services*/
	
	/*use height:auto when displaying vidoe*/
    height: 100%;
	
	

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	background-color:black;

}



/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /*z-index:2;  *//*makes the button and text come out of the opacity overlay*/
   /* width:100%; */
   /* padding:10px; */

}


.hero-text h1 {

  text-align: center;
  margin: 0 auto;
  
  margin-bottom: 30px;
  font: 400 3rem 'Lato', sans-serif;
  letter-spacing: 2.7px;
  text-transform: uppercase; color:white;
    position: fixed;
    width:100%;
    padding:15px;
}

.hero-text a {
	
	 opacity: 1;
  display: block;
  width: 100%; /*width of button*/
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
	background: transparent;
	border:1px solid white;

/*this centers it using an overlay */
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */

	
}




.hero-text-featured {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


.hero-text-featured a {
	
	 opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
	background: transparent;

	
}




.hero-text a:hover {

	
}



/*END OF HERO CSS*/









/*IMAGE HOVER CSS */
.hoverImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
   overflow:hidden;
   position:relative;

}

.hoverImage:hover{
opacity:0.8;
}







.container-test{
 position: relative;
margin:17px;

}

.image-test{

  width: 100%;

}

.overlay-test {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;

}

.container-test:hover .overlay-test {
  opacity: .94;
}

.container-test .text-test {
  display:none;
}

.container-test:hover .text-test{
  opacity: .94;
  display:block;
}

.text-test {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

}





/*body overlay text - change smaller font size when screen size is small*/
@media screen and (max-width: 600px) {
 .text-test {
    position:absolute;
    
    /*position used to be relative when the overlay-test was wrapped around the text-test...since it's it's own div above the text-test, then i had to change 
    it to absolute so it covers properly on mobile screens*/
    
    margin:4px;
font-size:14px;

  }




}













/*this is my new updated overlay for images*/
.container-overlay{
 position: relative;
margin:17px;

}

/*class for an image*/
.overlay-container-image{

  width: 100%;

}

.overlay-color-venues{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f2e2e2;

}

.container-overlay:hover .overlay-color-venues {
  opacity: 1.0;
}







/*when hovering, show view lyrics button*/
.container-overlay:hover .overlay-desc-venue{

display:block;

}

.overlay-desc-venue{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display:none;

}





/*body overlay text - change smaller font size when screen size is small*/
@media screen and (max-width: 600px) {
 .overlay-desc-venue {
    position:absolute;
    
    /*position used to be relative when the overlay-test was wrapped around the text-test...since it's it's own div above the text-test, then i had to change 
    it to absolute so it covers properly on mobile screens*/
    
    margin:4px;
font-size:14px;

  }




}










.container-gallery{
 position: relative;


}






.gallery-image{

  width: 100%;

}

.overlay-gallery{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .30;
  transition: .5s ease;
  background-color: #1b5684;

}

.container-gallery:hover .overlay-gallery {
 opacity:0;
}

.text-gallery {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  z-index:2 !important;
  font-weight:bold;




}

/*body overlay text - change smaller font size when screen size is small*/
@media screen and (max-width: 600px) {
 .text-gallery {
    position:absolute;
    
    margin:4px;
  }
}









.videoImage-container{
 position: relative;


}

.videoImage{

  width: 100%;

}

.videoImage-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  
  opacity: .1;
  background-color:black;
  

}

.videoImage-overlay:hover {

}

.videoImage-container:hover .videoImage-overlay {
  
  
}

.fa-play:hover {
 /* color:#035aa0;*/
}

.videoImage-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  


}

/*body overlay text - change smaller font size when screen size is small*/
@media screen and (max-width: 600px) {
 .videoImage-text {
    position:absolute;
    
    margin:4px;
  }
}
















.show {
  opacity: 0.4;
}



.overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    opacity:0.8;
    z-index:1001;
}

@media only screen and (max-width: 40em) { 
 /* Define mobile styles */
input[type=checkbox] {
 width: 23px; height: 23px;
 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
 border: 1px solid #4881c8;
 font-size:22px;
}

}



.reveal-modal h2 {
	font-size:31px;
	padding:20px;
	background-color:#29aae1;
	color:white;
	top:0px;
}

.reveal-modal {
padding:0px; 

	
}

.close-reveal-modal {
	
	color:white;
	
}


body h2 {

color: #3399db; font-family: 'Helvetica Neue', sans-serif; font-size: 53px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; 

}



body p {
	
	color: black; font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: 300; line-height: 32px;  text-align: center;
}

/*

h3 {
	
	
	color: #111; font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: 300; line-height: 32px;  text-align: center;
}
*/

/*
.top-bar {
  max-height: 90px !important;
  -webkit-transition: max-height 2s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
*/


 
 
#services {

background-color:white;	
	
}
 


/*SERVICES BOX*/
.serviceBox{
    text-align: center;
}
.serviceBox .service-icon{
    width:100px;
    height:100px;
    line-height: 100px;
    font-size: 60px;
    border: 1px solid #727cb6;
    border-radius: 50%;
    margin:0 auto 45px;
    color:white;
	background-color:#458ec8;
}
.serviceBox.green .service-icon{
    border: 1px solid #458ec8;
    color: #008b8b;
}
.serviceBox.orange .service-icon{
    border: 1px solid #458ec8;
    color:#e67e22;
}
.serviceBox.pink .service-icon{
    border: 1px solid #458ec8;
    color: #458ec8;
}
.serviceBox .service-icon > i{
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon > i{
    transform:scale(0.8);
    transition: all 0.3s ease 0s;
}
.serviceBox .service-content h3{
    font-size: 18px;
    font-weight:400;
    margin-bottom: 20px;
    color:#458ec8;
}
.serviceBox.green .service-content h3{
    color: #458ec8;
}
.serviceBox.orange .service-content h3{
    color:#458ec8;
}
.serviceBox.pink .service-content h3{
    color: #458ec8;
}
.serviceBox .service-content p{
    color: hsl(0, 0%, 38%);
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 990px){
    .serviceBox{
        margin-bottom: 25px;
    }
} 
 
 
 
 
 
 
 #services {

background-color:white;	
	
}
 


/*SERVICES BOX*/
.addon-Box{
    text-align: center;
}
.addon-Box .service-icon{
    width:100px;
    height:100px;
    line-height: 100px;
    font-size: 60px;
    border: 1px solid #727cb6;
    border-radius: 50%;
    margin:0 auto 45px;
    color:white;
	background-color:#458ec8;
}
.addon-Box.green .service-icon{
    border: 1px solid #458ec8;
    color: #008b8b;
}
.addon-Box.orange .service-icon{
    border: 1px solid #458ec8;
    color:#e67e22;
}
.addon-Box.pink .service-icon{
    border: 1px solid #458ec8;
    color: #458ec8;
}
.addon-Box .service-icon > i{
    transition: all 0.3s ease 0s;
}
.addon-Box:hover .service-icon > i{
    transform:scale(0.8);
    transition: all 0.3s ease 0s;
}
.addon-Box .addon-content h3{
    font-size: 20px;
    font-weight:400;
    margin-bottom: 20px;
    color:#1f6399;
}
.addon-Box.green .addon-content h3{
    color: white;
}
.addon-Box.orange .addon-content h3{
    color:white;
}
.addon-Box.pink .addon-content h3{
    color: black;
}
.addon-Box .addon-content p{
    color: #373a3d;
    font-size: 14px;
   color: black; font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: 300; line-height: 32px;  text-align: center;
}
@media screen and (max-width: 990px){
    .addon-Box{
        margin-bottom: 25px;
    }
} 




 
 
#ourvideos {

background-color:#f5f5f5;
	
}

 
/*PRICING TABLE*/

.pricing-table li {
font-size:25px;
}

.pricing-table .title {
background:#1b75bc;
 color:white; 
 font-size:20px; 
 padding:30px;
  text-align:center;
 }


.pricing-table .title-Base {
background:#1b75bc;
 color:white; 
 font-size:20px; 
 padding:30px;
  text-align:center;
 }
 
 
.pricing-table .title-Silver {
background:#1b75bc;
 color:white; 
 font-size:20px; 
 padding:30px;
  text-align:center;
 }
 
 
 .pricing-table .title-Gold {
background:#1b75bc;
 color:white; 
 font-size:20px; 
 padding:30px;
  text-align:center;
 }
 
 
 .pricing-table .title-Diamond {
background:#41a3f0;
 color:white; 
 font-size:20px; 
 padding:30px;
  text-align:center;
 }
 
 .pricing-table .title-Platinum {
background:#1b75bc;
 color:white; 
 font-size:20px; 
 padding:30px;
 text-align:center;
 
 }
 
.pricing-table .price {
background:white;
 color:#1f6399;
  font-size:25px;
   padding:10px;	
	
}

.pricing-table .bullet-item {

	color: rgb(138, 138, 138);
padding:20px;	
}


#contactModal label, select {

font-size:18px !important;
	
}





#wrapper {
    background-image: url("../images/checkAvail.jpg");
    background-repeat: no-repeat;
	height:423px; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100% !important;
    z-index: 0;
}


#form-checkAvail input[type="text"] {
  padding: 10px;
  border: none;
 font-size:20px;
  transition: box-shadow 0.3s;
  text-align:center;
}






.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 70px;
  margin-bottom: 30px;
  /*: 300 4rem  'Dancing Script', cursive;*/
  font: 100 2rem 'Lato', sans-serif;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #749c8d;
}


.mcp_mainFont{
 color: #749c8d;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
}



.section-header2 {
  text-align: center;
  margin: 0 auto;

  font: 100 2rem 'Lato', sans-serif;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #222;
}






.contact-form input[type="text"], textarea {
  background-color:#dae7e2;
  border:none;
}


ul.pricing-table li.title {
  background-color:#adcbbf;
}

ul.pricing-table li.price {
 color:#6b8d80;
 font-size:20px;
}


ul.pricing-table li.bullet-item {
 color:#6b8d80;
 font-size:13px;
}



.owl-facts p {
  color:#749c8d;
}



