body,
html {
    background-color: rgb(80, 80, 80);
    height: 100%;
    width: 100%;
}

body.fixed-nav {
    padding-top: 0;
}

div.wrapper {
    height: 100%;
    width: 100%;
    background-color: rgb(40, 40, 40);
    color: rgb(240, 240, 240);
    font-family: 'Montserrat', sans-serif;
}

.section {
    min-height: 85vh;
}

#info.section {
    background-color: rgb(255, 255, 255);
    border-left: 8px solid rgb(40, 40, 40);
    border-right: 8px solid rgb(40, 40, 40);
    color: rgb(60, 60, 60);
}

.footer {
    position: relative;
    bottom: 0;
    height: 9vh;
    background-color: rgb(40, 40, 40);
}

#info .row span.material-icons {
    font-size: 240%;
    color: #17a2b8;
}

#icbg-animation {
    width: 100%;
    position: absolute;
}
