@font-face {
    font-family: 'Kaoly';
    src: url("fonts/Kaoly/Kaoly-W7sn5m0.woff") format("woff");
}

@font-face {
    font-family: 'RockwellNova';
    src: url("fonts/rockwell-nova-cdnfonts/RockwellNova-M5R1jZk.ttf") format("truetype");
}

body {
    font-family: 'RockwellNova', serif;
    font-size: medium;
    color: white;
    min-width: 400px;
}
@media only screen and (max-width: 800px) {
    .container-top {
        margin-top: 80px
    }
    .first-container {
        margin-top: 100px;
    }
    .navbar-brand {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .navbar-toggler {
        font-size: .7em;
    }
    h1 {
        font-family: 'Kaoly', serif;
        font-size: 35px;
        color: darkolivegreen;
        white-space: nowrap
    }

    h6 {
        font-family: 'RockwellNova', serif;
        font-size: 11px;
        color: darkolivegreen;
        margin-left: 45px;
        margin-top: -10px;
        white-space: nowrap
    }
}

@media only screen and (min-width: 801px) {
    .container-top {
        margin-top: 100px
    }
    .navbar-brand {
        visibility: visible;
    }

    h1 {
        font-family: 'Kaoly', serif;
        font-size: 50px;
        color: darkolivegreen;
        white-space: nowrap
    }

    h6 {
        font-family: 'RockwellNova', serif;
        font-size: 16px;
        color: darkolivegreen;
        margin-left: 65px;
        margin-top: -10px;
        white-space: nowrap
    }
}
.album-list {
    display: flex;
    justify-content: left;
    /*align-items: center;*/
}

.album-list img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}
