/*
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
*/

/* Extra Small Devices, Phones */
/*
@media only screen and (min-width : 480px) {

}
*/


/* Small Devices, Tablets */
/*
@media only screen and (min-width : 768px) {

}
*/

/* Large Devices, Wide Screens */
/*
@media only screen and (min-width : 1200px) {

}
*/

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .border-lg-left {
        border-right: 2px solid #333;
    }
}


body {
    background: url(/aguiar_bg.webp) no-repeat 60% 25% fixed;
    -webkit-background-size: 135%;
    -moz-background-size: 135%;
    -o-background-size: 135%;
    background-size: 135%;
}

@media (max-width: 720px) {
    body {
        background: url(/aguiar_bg.webp) no-repeat 60% 25% fixed;
        -webkit-background-size: 240%;
        -moz-background-size: 240%;
        -o-background-size: 240%;
        background-size: 240%;
    }
}

@media (max-width: 1200px) {
    body {
        background: url(/aguiar_bg.webp) no-repeat 60% 25% fixed;
        -webkit-background-size: 240%;
        -moz-background-size: 240%;
        -o-background-size: 240%;
        background-size: 260%;
    }
}