html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url(img/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: omnes-pro, sans-serif;
    
    text-align: center;
    color: white;
    font-size: 18px;

    margin: 0;
    padding: 0;
}

#main {
    position: absolute;
    width: 100%;
    bottom: 100px;
    padding: 0 40px;
    box-sizing: border-box;
}

a{
    color: white;
    text-decoration: none;
}


h1 {
    text-transform: uppercase;
    font-size: 5em;
    font-weight: 100;
    margin-bottom: 0;
    line-height: 0.8em;
}

h2 {
    font-size: 2em;
    line-height: 0.9em;
    font-weight: 100;
    margin-bottom: 20px;
}

.phone {
    padding-left: 50px;
}

#contacts {
    margin-top: 50px;
}

#contacts img {
    width: 40px;
    margin: 0 10px;
}