@charset "UTF-8";
/* Body */
body {
	
	font-family: source-sans-pro;
	background-color: #efeee8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */


nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000000;
	text-decoration: none;
}
ul li:hover a {
	color: #efeee8;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #efeee8!important;
	color: #000000!important;	
	font-weight: lighter;
	letter-spacing: 3px;
	border-top-width: 2px;
}
a{
	text-decoration : none;
	color: #000000;
}
hr {
	color: #4190EF
}



#col {
	columns: 20rem 2;
	text-align: center!important;
	margin-top: 70px
}
.photo{
	width: 35%;
	float: center;
}
.descr{
	width: 70%;
		float: right;
	margin-right: 1000px;
}
@media only screen and (min-width : 320px) and (max-width : 767px)  {
/* Styles */
	nav{display: none;}
	.descr {text-align: center;
	width: 100%}
	hr {display: none}
}
