html,body{
	width:100%;height:100%;
	overflow:visible;
	font-family:arial;

}

#counter{
	display:none;
}
#container{
	width:100%;
	height:100%;
	background-color:rgba(100,100,100,0);
	position:ABSOLUTE;
	margin-left:0%;
	margin-top:0%;
}
#bg{
		position:absolute;
		width:100%;
		height:100%;
		display:block;
}
.group{
	background-color:rgba(90,100,250,0.7);
	width:20%;
	height:20%;
	margin-left:10%;
	margin-top:5%;
	float:left;
	position:relative;
	cursor:pointer;
	padding:30px;
	font-size:x-large;
	font-family:calibri;
	text-decoration:bold;
}
#report{
	width:60%;
	height:100%;
	position:absolute;
	left:20%;
	top:0%;
}
#close{
	cursor:pointer;
	position:absolute;
	top:0;
	left:96%;
}




@media (max-width:650px){
.group{
	background-color:rgba(90,100,250,0.7);
	width:25%;
	height:25%;
	margin-left:6%;
	margin-top:3%;
	float:left;
	position:relative;
	cursor:pointer;
	padding:10px;
	padding-top:30px;
	font-size:small;
	font-family:calibri;
	text-decoration:bold;
	
}	
	
#close{
	cursor:pointer;
	position:absolute;
	top:0;
	left:94%;
}	
	
#report{
	width:100%;
	height:100%;
	position:absolute;
	left:0%;
	top:0%;
	
}

	
}




#header{
	height:14%;
	background-color:rgb(30,60,220);
	font-size:xx-large;
	color:white;
	font-family:arial;
	text-align:center;
}
#logo{
	height:100%;
	width:6%;
	float:left;
	margin-left:0;
}
#tagline{
	text-align:center;
	font-size:large;
	color:green;
	font-family:arial;
	
}
ul{
	width:80%;
	height:4%;
	margin-left:10%;
	background-color:lightgrey;
}
.navbtn{
	width:25%;
	height:100%;
	list-style:none;
	border-right:solid 2px white;
	float:left;
	text-align:center;
}
.navbtn:hover{
	background-color:teal;
}
#location{
	background-color:rgb(240,240,240);
	width:90%;
	margin-left:5%;
	padding:5px;
}
#loc{
	width:100%
}
.slider-pics{
	width:100%;
	height:100%;
	position:absolute;
}
.slider{
	width:100%;
	height:80%;
}




@media (max-width:650px){
	
#header{
	height:5%;
	background-color:rgb(30,60,220);
	font-size:large;
	color:white;
	font-family:arial;
	text-align:center;
}
#tagline{
	text-align:center;
	font-size:small;
	color:green;
	font-family:arial;
	
}
#logo{
	height:100%;
	width:10%;
	float:left;
	margin-left:0;
}
ul{
	width:100%;
	margin-left:0%;

}
.navbtn{
	width:25%;
	font-size:x-small;
	list-style:none;
	border-right:solid 1px white;
	float:left;
	text-align:center;
}
#location{
	background-color:rgb(240,240,240);
	width:100%;
	margin-left:0%;
}
.slider{
	width:100%;
	height:60%;
}
}
