/*
Google Fonts
*/
/* Raleway */
@import url('https://fonts.googleapis.com/css?family=Comfortaa|Slabo');

.b
{
	border: 1px solid pink;
}

h1, h2, h3
{
	font-family: 'Comfortaa', helvetica, sans-serif;
	text-align: center;
	color: #333333;
}

h2
{
	font-size: 18px;
	line-height: 1.5em;
}

#content
{
	border: 1px solid #333333;
	height: 100vh;
	margin: 0;
}

hr
{
	border-top: 1px solid rgba(0,0,0,0.4);
	width: 35%;
	margin: 35px auto;
}
img.avatar
{
	width: 150px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
#header-text > p
{
	text-align: center;
	font-family: 'Slabo', verdana, serif;
}

#right-cs
{
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index: -5;
	background-image: url("../img/horses-bg.jpg");
	background-position: left center;
}

#right-en
{
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index: -5;
	background-image: url("../img/shoemaker-bg.jpg");
	background-position: left top;
}

.language
{
	position: absolute;
	top: 25px;
	right: 0px;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#left
{
	/*border: 1px solid #333333;*/
	height: 100%;
	margin: 0;
	position: relative;
}

#header-text
{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

hr.slide
{
	width: 0;
	transition: 1250ms ease-in-out;
	margin: 25px auto;
}
hr.slide.in
{
	width: 100%;
	border-top-color: #333333;
}

/* small screens */
@media only screen and (max-width: 921px) {
	.no-xs {
		display: none !important;
	}
	h2.subheader-text {
		font-size: 15px;
	}
	#header-container
	{
		background-size: auto;
		background-position: center center;
	}
}