
/**
 * CSS fo the sample pages
 */
 html {
	position: relative;
	min-height: 100%;
}
body {
	padding: 100px 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	background-color: #00355f;
	background: url(images/gradient.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1.title {
	font-size: 140px;
}
.title {
	font-family: 'Lobster', sans-serif;
	font-weight: 300;
	font-size: 64px;
	text-shadow: 4px 4px 1px #000;
}

.box {
	background-color: rgba(0,0,0,0.25);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

/* .footer {
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	text-align: center;
} */
footer {
	font-size: 16px;
}
a,
a:hover,
a:visited {
	color: #fff;
}
@media (max-width: 1200px) {	
	body {
		font-size: 48px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 100px;
	}
}
@media (max-width: 1024px) {	
	body {
		padding: 75px;
		font-size: 36px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 96px;
	}
}
@media (max-width: 768px) {	
	body {
		padding: 50px;
		font-size: 32px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 72px;
	}
}
