@charset "UTF-8";
/* CSS Document */

	
#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;
	width: 130px;
	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;
}

#topspace{
	background-color: white;
	padding: 110px;
}

#mainbody {
	background-color: #B1D0CB;
	color: black;
	height: 60%; 
}

#profile {
	margin-left: 10%;
	padding-top: 25px;
	padding-bottom: 25px;
	width:404px; 
	height:351px;}
	
#text {
		text-align: center;
		float: right;
		margin-right: 10%;
		padding-top: 100px;
}
h1, h2 { font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
}
h1 {font-style: italic}
p {font-family: 'Open Sans', sans-serif;
}

#bottomspace{
	background-color: white;
	padding: 30px;
}
#footer {
	background-color: #419BA2;
	color: white;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
	position: absolute;
	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 (max-width: 500px) {
		
	#logo { width: 50px;
		float: left; 
	}
	
	#header {
		height: 55px; 
	}
	#table {
    width: 226px;
    font-size: 14px;
    position: absolute;
    top: -35px;
    left: 40px;
		margin: 0;
	}
	
	
	#topspace {
		padding: 40px;
	}
	
	#bottomspace { padding: 10px;}
	#mainbody {
		height: 400px;
	}
  #profile {
    width: 50%;
	  height: 160px;
	  margin-left: 25%;
  }
#text {
		text-align: center;
	width: 80%; 
		padding-top: 10px; 
}
	
	h1 { font-size: 20px; }	
	h2 {font-size: 20px;}
	p { font-size: 13px;
	text-align: center;
	}
	
	.LIN{ width:25px;
		height:25px; 
		padding-bottom: 5px;
	}
	.IG { width:40px;
		height:30px; 
	}

}
