/* General */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,400,500,600,700,800');

body {
	margin: 0px;
	padding: 0px;
	font-family: "Roboto Condensed", sans-serif;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: rgba(90,192,54,1.0);
}

.main {
	text-align: center;
}

.main-new img {
	width: 100%;
	max-width: 1024px;
	height: auto;
}

.offline-logo img {
	/*width: auto;
	max-height: 50vh;*/
	width: 60%;
	height: auto;
	max-width: 1600px;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 64px;
}

h2, h3 {
	font-size: 48px;
}

@media (max-width: 640px) {
	.offline-logo img {
		width: 90%;
	}
	h1 {
		margin-top: 50px;
	}
	h2, h3 {
		font-size: 40px;
	}
}

@media (max-width: 530px) {
	h2, h3 {
		font-size: 32px;
	}
}

@media (max-width: 419px) {
	h1 {
		font-size: 50px;
	}
	h2, h3 {
		font-size: 26px;
	}
}
