@charset "UTF-8";
/* This is a comment or remarks */

body{
	padding: 0px;
	margin:-20px 0;
	background-color: ghostwhite;
}

 a {
     text-decoration: none;
	 color:#6D31A3;
}

#container{
	width: 70%;
	background: #ECECFF;
	margin: auto;
}

#header{
	height: 50px;
	width: 100%;
}

#main{
	text-align: center;
	margin: 20px 0;
}

.mainimg{
	height: 500px;
	width: 100%;
	object-fit: cover;
	float: none;
}

.mainarticle{
	padding: 0 30px;
}

#section-1{
	margin: 70px 20px;
	display: block;
	justify-content: center;
	height: 450px;
}

.article-1{
	justify-content: left;
	text-align: left;
}

.img1{
	height: 130px;
	width: 100%;
	align-content: center;
	object-fit: cover;
	float: none;
}

#section-2{
	display: flex;
	padding: 0 30px;
	column-gap: 30px;
}

.article-2{
	text-align: left;
	padding-right: 10px;
}

.article-3{
	text-align: left;
	padding-right: 10px;
}

.column{
	width: 70%;
	height: 360px;
	margin: 5px;
	
}
.img2{
	height: 100px;
	width: 100%;
	float: none;
	object-fit: cover;
	align-content: center;
}

.img3{
	height: 100px;
	width: 100%;
	float: none;
	object-fit: cover;
	align-content: center;
}

.img4{
	height: 120px;
	width: 120px;
	float: right;
	padding: 35px;
}

#section-3{
	padding: 60px 0 30px 30px;
}

#footer{
	min-height: 10px;
	background-color: #E1E1F8;
}

#footer li{
	display: inline-block;
	padding: 0 30px;
}

.infotext{
	text-align: center;
	text-decoration:none;
	list-style: none;
	padding-top: 30px;
	font-size: 13px;
}

.copyright{
	text-align: center;
	font-size: 10px;
	padding-bottom: 9px;
}

#navi{
	list-style: none;
	text-align: center;
	align-content: center;
}

#navi li{
	display: inline-block;
	padding: 20px;
}
