body{
    font-size: 100%;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.bgimg{
    background-image: url(images/road2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#logo{
	padding-top: 1.5em;
    padding-left: 2.5em;
}

.presentation{
    text-align: center;
	color: white;
	display: inline-block;
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

h1{
    font-size: 4em;
    margin-bottom: 0.25em;
}

hr{
    width: 30%;
    border: none;
    height: 0.1em;
    background-color: white;
}

p{
    font-size: 1.5em;
}