body {
	margin: 0;
	/*background-color: #33312d;*/
	background-image: url(/img/background.jpg);
	background-size: cover;
	color: #C19739;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	min-height: 100vh;
}

.logo {
	padding-bottom: 20px;
}

h1{
    font-weight: 300;
}

h2{
    font-weight: 600;
    margin: 10vh 0;
}

.container {
	padding-top: 40vh;
}

.section {
	text-align: center;
}

span {
	display: block;
	font-size: 0.65em;
}

.contact a:hover {
	color: #bfd530;
}

.contact div {
	margin: 20px 0;
}

.contact p,
.presentation p {
	padding: 0;
	margin: 0;
}

a,
p {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}


.presentation-link {
	margin: 25px 0;
}

.logo {
	text-align: center;
}

.logo img {
	max-width: 85%;
}

.contact.section{
    margin-top: 100px;
}