
img.gn-logo {
    height: 70px;
    padding: 0.5rem 0;
}

.gn-content {
    /*padding-bottom: 4rem;*/
}

.gn-footer img.logo {
    max-width: 180px;
    /*margin: 1rem;*/
}

/* LARGER THAN */

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    img.gn-logo {
        height: 70px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    img.gn-logo {
        height: 100px;
        padding: 0.75rem 0;
    }
    .gn-footer .llr {
    }
    .row-fund-overview .fund-balance {
        text-align: right;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops,*/
@media (min-width: 1200px) {

}

/* SMALLER THAN */
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .gn-footer img.logo {
        width: 150px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .gn-navbar {
        padding-top: 0.75rem;
    }
}
/* Extra large devices (large desktops)*/
/* No media query since the extra-large breakpoint has no upper bound on its width*/

/* IN BETWEEN */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}
