html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
}

@font-face{
    font-family: 'GillSans';
    font-style: italic;
    src: url(../fonts/GillSans-LightItalic.ttf);
}

body {
    height: 100%;
    background-color: #425d58;
    color: #fff;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    font-family: 'GillSans', sans-serif;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}


/********************************/
/**************Divs**************/
/********************************/

.logoContainer{
    display: inline-block;
    width: auto;
    padding-top: 100px;
    font-size: 38px;
}

.logo{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 3px #ebb991;
}

.logo img{
    width: 100%;
}

.bigS{
    position: fixed;
    right: -120px;
    bottom: -50px;
    width: 500px;
}

/********************************/
/**********Other Pages***********/
/********************************/

/********************************/
/**************Menu**************/
/********************************/

/********************************/
/**************Heads*************/
/********************************/

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover, a:link, a:visited, a:link:active, a:visited:active{ 
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/********************************/
/**************Sliders***********/
/********************************/


/********************************/
/********************************/
/********************************/

.underlined{
    text-decoration: underline !important;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    
    .logoContainer{
        padding-top: 40px;
    }

    .bigS{
        right: -30px;
        bottom: -5px;
        width: 200px;
    }
}

@media only screen and (max-width: 576px) {
    
    .logoContainer{
        padding-top: 40px;
        font-size: 26px;
    }

    .bigS{
        right: -30px;
        bottom: -5px;
        width: 200px;
    }
}

@media only screen and (max-width: 400px) {
}