.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;	
}

.main{
	width: 100%;
	height: 600px;
	padding-top: 15px;
}

.mainpic{
	position: absolute;
	width: 800px;
	height: 580px;
	padding-right: 10px;
	background: white;
}
.maintxt{
	bottom: 0px;
	right: 0px;
	color: black;
	background-color: silver;
	text-align: center;
	}
.rightcol{
	height: 580px;
	width: 475px;
	float: right;
}
.rightBottom{
	margin-right: 10px;
	padding: 15px;
	bottom: 0px;
	left: 0px;
	height: 175px;
	width: 60px;
	background-color: cornflowerblue;
	border-radius: 30px;
	float: right;
	vertical-align: middle;
	text-align: center;
	align-content: center;
	color: aliceblue;
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.4;	
}
.rightBottom:hover{
	background-color: royalblue;	
}

.middle{
	width: 100%;
	height: 400px;
	clear: both;
}
.middleleft{
	width: 560px;
	height: 400px;
	}
.comming{
	width: 40%;
	height: 40px;
	color: aliceblue;
	background-color: cornflowerblue;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: right;
}
article{
	float:right;
	height: 80%;
	width: 280px;
	color: dimgray;
	line-height: 1.4;
	}

.middleright{
	width: 710px;
	height: 400px;
	float: right;	
	text-decoration: none;
}

.col{
	width: 710px;
	height: 80%;
	column-count: 3;
	column-gap: 20px;
	column-fill: balance;
	font-size: 16px;
	font-weight: 900;
	color: steelblue;
	text-decoration: none
	float: left;
	}

.daily{
	width:160px;
	height:50px;
	background-color:CadetBlue; 
	float:left; 
	margin:5px;
	padding:15px;
	font-size:42px;
	color:white;
	text-decoration:none;	
	}
.daily:hover{
	background-color: DarkSlateGrey;

