/* Spyridon-tsagarakis.com */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&display=swap');

@font-face {
	font-family: 'adamnormal';
	src: url('../fonts/adam-webfont.woff2') format('woff2'),
		url('../fonts/adam-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	background-color: #FFF;
	color: #404040;
	font-weight: 300;
}

h1.site-title {
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #404040;
	letter-spacing: 4px;
	font-family: 'adamnormal', sans-serif;
}


img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 400 !important;
	color: #000 !important;
}

a,
a:visited {
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
	transition: color 300ms ease-in-out;
	pointer-events: auto;
}

a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none
}

.site-content {
	font-size: 1.125rem;
	font-family: 'Josefin Sans', sans-serif;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
}

#content {
	flex: 1;
	padding: 40px 0 0;
}

#footer {
	font-size: .85rem;
	z-index: 100;
	pointer-events: none;
}

.embed-container {
	position: relative;
	margin: auto;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 100vh;
}

.embed-container div,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container vm-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}