/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
     padding-bottom: 0;
}

.container {
    width: 100%;
}

.footer {
    height:60px;
    background-color: #006378;
}

.footer img {
    height:40px;
    margin: 10px 0 0 40px;
    
}

@media only screen and (max-width: 799px) {
    .AGH-logo-mini {
        position: absolute;
        margin-top:1px;
        left: 25px;
        width: 47px;
        height: 48px;
        z-index: 10;
        background: #fff url('../files/agh_logo_1.png') no-repeat center center;
        background-size: 25px 43px;
    }
}

@media only screen and (min-width: 800px) {
    
    article, .navbar, .footer {
        width:90%;
        margin: auto; 
    }

    .logoAGH {
        margin-left: 50px;
        padding: 20px;
    }

    .navbar-default {
        height:100px;
        background-color: #fff;
        border-color: #fff;
        background: #319283 url('../files/bg-menu2.png') repeat-x center;
    }

    .AGH-logo {
        position: absolute;
        left: 25px;
        width: 77px;
        height: 97px;
        z-index: 10;
        background: #fff url('../files/agh_logo_1.png') no-repeat center center;
    }

}
