html,
body{
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 100%;
    text-align: center;
    color: #dfab1f;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-image: url('../images/background.jpg');
    background-size: auto 100%;
    background-position: -60% center;
    background-repeat: no-repeat;
}

.hidden{
    display: none;
}

h1{
    color: #dfab1f;
    text-align: center;
    font-size:24px;
}

#page-wrapper{
    height: 90%;
    background: rgba(255,255,255,0.5);
}

#content{
    height: 100%;
    padding: 0 15px;
    background-size: cover;
}
.content-container{
    display: inline-block;
    background: #fff;
    padding: 15px 15px 25px 15px;
}
.logo{
    max-width: 450px;
    height: auto;
    width: 100%;
}
.container{
    height: 100%;
}

#content a{
    color: #dfab1f;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 700;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;

}

#content a:hover{
    color: #4a4a49;
}

#content .label{
    color: #4a4a49;
}

.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.table-cell img{
    display: block;
    margin: 0 auto 30px auto;
}

footer{
    text-align: center;
    background: #dfab1f;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer span{
    font-weight: 300;
    color: #fff;
    line-height: 72px;
    letter-spacing: 0.1px;
    font-size: 0.8em;
    display: block;
}

footer span:after{
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background-color: #fff;
}

footer span:last-of-type:after{
    display: none;
}
.organic-spa{
    display: none!important;
}
@media screen and (min-width: 768px){
    footer{
        height: 10%;
    }
    footer span{
        display: inline;
    }
    .content-container{
        position: relative;
        padding: 40px 40px 60px 40px;
    }
    h1{
        font-size:34px;
    }
}

@media screen and (min-width: 768px) and (min-height: 730px){
    .content-container{
        padding: 40px 40px 40px 40px;
    }
    .organic-spa{
        max-width: 125px;
        display: block!important;
        margin-top:35px!important;
    }
}
