html{
	font-family: Roboto, sans-serif;	
	font-size: 20px;
}
body{
    background-image: url('/mnt.jpg');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-weight: 300;

}
h1{
  font-weight: 300;
  margin: 20px 0px 5px 00px;
  padding: 0;
  color: #A69133;
}
a, a:link, a:visited, a:hover, a:active{
	color: #599942;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#logo{
    width: 600px;
    max-width: 80vw;
    margin: 0 auto 0 auto;
    display: block;
}
.contact-info{
	margin: 0px auto 0px auto;
	display: inline-block;
	text-align: left;
}
#wrapper{
    padding: 50px;
    background-color: rgba(255,255,255,.8);
    display: inline-block;
    text-align: center;
}