@import url('https://fonts.googleapis.com/css?family=Ovo|Muli:300|Unica+One');

:root {
	--background-color: #2e334a;
	--font-color: #b7b8bf;
}

body {
	font: 15px/21px 'Muli', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-weight: lighter;
	color: #b7b8bf;
	background: #2e334a;
}

h1,
h2,
h3,
h4 {
	color: #8ec9d2;
	font-family: 'Ovo', serif;
	margin-bottom: 16px;
}

.container {
	width: 50vw;
	max-width: 50vw;
}

@media only screen and (max-width: 600px) {
	.container {
		width: 90vw;
		max-width: 90vw;
	}
}

.image {
	width: 100%;
}

.text {
	position: relative;
	margin: 1em auto;
}

.text .content {
	margin: 0;
}

.entry .caption {
	font-size: 0.8em;
	margin-top: 0.5em;
	color: #777;
	text-align: center;
}

.entry .date {
	color: #8ec9d2;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -1.4em;
	transition: all 0.5s;
}

.header .description {
	font-family: 'Unica One';
	text-transform: uppercase;
}

.header .profile-image-wrapper {
	margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
	.video {
		min-width: unset;
	}
	.video:hover {
		max-width: 100%;
	}
}
