@charset "utf-8";
/* CSS Document */

.main {
	text-align: center;
	max-width: 600px!important;
	margin-top: 120px;
	margin-bottom: 60px;
	z-index: 9;
}
.brand {
	margin-bottom: 40px;
}
.brand img{
	max-width: 350px;
	width: 100%;
}

body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url(../img/DSC_2124_1.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.bg-img {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color:#000;
	opacity: .75;
	z-index: 1;
}
body h1 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
}
body p {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 1.4rem;
}
body a {
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}
body a:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: .8;
}
body hr {
	border-color: #f5f3e8;
}
#footer p {
	font-size: 12px;
}
@media (max-width: 576px) {
	body h1 {
		font-size: 16px;
	}
}