html{
    font-family: roboto, sans-serif;
    color: #a4a4a4;
    background: url('../images/background.jpg') bottom right no-repeat;   
    text-align: center;
    height: 100%;
}

body {
    background: transparent;
}

.logo img{
    margin: 50px auto;
    max-width: 450px;
    height: auto;
    margin-bottom: -60px;
}

h1, h2{
    font-size: 32px;
    color: #717171;
}

h2{
    font-size: 24px;
    font-weight: bold;
}

a{
    text-decoration: none;
    
}

.contact, .opening{
    margin-top: 35px;
    display: block;
    
}

.contact{
    color: #717171;
    font-weight: bold;
}
