@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@font-face {
  font-family: 'Font';
  src: url('Sansation_Light.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff') format('woff'), /* Modern Browsers */
       url('Sansation_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
   font-family: Font;
   src: url(sansation_light.ttf);
}
@font-face {
   font-family: MontserratB;
   src: url(Montserrat-Bold.ttf);
}
@font-face {
   font-family: Railway;
   src: url(sansation_light.ttf);;


   }
@font-face {
   font-family: Quantum;
   src: url(Quantum.otf);
}

@media only screen  and (min-width:690px) {
  .dropdown{display:none;}
 }
@media only screen  and (max-width:690px) {
#roundbtn {display:none;}
  #square{margin-top:300px;}
}





 #purplep a, #green a, #blue a  {
  color:white;
  font-size:12px;
  margin: 25px 10px;  

font-family:sans-serif;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
  
    text-transform: uppercase;
    color: #ffffff;-moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
  
  
 
  text-decoration: none;
  
   

}

   div .menu{
   
    left:0;
    top:0;
   }
   .topcontainer span {
  font-size:12px;
  margin: 25px 10px;
  font-family:sans-serif;
  border-radius: 35px;
  letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
  text-transform: uppercase;
    color: #ffffff;-moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
  
  padding: 15px 20px;
  
  text-decoration: none;
  
}

#logo p{
  font-family:"Lato";
  font-size:35px;
  color:white;
}



#phone{
    text-decoration:none;
    color:white;
}
button{
  outline:none;
}
svg{
  font-family:'MontserratB'!important ;
  background:transparent;
}
.data-text{
  font-family:'MontserratB'!important;
}

.liquid-button{
  font-size: 10px;
  font-family:'MontserratB'!important;
}


#logo p{
  font-family:"Lato";
  font-size:35px;
  color:white;
}
#logo p a {
  color:white;
}

   .topcontainer {
    left:0;
    top:0;
height: 58px; 



width:100%;
  margin-top:0px;
 
  
  display: flex;
  justify-content: space-between;
  background:rgba(0, 8, 0,0.8); 
  
 align-items: center;
  position:fixed;
  z-index:100;

  
}


.dropdown {
  font-family:Montserrat;
}


.dropbtn {
    background-color:rgba(0, 0, 0,0.8);
    color: white;
    padding: 16px;
    font-size: 16px;
    border-radius: 15px;
    border: none;
     font-family:Montserrat;
     font-weight: 800;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color:rgb(0,0,0);
    min-width: 360px;
   width:500px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
    border-radius:35px;
    margin:0px 0px;
    outline-style: none;
}

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

.dropdown-content a {
    color: white;
    padding: 26px ;
    text-decoration: none;
    display: block;
    font-size:26px;
    font-weight: 800;
    outline:none;
    border-radius:35px;
    font-family:'Montserrat';
}

.dropdown-content a:hover {background-color:#FFF7B6; color:black;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #688b08;}
.topcontainer #purplep {
   background-color: #4CBB17;   
   


}
.topcontainer #purplep:hover{
  color:black;
}


 #green a:hover, #blue a:hover, #purplep a:hover   {color:black;}
.topcontainer #green {
  
   background-color:#debc3b;
    

    
}
.topcontainer  #blue:hover ,.topcontainer #purplep:hover{
background-color:#FFF7B6;  
}
.topcontainer #green:hover {
background-color:#FFF7B6;
}
.topcontainer  #blue{
   background-color: #818b35;
    
}
.topcontainer #logo {
  
  font-size: 30px;
  
  border-radius:5px;
  margin-right:30px;
  }
  
  
  a {text-decoration:none; }
  
  
   h1 {
   	font-family:'Lato';
   	font-size:32px;
   }
   
   
   .q {
    color:rgb(166,124,0);
   	font-size: 22px;
   	font-weight: 800;
   }
   
   
   
   p {
   	font-family:'Lato';
   	font-size:20px;

   }
   
   
@media only screen and (min-width:410px){
    .float{padding:20px;}
}
@media only screen and (max-width:410px){
    .float{padding:0px;}
}

   .float {
   	display: flex;
   	flex-direction: column;
   	
   	align-items:center;
   
   
   text-align:center;
   
   	
   }

#myVideo {
    position: fixed;
    margin:0px 0px;
    min-width: 100%; 
    min-height: 100%;
    z-index: 1;
    top:0;
   left:0;

}


.content {
	
    align-items:  center;
   margin-bottom: 5%;
   margin-left: 5%;
   margin-right:5%;
   margin-top:2%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: cover;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-top: 50px;
    z-index: 3;
    
    
}
@media only screen and (max-width:550px){
    .content{
     padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;   
        
    }
}
.color{
	position: relative;
	z-index: 1;
	width:100%;
	height: auto;
	

}

@media only screen and (max-width:538px){
  footer div {
    text-align: center;
    display:flex;
    justify-content:center;
   flex-wrap:wrap;

   
  }
  footer .space {
   line-height: 2;
  }

}
.footer{
  position:flex;
  margin-top:100px;
  z-index:2;
  position: relative;
display:flex;
justify-content: center;
flex-direction: column;
align-items: center;
align-content: center;

background:cover;
margin-left:0px;
text-align:center;
margin-right:0px;
background-color:rgba(0,100,0,.9);
color:white;
padding:35px 25px 80px 25px;
font-family:'Montserrat';
font-size: 22px;

}
.footer .space  p{
  font-family:'Montserrat';

}

body, html {
margin:0;
}
.footer a {

}
.footer a p:hover, .footer #span:hover {
color:lightgreen;
} 




.footer a p, .footer  #span {
  color:white;
  text-decoration:none;
  font-family:'Montserrat';
font-size: 22px;

}
.footer div  {
  
 align-items: center;
  align-content: center;
  justify-content: center;
  align-self: center;
  display: flex;
}

.get{
  font-size:50px;
}
