@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	padding:0;
	magin:0;
	background: #f4f4f4 url("imgs/bg.jpg") center bottom no-repeat;
	background-size: auto 300px;
	padding-bottom: 300px;
	color:#000;
}
.header-logo, .title-wrapper {
	display: block;
	margin: 30px 30px 60px auto;
	width: 185px;
	height:auto;
}
.header-logo {
	margin-bottom: 0;
}
.wrapper {
	padding:0 25px;
}
h1 {
	font-size:1em;
	line-height: 1.2em;
}
h2 {
	font-size:3.4em;
	line-height: 0.85em;
	margin:0;
}
h2 span {
	color:#fd9516;
}
p {
	margin-top:1.2em;
	line-height: 1.4em;
	clear: both;
}
.hide {
	display: none;
}
.dots {
	background: url("imgs/dot.svg") bottom right repeat-x;
	height:20px;
	width: 280px;
	float: right;
	clear: both;
	margin-top:20px;
}
.dots.short {
	width: 120px;
	margin-bottom:30px;
}
.linkedin {
	display: block;
	background: url("imgs/linkedin.svg") no-repeat center center;
	background-size: contain;
	float: right;
	margin: 10px 0 25px;
	height:25px;
	width:25px;
	cursor: pointer;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover, a:active {
	color:#fd9516;
}

@media (min-width: 370px) {
	body {
		font-size: 16px;
		background-size: auto 420px;
		padding-bottom: 420px;
	}
	h2 {
		font-size:3.4em;
	}
	.header-logo, .title-wrapper {
		width:210px;
	}
	.wrapper {
		padding:0 30px;
	}
	.dots {
		width: 310px;
	}
	.linkedin {
		height:30px;
		width:30px;
	}
}


@media (min-width: 410px) {
	body {
		font-size: 18px;
	}
	h2 {
		font-size:3em;
	}
	.dots {
		width: 360px;
	}
	.linkedin {
		height:35px;
		width:35px;
	}
}

@media (min-width: 540px) {
	.wrapper {
		padding:0 45px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		display: flex;
		padding-bottom: 0;
		background-size: 75vw auto;
		background-position: left -15vw bottom;
		min-height: 100vh;

	}
	.logo-wrapper, .wrapper {
		width:50%;
	}
	.wrapper {
		margin-top:60px;
		margin-bottom:60px;
	}
	.header-logo, .title-wrapper {
		margin-left:50px;
		width:270px;
	}
	h2 {
		font-size:4.3em;
		text-align: left;
	}
	.linkedin {
		height:30px;
		width:30px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 14px;
		background-size: 70vw auto;
		background-position: left bottom;
	}
	h2 {
		font-size:5.5em;
	}
	.header-logo, .title-wrapper {
		margin-left:80px;
		width:300px;
	}
	.wrapper {
		padding-right:70px;
	}
	.linkedin {
		height:25px;
		width:25px;
	}
	.dots {
		background-size:30px auto;
		margin-top:10px;
		width: 300px;
	}
	.dots.short {
		width: 80px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 13px;
		background-position: left 5vw bottom;
	}
	h2 {
		font-size:6.5em;
	}
	.header-logo, .title-wrapper {
		margin-left:120px;
		width:330px;
	}
	.logo-wrapper {
		padding-top: 20px;
	}
	.wrapper {
		padding-top: 30px;
		padding-bottom: 60px;
		padding-right:100px;
	}
}
