@charset "UTF-8";
/* CSS Document */
#container {
	background-color: #B1D0CB;
}
	
#header {
	background-color: #419BA2;
	color: white;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
	position: fixed;
	width: 100%;
	top: 0px;
	left:0px;
	right: 0px;
	z-index: 1000;
}

#logo {
	padding-left: 30px;
	padding-top: 5px;
	float: left;
}

#table {
	font-size: 25px;
	padding-top: 50px;
	padding-left: 50px;
	margin-right: 20%;}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color:#B1D0CB;
}

p {font-family: 'Open Sans', sans-serif;
}

#topspace{
	padding-top: 220px;
	width: 100%;
	display: block; 
}

#mainbody{
	height: 700px;
	background-color: white;
	width: 100%;
}

#tophalf{
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 80px;
}

#text{
	display: block;
	background:#B1D0CB;
	float: right;
	height: 290px;
	width: 450px;
}

h1{
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-style: italic;
		padding-left: 40px;
		padding-top: 40px; 
}

#zgicon{
	float: right;
	padding-top: 50px;
	padding-right: 20px; 
}

#textmain{
	text-align: center;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

#bottomhalf{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-right: 80px;
}

#ptp2{}

#ptp3{
	float: right;
	display: inline;
}

#footer {
	background-color: #419BA2;
	color: white;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
	position: absolute;
	width: 99%;
	display: block;
}

#bottomspace{
	padding-top: 100px;
	background-color: #B1D0CB;
	width: 100%;
}
	
#email {
	float: right;
	margin-right: 5%;
	font-family:  Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
	
}
#icons{
	float: left;
	padding-top: 7px;
	margin-left: 4%;
}

.LIN {
	padding-bottom: 3px;
}


@media only screen and (min-width: 510px) and (max-width: 1078px) {
	#mainbody {height: 1100px; 
	padding-bottom: 50px;}
	
	#footer { 
	position: fixed; 
	bottom: 0; }
	
	#bottomspace {
		position: fixed; 
		bottom: 0; 
		padding-top: 80px; 
	}
	
	#ptp3{ padding-bottom: 110px; }
}

@media only screen and (max-width: 500px) {
		
	body { width: 100%;}
	
#logo { width: 50px;
		float: left; 
	}
	
	#header {
		height: 55px; 
	}
	#table {
    width: 226px;
    font-size: 14px;
    position: absolute;
    top: -35px;
    left: 40px;
		margin: 0;
	}
	
	
	#topspace {
		padding-top: 90px;
		width: 99%; 
	}
	
	#mainbody {
				width: 100%;
		height: 400px;
	}
 
#tophalf{
	padding-left: 0; 
	padding-right: 0;
	margin: 0%;}
	
	
	#bottomhalf { 
	padding-left: 0; 
	padding-right: 0;
	margin: 0%; }
	
#text {
		text-align: center;
				margin-left: 10%;
		margin-right: 10%;
	height: 230px;
		width: 300px; 
		padding-top: 20px; 
	float: none; 
}
	
	
h1{
	
		padding-top: 20px; 
	margin-left: -5%; 
}

#zgicon{	padding-top: 20px;
	height: 18%
		
}

	#textmain{	padding-top: 30px;
	}
	
	#ptp3{
				margin-left: 10%;
		margin-right: 10%;
		float: none; 
		height: 188px; 
		width: 300px; 
		padding-top: 40px; 

	}
	
	#ptp{
				margin-left: 10%;
						margin-right: 10%;
		height: 188px;
				width: 300px; 
		padding-bottom: 30px; 

	}
	
	#ptp2{
				margin-left: 10%;
		margin-right: 10%;
		height: 210px; 
				width: 300px; 

	}
	h1 { font-size: 20px; }	
	h2 {font-size: 20px;}
	p { font-size: 13px;
	text-align: center;
	}
	
		#bottomspace { padding-top: 30px;
			display: block;
	width: 100%; }

	#footer {width:100%;
		position: absolute;}
	
	.LIN{ width:25px;
		height:25px; 
		padding-bottom: 5px;
	}
	.IG { width:40px;
		height:30px; 
	}

}



