/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	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;
}
html {
	height: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: 'PT Sans', sans-serif;
    color: white;
    text-align: left;
    background-color: #fff;
    height: 100%;
}
.logo {
	max-width: 400px;
}
.stub {

    background: url(stub.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
    padding-top: 100px;
    padding-left: 20px;
   padding-right: 20px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.text-center {
    text-align: center !important;
}
.lvl1 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 70px;
}
.lvl2 , .lvl3, .lvl4 {
	font-size: 20px;
	padding: 20px 0;
}
.lvl2 {
	margin-top: 70px;
}
.line {
	width: 930px;
	background: white;
	height: 2px;
	margin: 60px auto 20px;
}
.lvl5 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lvl5 li {
	display: inline-block;
	text-align: center;
	padding: 60px 90px;
}
.lvl5 li span {
	display: block;
	font-size: 24px;
	margin-top: 25px;
}
.lvl6 {
	font-size: 20px;
	margin-top: 30px;
}
.lvl6 a {
	color: white;
	text-decoration: none;
	margin-left: 20px;
}
.comeMagazin {
    font-size: 24px;
    color: #333;
    background: #ff9933;
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 3px solid #333;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
	.lvl1 {
		font-size: 60px;
		margin-top: 20px;
	}
	.lvl2, .lvl3, .lvl4 {
		font-size: 16px;
		padding: 10px 0;
	}
	.line {
		max-width: 100%;
		margin: 20px auto 0;
	}
	.d-flex {
		display: block!important;
	}
	.lvl5 li {
		padding: 20px 20px;
	}
	.stub {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.lvl2 {
		margin-top: 20px;
	}
	.lvl5 li span {
		margin-top: 10px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.stub {
		padding-left: 3px;
		padding-right: 3px;
	}
	.logo {
		max-width: 90%;
	}
	.lvl1 {
		font-size: 26px;
	}
	.lvl6 a {
		display: block;
	}
	.lvl6 {
		font-size: 16px;
	}
}
