

@font-face {
    font-family: 'snow_timesregular';
    src: url('fonts/snow_times-webfont.eot');
    src: url('fonts/snow_times-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/snow_times-webfont.woff2') format('woff2'),
         url('fonts/snow_times-webfont.woff') format('woff'),
         url('fonts/snow_times-webfont.ttf') format('truetype'),
         url('fonts/snow_times-webfont.svg#snow_timesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
	font-size:50px;
	color: white;

}

body {
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1025px) {

body {
  background-image: url("images/dbg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	

	
	#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
		padding-top: 150px;
	
}

	.padding {
		padding-top: 300px;
	}
	
	.padding1 {
		padding-top: 200px;
	}

	
}

@media only screen and (min-width: 768px) {

body {
  background-image: url("images/dbg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	

	
	#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
		padding-top: 150px;
	
}

	.padding {
		padding-top: 100px;
	}
	
	.padding1 {
		padding-top: 100px;
	}

	
}


.buttomleft{
	
	bottom: 0px;
	left: 0px;
	margin: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
    text-align: center;
	opacity: 0.5;
	}

.form {
 	
	padding-bottom: 10px;
    text-align: center;
    margin: auto;
    display: table
		
		}

.form1 {
 	
	padding-bottom: 1px;
    text-align: center;
    margin: auto;
    display: table
		
}
.spaceing{
	
	
	padding-top: 10px;
	padding-bottom: 150px;
}


#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 10px;
	
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 20px;}
  .sidenav a {font-size: 13px;}
}

   .main {
	font-size: 9px;
}
   .main {
	font-size: 9px;
	color: white;
}



h2 {
  font-size: 40px;
  font-family: "Open Sans";
  line-height: 0px;
	font-weight: 200;
	color: white;
	font-weight: 700;


}


h3 {
  font-size: 8px;
  font-family: "Open Sans";
  line-height: 20px;
	font-weight: 200;
	color: white;
	font-weight: 700;
}

h4 {
  font-size: 40px;
  font-family: "Open Sans";
  padding-left: 20px;
	font-weight: 200;
	color: white;
	font-weight: 700;
	
}

h5 {

  font-family: "Open Sans";
  font-size: 20px;
  line-height: 20px;
	font-weight: 200;
	color: white;
	font-weight: 700;
	
}

h6 {

  font-family: "Open Sans";
  font-size: 20px;
  line-height: 20px;
	margin-left: 20px;
	margin-right: 30px;
	font-weight: 200;
	color: white;
	font-weight: 700;
}

.button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-size: 30px;
   font-weight: 20;
   padding: 10px;
   background-color: #670303;
   text-decoration: none;
   display: flex;
   cursor: pointer;
   margin: auto;
   text-align: center;
	border: none;
   
	
}
	
	
.button1 {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-size: 30px;
   font-weight: 20;
   padding: 4px;
   background-color: #670303;
  
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
	border: none;
}

.button2 { 
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-size: 30px;
   font-weight: 20;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
   background-color: #134d30;
 
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
	border: none;
}



.logo {
 padding: 10px;
    text-align: center;
	align-content: center;
    margin: auto;
    display: table

		}

.banner {
	padding-bottom: 20;
    text-align: center;
	align-content: center;
    margin: auto;
    display: table

		}

.nav {
	padding-top: 0;
    margin: top;
	color: white;
	
	
    }

.contact {
	 padding: 0px;
    text-align: center;
	align-content: center;
    margin: auto;
    display: table
		
	
    }

.contact_txt {
	padding: 0px;
    text-align: center;
	align-content: center;
    margin: auto;
    display: table;
padding-left:50px;
padding-right:50px;
		
	
    }

.attactiontext{
	text-align: center;
	padding: 10;
	margin-left:auto;
	margin-right:auto;
		
	
    }

.video{
	
	padding-top: 0px;
	padding-bottom: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;	
}

.help{
	
    padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 30px;
	
}


.text1{
	padding: 10;
   padding-bottom: 500px; 
   padding-top: 150px;
	margin-left:30px;
	margin-right:30px;
	text-align: center;

		
	
    }

.text2{
	padding: 0;
   padding-bottom: 0px; 
   padding-top: 0px;
	margin-left:30px;
	margin-right:30px;
	text-align: center;

		 }

.text3{
	padding: 0;
   padding-bottom: 20px; 
   padding-top: 0px;
	margin-left:30px;
	margin-right:30px;
	text-align: center;

		 }

.text4 {
	padding: 10;
   padding-bottom: 0px; 
   padding-top: 50px;
	margin-left:30px;
	margin-right:30px;
	text-align: center;

}

.app {
 padding: 10px;
    text-align: center;
	align-content: center;
    margin: auto;
    display: table

		}

.home {
 padding: 20px;
    margin: auto;
    display: table;
	width: auto; 
	height: 200px;

		}








#content-desktop {display: block;}
#content-mobile {display: none;}


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

#content-desktop {display: none;}
#content-mobile {display: block;}
	
	