﻿@import url("main.css");

html, body{
	overflow-x: hidden; 
	/* overflow-y: hidden; */
}

body{
	margin:0;
	padding:0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#F2F2F2;
	background:url('images/winter_2019.jpg') no-repeat center center fixed;
							
	background-position:bottom; /* Where to lock image*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#background{
	min-height:0;
}

h3,h4,h5,h6{
	margin:0;	
	   
}

		  

h2{
	margin:0;
	color:#E8E8E8;
	text-align:center;
													 
				 
 


				
			
			   
			   
}

h3{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display:block;
				   
				
}

#cont{
	max-width:90%;
	height:100%;
	margin-left:auto;
	margin-right:auto;

}

#head{
	padding: 1em 0 0 0;
    overflow: auto;
}

#head a{
	display:block;
	text-decoration:none;
	font-size:3em;
}

#head p{
	color:#DB0003;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	text-align:center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


#menu{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding:0;

}

#title{
	width:100%;

}

.phone{
	color:white;
	margin:0;
	font-size:3em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
}


#menu .loginButton{
	float:right; 
	margin-right:0;
}


input[type=checkbox]:checked ~ #menu{
	display:block;
}


