/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    min-height: 75rem;
    padding-top: 4.5rem;
    margin-bottom: 60px;
    /*padding-top: 3.5rem;*/
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #272727;
}

.bg-dark {
    background-color: #272727!important;
}

a:hover{
    text-decoration: none!important;
}

.navbar-brand img{
    height: 30px;
}

/*html {*/
/*    font-size: 1rem;*/
/*}*/

/*@include media-breakpoint-up(sm) {*/
/*    html {*/
/*        font-size: 1.2rem;*/
/*    }*/
/*}*/

/*@include media-breakpoint-up(md) {*/
/*    html {*/
/*        font-size: 1.4rem;*/
/*    }*/
/*}*/

/*@include media-breakpoint-up(lg) {*/
/*    html {*/
/*        font-size: 1.6rem;*/
/*    }*/
/*}*/