html, body{
    background: black;
    font-family: 'Lato', sans-serif;
    background: url(../teaser_img/teaser2.png) no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

#cover{
    background: black;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

#wrapper{
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
#logo{
    position: relative;
    top: 90px;
}
#second{
    position: relative;
    top: 160px;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: lighter;
    color: #ab8b54;
}
#third{
    position: relative;
    top: 123px;
    font-family: 'Dancing Script';
    font-weight: lighter;
    font-size: 33.5px;
    color: #ab8b54;
}


#last{
    position: relative;
    top: 200px;
    height: auto;
    color: #ab8b54;
}
#phone{
    position: absolute;
    bottom: 0;
    left: 30px;
}
#cellphone{
    position: absolute;
    bottom: 0;
    left: 212px;
}
#address{
    position: absolute;
    bottom: 0;
    left: 402px;
}
#mailto{
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #ab8b54;
}
.icons{
    position: relative;
    top: 7px;
    margin-right: 6px;
}

#fooot{
    position: relative;
    height: 1px;
    top: 260px;
}