.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	height: 2400px;
	background-color: #FFFFFF;
}
header {
	width: 100%;
	height: 50px;
	background-color: darkcyan;
}
.logo {
	padding: 2px;
	width: 25%;
	height: 100%;
	float: left;
	align-content: center;
}
nav {
	float: right;
	width: 20%;
	color: white;
	text-align: center;
	margin-right: 25px;
	}
.language{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s;
}
.language:hover{
	color: darkturquoise;
}
.menu{
	color: white;
	margin-left: 35px;
	margin-top: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float:left;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;	
}
.menu:hover{
	background-color: teal	
}
footer{
	clear:both;
	height: 80px;
	padding: 40px;
	margin-top: 15px;
	color: silver;
	font-size: 12px;
	line-height: 1.4;
	background-color: hsla(0,0%,15%,1.00);
	align-content: center;
	align-items: center;
	vertical-align: middle;
	}
.footlogo{
	font-size: 16px;
	font-weight: bold;
	color: aliceblue;
	padding: 0px;
	padding-left: 30%;
	float:left;	
}

.middle{
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
	clear: both;
}


.middleleft{
	width: 360px;
	height: 400px;
	color: dimgray;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 2.5;

	}
.comming{
	width: 50%;
	height: 40px;
	color: aliceblue;
	background-color: cornflowerblue;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: right;
}

.middleright{
	width: 900px;
	height: 400px;
	float: right;

}
.col{
	width: 100%;
	height: 100%;
	column-count: 3;
	column-gap: 20px;
	column-fill: balance;
	font-size: 16px;
	font-weight: 400;
	color: steelblue;
	line-height: 1.5;
	text-indent: 32px;
	align-content: center;
	float: left;
	}

.colp{
	font-size: 20px;
	font-weight: 800;
	color: steelblue;
	line-height: 1.2;
	text-indent: 0px;
	text-align: center;
	}
abbr{
	font-weight: 700;
	text-decoration: underline black dotted;
	}