/*
Huber Butor CSS
created by @rosszember
*/

.logo {
    
}

.logo img{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer{
    /*Positioning*/
    position: relative;
    bottom: -75px;
    /*Box-model*/
    height: 150px;
    /*Typography*/
    /*Visual*/
    background-image: url("../img/wood_wide.jpg");
    background-size: 100%;
}

.powered{
    margin-top: 30px;
    margin-right: 30px;
    width: 100%;
    font-size: 10px;
    text-align: right;
    color: #FFF;
}