@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

body a {
	color: #bf5700;
	text-decoration: none;
	cursor: pointer;
}

.vertical {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.name {
	font-size: 240%;
	font-weight: 300;
}

	#header {
		margin-top: 5%;
	}

	#film {
		margin-top: 3%;
		font-size: 150%;
		color: grey;
	}

.email, .links {
	font-size: 125%;
	font-weight: 300;
	margin-top: 1%;
	color: grey;
}

.name, .email, .links {
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	width: 50%;
}

.links a {
	color: #bf5700;
	text-decoration: none;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

	.links a:hover {
		color: silver;
	}

.paragraph {
	margin-top: 3%;
	width: 25%;
	font-size: 120%;
	font-weight: 300;
	color: grey;
}

.post-data {
	height: 100%;
	width: 30%;
	background: blue;
	display: inline-block;
}

.post-content {
	height: 100%;
	width: 70%;
	background: black;
	display: inline-block;
}

.photos {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 90%;
}

	.photos td {
		padding-top: 2%;
		padding-bottom: 2%;
	}

.movie {
	margin-top: 1%;
}

.fa-github-alt {
	color: rgb(0, 0, 0);
}

.fa-linkedin-in {
	color: rgb(40,103,178);
}

.fa-twitter {
	color: rgb(29,161,242);
}

.fa-unsplash {
	color: rgb(0,0,0);
}
