html{	
	width:1366px;
	margin:0;	
}
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

header{	
	width:1260px;
	height:230px;		
	color:white;
	background-color: #132A5B;
}
header p{
	text-transform:uppercase;
	/* padding-bottom:10px; */
	font-size:32px;
	font-family:courier new;
	
}
header p:first-child{
	padding-bottom:5px;
	font-size:16px;
	color:#99f;
	font-family:courier new;	
}
header li{
	color:#fff;	
}
header img {
	display:inline-block;
	width: 150px;
	height:150px;
	margin:10px;
	margin-top:20px;
	

}
header div{
	display:inline-block;
	width: 910px;
	text-align:center;
}

ul{
	list-style: none; /*убираем маркеры списка*/
	margin-top:50px;
	margin: 0 35px;	
}

li {
	display: inline-block;
	border: 3px solid #132A5B;
	height:20px;
	width:110px;
	padding:10px;	
	text-align:center;
	border-radius:5px;
	background-color:#132A5B;
	}
li a{ 
	text-decoration: none;	 
	color:white;
}

body{	
	background-color:#edeef0;	
}

footer{	
	width:1260px;	
	background-color: #132A5B;
	color:white;
}

footer p{
	margin-left:20px;
}



}
li a:active{
	color:white;
}
li a:visited{
	color:white;
}
li a:hover{
	font-weight:bold;
	color:#99f;
}
	
main{
	width:1084px;
	margin:0 80px;
	margin-top:20px;	
	padding-bottom:15px;
	text-indent:40px;
	font-size:20px;	
	padding:20px;
	font-family: 'EB Garamond', serif;
}



.hello{
	text-align:center;	
}

.adres{
	display:inline-block;
	width: 49%;
	height:160px;
}
.social{
	display:inline-block;
	width: 49%;
	text-align:right;
	height:160px;
}

.photo{
	margin: 0 220px;
}

