.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	height: 2400px;
	background-color: white;
}
header {
	width: 100%;
	height: 50px;
	background-color: darkcyan;
}
.logo {
	padding: 2px;
	width: 25%;
	height: 100%;
	float: left;
	align-content: center;
}
.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	
}
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;
}


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;	
}


section{
	height: 300px;
	margin-bottom: 20px;
	color: dimgray;
	clear: both;
}

.topmiddle{
	height: 100%;
	width: 50%;
	float: right;
}

.button{
	height: 36px;
	width: 150px;
	background-color: teal;
	border-radius: 25px;
	color: aliceblue;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	align-content: center;
	padding-top: 15px;
	margin: 50px;
}

.button:hover{
	background-color:darkturquoise;
}

.comming{
	width: 40%;
	height: 40px;
	color: aliceblue;
	background-color: cornflowerblue;
	padding: 5px;
	margin-top: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: right;
	clear: both;
}


.headdiv{
	column-count: 4;
	column-fill: auto;
	column-gap: 30px;
	padding: 50px;
	vertical-align: bottom;	
	color: dimgray;
}
.title{
	font-size: 18px;
	font-weight: 600;
	color: black;
}
.name{
	font-weight: 1200;
	font-size: 42px;
	color: black;
}
.cv{
	color: dimgray;
}
.nameblock{
	height: 100px;
	width: 300px;
	float: left;
	}

.history_l{
	width: 300px;
	height: 100%;
	align-content: flex-end;
	vertical-align: bottom;
	text-align: right;
	font-size: 20px;
	color: dodgerblue;
	letter-spacing: 2px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
	
}

.history_c{
	width: 30px;
	height: 100%;
	background-image: linear-gradient(navy, aqua); 
	float: right;
}

.history_r{
	padding-top: 6px;
	padding-left: 10px;
	width: 800px;
	height: 100%;
	float: right;
	align-content: flex-end;
	vertical-align: bottom;
	text-align:left;
	font-size: 20px;
	font-weight: 600;
	color: steelblue;
	line-height: 1.35;
}