@font-face {
  font-family: "Maximo";
  src: url("../fonts/MAXIMO Regular.ttf");

src: url("../fonts/MAXIMO Regular.eot");
src: url("../fonts/MAXIMO Regular.woff") format("woff"),


}


@import url('https://fonts.googleapis.com/css?family=Lato:100');

/*CSS HERO IMAGE STARTS HERE */
body, html {
    height: 100%;
 background-color:#30302e;





}


.yottie-widget-header-inner{ 
    background: gray; 
} 
.yottie-widget-feed-section-search{ 
    background: gray; 
} 
.yottie-widget-feed-section-slide{ 
    background: gray; 
}
.yottie-widget-video-info{
    background: gray;
}





p {
font-family:Maximo; 
font-size:15px;


}

.song-list p {
color:white;

}

.song-list a
{
  color:white;
  text-decoration:underline;
}


/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}





#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 */
}




#lyrics_modal {
  background-color:#30302e;
  color:white;
  text-align:center;
  padding:25px;
}



#contact-modal{
  background-color:#1a1f24;
  color:white;
  text-align:center;
  padding:25px;
  border:2px solid white;
}


#contact-modal p{

  color:white;
  letter-spacing:1px;
 
}


#contact-modal label {

  color:white;
  letter-spacing:1px;
 
}



#newsletter-modal{
  background-color:#1a1f24;
  color:white;
  text-align:center;
  padding:25px;
  border:2px solid white;

  background:url('../images/header/banner-slide2.jpg');
      background-attachment: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#newsletter-modal p{
color:white;
letter-spacing:1px;
}




#newsletter-modal2{
  background-color:#1a1f24;
  color:white;
  text-align:center;
  padding:25px;
  border:2px solid white;

  background:url('../images/header/banner-slide2.jpg');
      background-attachment: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#newsletter-modal2 p{
color:white;
letter-spacing:1px;
}




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

}




#body-overlay-lyrics {
    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: #30302e; /* 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 */
    color:white;
}

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

/*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: #1b75bc;
}




/*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-desc2 {

   text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
     margin-left:100px;
     margin-top:-50px;
    z-index:2;
 
}









.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;
}


/* this was making my centred a Listen button not centered..it was going to the right a bit

.overlay-desc a {

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

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


bottom: 8px;
  left: 16px;
  


}
*/






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

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

/*not being used currently*/
/*
.video-container-makingOfAlbum {
  position: relative;
  height:100%;
  width:100%;

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

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


  
}


*/

.html5video-makingOfAlbum {
display:none;
}

/*
#hero-overlay-html5{
  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/header/banner-website2.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-image2 {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/banner-website1.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 */
 

}




/* 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; */

}




/* Place text in the middle of the image */
.hero-text-for-small-only {
    text-align: center;
    position: absolute;
    top:90%;
    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 p {
  color:white;
}




.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 {

	
}



.hero-text-behindTheScenes a {
  
  
  display: block;
  width: 100%; /*width of button*/
  height: auto;
  
}
  
  

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

  
}



/*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;


}


.container-test2{
 position: relative;


}

/*hide viewLyrics Button...show only on hover..*/
.container-test a.viewLyricsBtn{

display:none;

}

.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: black;

}

.container-test:hover .overlay-test {
  opacity: .40;
   top: 0;
 
  left: 0;
 



}

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

}





   #btn-close-modal {
                width:100%;
                text-align: center;
                cursor:pointer;
                color:#fff;
            }


/*when hovering, show view lyrics button*/
.container-test:hover a.viewLyricsBtn{

display:block;

}

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


  
  

}




/*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..didn't work for mobile screens anymore*/
    
    margin:4px;
  }



  }



/*this is the behind the scenes video div box on about page*/
.container-test2 .hero-text p {
  font-size:15px;
}



/*this is for learn more button on each album on index page - 
for mobile only it will show the overlay on the image and learn more button*/
.overlay-test {
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .20;
transition: .5s ease;
  background-color: black;

}

.container-test a.viewLyricsBtn{

display:block;

}




}















.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;
  transition: .5s ease;
  background-color: transparent;

}

.videoImage-container:hover .videoImage-overlay {

}

.videoImage-text {
  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) {
 .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;
}

}

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


 .fa{
    color: #fff;

  }

 


.fa.social-icon-footer12 {

  font-size: 1em;
  color: #FFF;
  padding-right:40px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  
}

 .fa:hover {
    color: #fff;
    -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);
  }

 
    
   
  }



.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;
   color: #FFFFFF;
   
/*
    font-size: 4em;
    font-weight: 500;
      font-family: Maximo;
  text-transform: uppercase;
  */

    font: 1 3.4rem 'Lato', sans-serif;
  letter-spacing:2px
  text-transform: uppercase;

  color:white;
}



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


/*
 font-family:Maximo;
  letter-spacing: 2.7px;
  text-transform: uppercase;
*/

  font: 1 1.5rem 'Lato', sans-serif;
  letter-spacing:2px
 text-transform: uppercase;
  color:white;



}







/*HEADER CSS*/


#homepage-hero {

 background-image: url("../images/header/banner-website1.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*/
  

  height:100%;

    padding: 200px 20px 0;
 
    text-align: left;

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

}



#homepage-hero_PRESAVE {

 background-image: url("../images/header/ss/shooting_star_alt.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*/
  

  height:100%;

    padding: 200px 20px 0;
 
    text-align: left;

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





#homepage-hero_ShootingStar {

background-image: url("../images/header/wiwbl/wiwbl_available_website_banner_large.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*/
  

  height:100%;

    padding: 200px 20px 0;
 
    text-align: left;

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






#homepage-hero_stars {


 height: 100%;


  background: radial-gradient(ellipse at bottom, #1b2735 0%, 100%) !important;
  overflow: hidden !important;

}




#homepage-hero_stars_mobile {

 background-image: url("../images/header/banner-website2.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*/
  

  height:100%;

    padding: 200px 20px 0;
 
    text-align: left;

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

  



}







#homepage-hero h1 {
    color: #FFFFFF;
  font-size: 5em;
    font-weight: 500;
     font-family:Maximo, Lato, sans-serif !important;

    line-height: 100%;
    margin-bottom: 0;
    padding-top:140px;
   
color:white;
/*
  font: 1 4rem 'Lato', sans-serif;
  letter-spacing: 
  text-transform: uppercase;
  */

   
}





#homepage-hero ul.f-dropdown{
  text-align:center;
  
}


#homepage-hero h3 {
  color:#fff;

font-family:Maximo !important;
font-size:3em;
letter-spacing: 1.5px
 text-transform: uppercase;

margin-top:-30px;/*THIS PUSHES THE TEXT UP CLOSER TO H1 LINE*/


}


#homepage-hero h4 {
  color:#fff;
 
font-family:Maximo !important;
font-size:1.5em;


margin-top:-10px;/*THIS PUSHES THE H3 AVAILABLE TEXT DOWN A LITTLE*/
}







/* HOMEPAGE SLIDE 2*/


#homepage-hero2 {


 background-image: url("../images/header/banner-slide2.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*/
  

  height:100%;


    padding: 200px 0px 0;
 
    text-align: center;

    /*padding-left:210px;*/



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

}

#homepage-hero2 ul.f-dropdown{
  text-align:center;
  
}




#homepage-hero2 h1 {
    color: #FFFFFF;


    font-size: 4em;
    font-family:Maximo;



}



#homepage-hero2 h3 {
  color:#fff;
font-family:Maximo;
font-size:2em;
letter-spacing: 2px


}











/*MEDIA QUIERIES*/

/*small screen*/




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

    #newsletter-signup {
    background-attachment: scroll;
  }

/*particle js css code*/
body {
  margin: 0;
  
}

canvas {
  display: block;
  vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}




#homepage-hero {
 /*background-image: url("../images/header/banner-website2-small.jpg");*/
 /* background-image: url("../images/header/ss/shooting_star_website_small.jpg");*/
/*background-image: url("../images/header/ss/shooting_star_website_available_small.jpg "); */

background-image: url("../images/header/wiwbl/wiwbl_available_website_banner_small.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*/
  

height:100%;

text-align:center;
  


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

}


#homepage-hero h1 {

 font-size: 3em;

}

#homepage-hero h3 {
font-size:25px;
}




#homepage-hero2 {
 /*background-image: url("../images/header/banner-slide2-s.jpg");*/
/*background-image: url("../images/header/banner-slide2-s.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*/
  

height:100%;

text-align:center;
  


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



}


#homepage-hero2 h1 {

 font-size: 3em;

    line-height: 100%;
    margin-bottom: 0;
    padding-top:120px;
   

}



#homepage-hero2 h3 {
font-size:25px;
   margin-top:-20px;/*THIS PUSHES THE TEXT UP CLOSER TO H1 LINE*/
   padding-top:10px;/*this pushes the image down, making it align with the first header image in mobile view*/

}


/*SET HEIGHT OF SLIDER TO AUTO ON MOBILE ONLY AND OVERRIDE THE SETTING BY USING !IMPORTANT*/
.swiper-container {
  
 /*height:auto !important;*/
}




 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */










/* MEDIUM SCREENS */

@media only screen and (min-width:641px) {
/*this changes the image when the browser is around full screen on my laptop monitor*/

/*HEADER IMAGE WITH FOG EFFECT*/

  #newsletter-signup {
    background-attachment: scroll;
  }



#homepage-hero {
 background-image: url("../images/header/banner-website2.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*/
  

  height:100%;


  
    text-align: center;

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

}







 } /* min-width 641px, medium screens */

@media only screen and (min-width: 641px) and (max-width: 1024px) { 
/*this changes the medium screen size to a picture of me that's in the center...
then it shoudl change the text to the center as well..*/

  #newsletter-signup {
    background-attachment: scroll;
  }

#homepage-hero {
 background-image: url("../images/header/banner-website2-medium2.jpg");
/*used to be this image banner-website2-medium.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*/
  


 height:100%;

 
  text-align:center;
 


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

}



#homepage-hero_PRESAVE {

 background-image: url("../images/header/ss/shooting_star_website_small.jpg");
/*used to be this image banner-website2-medium.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*/
  


 height:100%;

 
  text-align:center;
 


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




/*for medium screens*/
#homepage-hero_ShootingStar {

background-image: url("../images/header/wiwbl/wiwbl_available_website_banner_medium.jpg"); 

/*used to be this image banner-website2-medium.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*/
  


 height:100%;

 
  text-align:center;
 


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







#homepage-hero h1 {
font-size:4rem;
}

#homepage-hero h3 {
font-size:2.7rem;
}





#homepage-hero2 {
background-image: url("../images/header/banner-slide2-m.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*/
  

  height:100%;
   
 
  
    text-align: center;

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

}

#homepage-hero2 h1 {
  font-size: 3em;
}



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







/*LARGE SCREENS*/
@media only screen and (min-width: 64.063em) { 

} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {



 } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */



.swiper-container {
  
    height:100%;
}






/*hero about section*/






.hero-image-aboutMike {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/about/about-mike-bg.jpg");
   /*background-image: url("../images/header/about-mike-2022.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: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;




}


/* Place text in the middle of the image */
.hero-text-aboutMike {
    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-aboutMike p {
  color:white;
}

.overlay-aboutMike{
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .2;

  background-color: #061f3a;

}


.hero-text-aboutMike 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;

}












.hero-video-aboutMike {
    /* The image used */
   
  /*I PUT A VIMEO BACKGROUND VIDEO IN THE HEADER PAGE INSTEAD OF USING THE PICTURES BELOW*/
  background-image: url("../images/header/about-mike.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;


}





/* Place text in the middle of the image */
.hero-text-aboutMike {
    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-aboutMike p {
  color:white;
}

.overlay-aboutMike{
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .3;

  background-color: #061f3a;

}


.hero-text-aboutMike 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-video-aboutMike {
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: black;

}

/*
.container-test:hover .overlay-test {
  opacity: .40;
   top: 0;
 
  left: 0;
 
}
*/

.aboutMike p {
  color:white;
}







/*particle js css code*/
body {
  margin: 0;
  
}

canvas {
  display: block;
  vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}




.eapps-link {
animation: none!important;background: black !important url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2IDUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNiA1Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM4MDgwODA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGlkPSJlbGZzaWdodC1nbHlwaC0xMjAwLWEiIGNsYXNzPSJzdDAiIGQ9Ik0zLjIsMEM0LjgsMCw2LjEsMS40LDYsM2MwLDEuNi0xLjQsMi44LTMsMi44cy0yLjgtMS40LTIuOC0zYzAtMC4xLDAtMC4xLDAtMC4yDQoJCWMwLDAsMC4xLTAuMywwLjMtMC4zczAuMywwLjIsMC4zLDAuM3YwLjF2MC4xYzAsMS4zLDEsMi40LDIuMiwyLjRjMS4zLDAsMi40LTEsMi40LTIuMmMwLTEuMy0xLTIuNC0yLjItMi40Yy0wLjEsMC0wLjMsMC0wLjQsMA0KCQlsMCwwYzAsMC0wLjMsMC0wLjQtMC4yUzIuNSwwLDIuNiwwQzIuOCwwLDMsMCwzLjIsMHogTTAuMSwwLjJDMC4yLDAuMiwwLjIsMC4yLDAuMSwwLjJMMC4xLDAuMkwwLjEsMC4ybDMuMSwxLjZsMCwwbDAsMGwwLDBsMCwwDQoJCUMzLjYsMiwzLjcsMi4yLDMuNywyLjVsMCwwbDAsMGwwLDBsMCwwdjAuOWMwLDAuMiwwLDAuMywwLDAuNGwwLDBsMCwwYzAsMC4xLDAsMC4yLTAuMSwwLjJjMCwwLDAsMC0wLjEsMGwwLDBsMCwwTDIuOCwzLjZsMCwwDQoJCUMyLjUsMy40LDIuNCwzLjIsMi40LDIuOWwwLDBjMC0wLjIsMC0wLjUtMC40LTAuOEMxLjMsMS42LDAuMiwwLjYsMCwwLjVsMCwwbDAsMGwwLDBsMCwwVjAuNEMwLDAuMywwLjEsMC4yLDAuMSwwLjJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') no-repeat 8px center/16px 16px;border: none!important;border-radius: 6px!important;bottom: auto!important;box-sizing: border-box!important;color: rgba(0,0,0,.5)!important;display: inline-block!important;float: none!important;font-family: Roboto,Arial,Sans-serif!important;font-size: 12px!important;font-weight: 700!important;height: 28px!important;left: 50%!important;line-height: 16px!important;margin: 8px auto!important;opacity: 1!important;padding: 6px 6px 6px 32px!important;position: relative!important;right: auto!important;text-align: left!important;text-decoration: none!important;text-indent: 0!important;top: auto!important;transform: translateX(-50%)!important;visibility: visible!important;max-width: 240px!important;z-index: 99999!important;zoom: 1!important;background-color: black !important;margin-top: 20px!important;
}


