body {
	margin: 0;
	padding: 0;
	background-image: url('../OneHack/Images/background.png');
	z-index:-2;
}

h1{
	font-size:50px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

a{
	text-decoration:none;
	color: #698561;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

.overlay,.overlay2,.overlay3 {
	margin: 0;
	padding: 0;
	padding-bottom:50px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color:white;
	background-color:rgba(255,255,255,0.5);
	z-index:-1;
}

.overlay{
	background-color:#E9E5B8;
	opacity:1;
	padding-bottom:80px;
	
}

.overlay2{
	background-color:#97A78A;
	opacity:1;
}

.overlay3{
	position:fixed;
	
}

.Container{
	background-color:black;
	opacity:1;
	margin: auto;
	width: 1104px;
	height: 771px;
	left: 131px;
	top: 130px;
	padding: 20px;
	margin-top:5%;
	
}

/*.overlay:hover{
	background-color:#E9E5B8;
	transition:0.7;
}

.overlay:hover .Container, .overlay2:hover .Container{
	opacity:1;
	transition:0.7s;
}

.overlay2:hover{
	background-color:#698561;
	transition:0.7;
}*/

.backContainer{
	text-align: center;
	color:black;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

.backContainer span{
	position:absolute;
	width:50%;
	height:100%;
	background-color:#C0C1B5;
	background-color:rgba(192, 193, 181,0.99);
	z-index:100;
	top:0;
	right:0;
	background-position:center;
	opacity:1;
}

.image{
	margin:0;
	padding:0;
	z-index:1;
	position:relative;
	width:100%;
	height:100%;
}

#username,#password{
	background-color:white;
	background-color:rgba(255,255,255,0.6);
	border-radius:10px;
	margin:auto;
	margin-top:20px;
	
	padding:10px;
	width: 380px;
	height: 40px;
	border: 0;
	outline:none;
	transition:0.25px;
	font-size:25px;
}

#username:focus,#password:focus{
	width:400px;
	height:55px;
}

.box input[type="submit"]{
	background-color:white;
	background-color:rgba(151, 167, 138, 0.4);
	border-radius:80px;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
	padding:10px;
	border: 0;
	outline:none;
	transition:0.25px;
	width: 300px;
	height: 80px;
	font-size:30px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

.box input[type="submit"]:hover{
	background-color:rgb(151, 167, 138);
	width:330px;
	height:90px;
	font-size:30px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

.box input[type="button"],.Home input[type="button"]{
	background-color:white;
	background-color:rgba(233, 229, 184, 0.4);
	text-decoration:none;
	border-radius:80px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	border: 0;
	outline:none;
	transition:0.25px;
	width: 300px;
	height: 80px;
	font-size:25px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

.box input[type="button"]:hover{
	background-color:rgb(233, 229, 184);
	width:330px;
	height:90px;
	font-size:30px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

#ParentLink{
	background-color: #E9E5B8;
	width: 550px;
	height: 130px;
	display:block;
	margin-top:100px;
	font-size:35px;
	cursor:pointer;
}

#BabysitterLink{
	background-color:#698561;
	width: 550px;
	height: 130px;
	display:block;
	margin-top:100px;
	font-size:35px;
	cursor:pointer;
}

#ParentLink:hover,#BabysitterLink:hover{
	width: 580px;
	height: 150px;
	font-size:45px;
}


.Menu{
	background-color:#698561;
	background-color: rgba(105,133,97,0.8);
	padding:10px 20px;
	margin:0;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	text-align:left;
}

.Menu:hover{
	background-color:#698561;
	background-color: rgba(105,133,97,0.95);
}

.Menu h2{
	font-size:30px;
	vertical-align:middle;
}

.Menu a{
	float:right;
	padding:0px 20px;
	padding-right:80px;
	margin:0;
	color:black;
}

#map{
	height:100%;
	width:100%;
	position:fixed;
}

#contactUs, #register{
	margin:auto;
	margin-top:5%;
	width:500px;
	height:600px;
	padding:30px;
	background-color:white;
	background-color:rgba(250,250,250,0.85);
	text-align:center;
	vertical-align:middle;
}

#register{
	height:500px;
	padding-bottom:40px;
}

.inputs{
	width:400px;
	height:50px;
	margin:auto;
	margin-top:20px;
	padding:0 10px;
	border: 1px solid #C0C1B5;
	border-radius:10px;
	outline:none;
	background-color: rgb(192,193,181);
	background-color: rgba(192,193,181,0.8);
	display:block;
}

.inputs:focus{
	border: 2px solid #97A78A;
}

.textarea{
	height:150px;
	padding-top:10px;
	
}


.button{
	margin-top:30px;
	border-radius:20px;
	border:2px solid #C0C1B5;
	padding:10px;
	font-size:20px;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	outline:none;
}

.button:hover{
	padding: 15px 20px;
	font-size:25px;
}

.photo{
	width:100%;
	height:100%;
	text-align:center;
	margin-top:60px;
}

.Home .image{
	width:250px;
	height:auto;
	margin-left:43%;
	margin-top:60px;
	display:block;
}