/*  ================================================
	Author: Codeberry
	Name: Hallo
	URL: https://codeberry.net/downloads/hallo
	Version: 1.0
	================================================ */

/* Import fonts and icons */
@import url('../fontawesome/css/fontawesome.min.css');
@import url('../fontawesome/css/brands.min.css');
@import url('../fontawesome/css/solid.min.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');

/* 1. Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figure, figcaption, header, footer, hgroup, section, nav, menu {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga" on;
}

iframe{
	border-width: 0px;
}

img.alignleft {
	float: left;
}

img.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

img.alignright {
	float: right;
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	background-color: #ffffff;
	border-style: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, a:hover {
	color: #ffffff;
}

a, a:hover {
	text-decoration: none;
	border: none;
	border-style: none;
	box-shadow: none;
}

a:hover {
	color: #555555;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
}

/* 2. Content elements */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

html {
	background-color: #222222;
}

body.page-minimal-style {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 1.33;
	background-color: #222222;
	height: 100vh;
	letter-spacing: -0.5px;
	color: #aeaeae;
	/*background-image: url("../images/background.jpg");
	background-position: center center;
	background-size: cover;*/
}

body.page-minimal-style p {
	color: #aeaeae;
	margin-bottom: 0.6em;
}

@media (max-width: 800px) {
	body.page-template-single p {
		font-size: 32px;
		line-height: 1.25;
	}
}

.full-screen {
	padding: 10vh 10vw;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

@media (max-width: 500px) {
	.full-screen {
		padding: 5vh 5vw;
		/*text-align: center;*/
	}
}

@media (max-width: 320px) {
	.full-screen {
		font-size: 30px;
	}
}

.full-screen .site-content {
	height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
		   flex-direction: column;
}

@media (max-width: 500px) {
	.full-screen .site-content {
		height: 90vh;
	}
}

@media (max-width: 320px) {
	.full-screen .site-content {
		height: 90vh;
	}
}

/*
#bez-icon {
	width:  125px;
}
*/

#bez-icon .badge {
	fill: #aeaeae;
}

#bez-icon .mask-shadow {
	opacity: 0.0;
}

#bez-icon .mask {
	fill: #222222;
}

.logo {
	-webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
	-ms-flex-item-align: left;
		align-self: left;
	-webkit-animation: fadein 2s;
			animation: fadein 2s;
}

@media (max-width: 500px) {
	.logo {
		-ms-flex-item-align: center;
		 -ms-grid-row-align: center;
				 align-self: center;
	}
}

.logo {
	/*background: url('../../assets/images/logo.svg') no-repeat;*/
	background-position: top left, top left;
	background-repeat: no-repeat;
	background-size: auto, auto 100%;
	width: 100px;
	/*height: 50px;*/
	padding: 0;
	margin: 0;
	margin-bottom:  3rem;
}

.biography {
	letter-spacing: -1px;
	max-width: 66%;
	-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
				flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: fadein 5s;
			animation: fadein 5s;
	/*margin-top:  3rem;*/
	/*margin-bottom:  5rem;*/
}


@media (max-width:  1250px) and (max-height: 767px) {
	.biography {
		font-size:  3.6vw;
	}
}


@media (max-width: 800px) {
	.biography {
		max-width: none;
	}

	.biography p {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 700px) and (max-height: 400px) {
	.biography p {
		margin-top: 25px;
		font-size: 30px;
		line-height: 30px;
	} 
}

@media (max-width: 700px) and (max-height: 320px) {
	.biography p {
		margin-top: 25px;
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 400px) and (max-height: 500px) {
	.biography p {
		margin-top: 25px;
		font-size: 25px;
		line-height: 30px;
	}
}

.biography a {
	color: #cccccc;
	/*transition: 1s;*/
}

.biography a:hover {
	color: #ffffff;
	transition: 0.1s;
}

.social-networks {
  margin-top: auto;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
	margin-top:  3rem;
	line-height:  initial;
	font-size:  initial;
}

.social-networks span.icons {
	color: #8b8b8b;
	font-size: 20px;
}

@media (max-width: 400px) and (max-height: 700px) {
	.social-networks span.icons {
		font-size: 20px;
	}
}

@media (max-width: 700px) and (max-height: 400px) {
	.social-networks span.icons {
		font-size: 20px;
	}
}

.social-networks ul {
	margin-top: auto;
	-webkit-animation: fadein 6s;
			animation: fadein 6s;
	line-height:  normal;
}

.social-networks ul li {
	display: inline-block;
	margin-right: 10px;
}

.social-networks ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.social-networks ul li a:hover,
.social-networks ul li a:hover span {
	color: #aeaeae;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
}

.social-networks p.credits {
	color: #8b8b8b;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 0;
	-webkit-animation: fadein 6s;
			animation: fadein 6s;
}

@media (max-width: 500px) {
	.social-networks p.credits a {
		font-size: 15px;
	}
}

.social-networks p.credits a {
	color: #8b8b8b;
}

.social-networks p.credits a:hover {
	color: #aeaeae;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
	text-decoration: none;
}

body.page-minimal-style.background-video {
	background-image: none;
}

body.page-minimal-style.background-video .background-video-container {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100vh;
}

body.page-minimal-style.background-video video.video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}

body.page-minimal-style.background-video .video-wrapper {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

body.page-minimal-style.background-video .video-container {
	position: relative;
	overflow: hidden;
	height: 56.25vw;
	width: 100vw;
}

@media (max-aspect-ratio: 16 / 9) {
	body.page-template-single.background-video .video-container {
		height: 100vh;
		width: 177.7777777778vh;
	}
}

body.page-minimal-style.background-video .video-container iframe,
body.page-template-single.background-video .video-container object,
body.page-template-single.background-video .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.page-minimal-style.background-video .full-screen {
	background-color: rgba(0, 0, 0, 0.6);
}