@charset "utf-8";
/* CSS Document */

body{
	background-color: #C0F0F1;
	background-color: #F5F5FA;
}

h1,h2,h3,h4{color: #31849b;}

#bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 150px 0px 150px;
	
}

#container{
	width: 70%;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: justify;
}



#main, #sub1, #sub1-1, #sub2, #sub3, #Contact{
	padding:10px 0 10px 0;
	text-align: justify;
}


	
.center {
	display: block;
	margin: auto;
	width: 70%;
}
		
a{
	text-decoration: none;
	padding-bottom: 20px;
}
		
a:link {
	color: #f037a4;
}
		
/* visited link */
a:visited {
	color: cadetblue;
}
		
/* mouse over link */
a:hover {
	color: red;
	text-decoration: underline;
}
		
/* selected link */
		
a:active {
	color: cornflowerblue;
}
		
#Contact{
	padding: 50px 0 50px 0;
}



#footer {
	height: 100px;
	weight: 100%;
	padding: 5px 0 10px 0;
	text-align: center;
	background-color: gainsboro;
}


