html {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	background: transparent;
	height: 100vh;
}
.slogan {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
.slogan h1 {
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 300;
	color: #666666;
	text-transform: uppercase;
}
.slogan h2 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 300;
}
.slogan p {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}
.slogan img {
	max-width: 240px;
	margin: 0 auto 50px auto;
	padding: 0 30px;
}
a, a:link, a:visited, a:active {
    color: #C3A462;
    text-decoration: none;
}
a:hover {
    color: #af8e47;
    text-decoration: none;
}

/* Large desktop */
@media (min-width: 1200px) { }

/* Portrait tablet to landscape and desktop */
@media (min-width: 989px) and (max-width: 1200px) { }

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 992px){

}

/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 786px){}

/* Landscape phones and down */
@media (max-width: 480px) {}
