@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Ovo');
h1, h2, h3, h4, a{
	color:white;
	font-family: 'Lato', sans-serif;
	letter-spacing:.5;
	text-decoration: none;
	font-weight: 400;
	margin:0;
}
h1 {
	font-size:44px;
	line-height: 64px;
}
h2 {
	font-size:34px;
	line-height: 54px;
}
h3 {
	font-size:24px;
	line-height: 44px;
}
h4 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
a {
text-decoration: underline;
}
body {
	background:black;
	margin:0;
}
.container {
	width:60%;
	margin-left:30%;
	padding-left:50px;
}
.section {
	margin-bottom:80px;
}
.coordinates {
    font-family: 'Ovo', serif;
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: top left;
    top: 600px;
    left: 10px;
    letter-spacing: 12px;
    font-size: 14px;
    color:black;
    z-index: 9999;
}
.name {
	margin-top:150px;
}
.quote {
	width:70%;
	text-align: justify;
	margin-left:40px;
	position: relative;
}
.white-block {
	background: white;
	width: 20px;
	height:4px;
	position: absolute;
    top: 13px;
    left: -40px;
}
.portrait {
	position: fixed;
	left:0px;
	top:0px;
	bottom:0px;
	width:30%;
	overflow: hidden;
}
.portrait img {
	height: 100%;
}

@media only screen 
and (max-device-width : 1000px) {
.portrait {
	position: relative;
	display: block;
	width:100%;
}
.portrait img {
	margin:0;
	width:100%;
	height:auto;
}
.container {
	margin:100px;
	padding:0;
	width: 80%;
	margin-bottom:100px;
	padding-bottom:50px;
}

}
