@charset "utf-8";
/* CSS Document */
body {
	background-color: #8ABCDC;
	padding:0;
	margin:0;
	background-attachment: fixed;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center;
	margin: auto;
	width: 100%;
	padding: 1%; 
} 


}
.container{
    margin: auto;
	width: 100%;
	padding: 1%; 
}
.aside-left { 
	min-width: 58%; 
	min-height: 450px; 
	float: left;
}
.aside-right{ 
	min-width: 38%; 
	min-height: 450px; 
	float:left;
}
.row{
	padding: 10px;
	background-color: #3F8CC0;
	display: flex;
	gap: 2%;
	justify-content: center;
}
	
.column{ 
	background: #8ABCDC;
	min-height: 200px;
	min-width: 30%;
	padding: 2%;
	box-sizing: border-box;
	box-radius: 15px;
}

.section{
	margin-top: 80px ;
	margin-bottom: 80px; 
	align-content: center; 
}

.navi{ 
	background-color: #AED4ED;
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 15%;
	padding: 1%;
	align-items: center;
	min-height: 90px;
	opacity: 80%; 
}

.navi a:link, a:active,a:visited {
    font-family: 'Noto Serif', serif;
	font-size: 15pt;
    color: black;
    text-decoration:none;
    }

.navi a:hover {
    color:darkseagreen;
    text-decoration-line: underline
                }

a:link, a:visited{
    color:blue;
    text-decoration: none;
}

a:hover {
    color:darkmagenta;
}











li a: link {
	color: #000000; 
}






footer{
	padding: 2%; 
	margin-top: 60px;
	background-color: #3F8CC0; 
	list-style: none;
	min-height: 200px; 
	content-align: center; 
}

li{ list-style: none; }

.copyright{ 
	text-align: center;
	align-content: flex-end; 
	
}