/*
Copyright 2016, JT WebDesign Studio - www.jtwds.cz
*/


@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/exo-2-700.eot');														/* IE9 Compat Modes */
	src: local('Exo 2 Bold'), local('Exo2-Bold'),
		url('../fonts/exo-2-700.eot?#iefix') format('embedded-opentype'),			/* IE6-IE8 */
		url('../fonts/exo-2-700.woff2') format('woff2'),								/* Super Modern Browsers */
		url('../fonts/exo-2-700.woff') format('woff'),									/* Modern Browsers */
		url('../fonts/exo-2-700.ttf') format('truetype'),								/* Safari, Android, iOS */
		url('../fonts/exo-2-700.svg#Exo2') format('svg');								/* Legacy iOS */
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 18px Arial, Helvetica, sans-serif;
	background-color: #0d88c4;
	background-image: url(../images/wallpaper.jpg);
	background-position: center center;
	background-size: cover;
	color: #f8f8ff;
}

body > .container {
	display: table;
	width: 100%;
	height: 100%;
}

body > .container > .row {
	vertical-align: middle;
	display: table-cell;
}

body > .container > .row > .container {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	margin: 15px auto;
}

h1 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 25px;
	margin: 0;
}

h1 span {
	font-size: 80%;
	color: #bababa;
}

/* -- BOOTSTRAP-SM -- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	h1 {
		font-size: 34px;
	}

}

/* -- BOOTSTRAP-XS -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	h1 {
		font-size: 30px;
	}

}

/* -- BOOTSTRAP-XXS -- */
@media only screen and (max-width: 479px) {

	h1 {
		font-size: 26px;
	}

}