* {
    margin: 0;
    padding: 0;
}

#logo {
    margin-left: -3rem;
}

.jumbotron {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/Startmotiv-min.png);
    background-size: cover;
    border: 0;
    color: white;
    border-radius: unset;
}

.jumbotron .btn-left {
    margin-left: 20rem;
    float: left;
    background-color: #EE4D9B;
}

.jumbotron .btn-left:hover {
    background-color: rgb(238, 111, 177);
}

.jumbotron .btn-right {
    margin-right: 4rem;
    margin-left: 3rem;
    float: right;
    background-color: grey;
}

.jumbotron .btn-right:hover {
    background-color: rgb(161, 161, 161);
}

.margin-top {
    margin-top: 20rem;
}

.margin-bottom {
    margin-bottom: 17rem;
}

.row-top {
    margin-top: 5rem;
    margin-bottom: 10rem;
    margin-left: 0rem;     
}

.jumbotron .btn {
    color: white;
    padding: 1rem;
}

.flags p a {
    color: black !important;
}

.flags p {
    margin-left: 1rem;
}

#locations {
    background-color: lightgrey;
}

@media (min-width: 576px) {
    .col-sm-4 {
        max-width: 31.333333% !important;
    }
}

@media(max-width: 1400px) {
    .jumbotron .btn-left {
        margin-left: 15rem !important;
    }
}

@media (max-width: 1200px) {
    .jumbotron .btn-left {
        margin-left: 4rem !important;
    }
    .jumbotron .btn-right {
        margin-right: 1rem !important;
        margin-left: 4rem !important;
    }
}

@media (max-width: 1000px) {
    .jumbotron .btn-left {
        margin: 0 auto;
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 764px) {
    .jumbotron .btn-left {
        margin-left: 0rem !important;
        margin-bottom: 1rem !important;
        margin-right: 1rem !important;
    }
    .jumbotron .btn-right {
        margin-right: 1rem !important;
        margin-left: 0rem !important;
    }
}

@media (max-width: 576px) {
    .jumbotron .btn-left {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .jumbotron .btn-right {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .flags p {
        text-align: left !important;
        margin-left: 4rem !important;
    }
    .jumbotron {
        height: 100vh;
    }
    .jumbotron>h1 {
        margin-top: 3rem !important;
    }
    .jumbotron .row.margin-top {
        margin-top: 3rem !important;
    }
    .category {
        margin-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .btn-left {
        max-width: 30%;
    }
    .btn-right {
        max-width: 30%;
    }
}

@media(min-width: 1500px) {
    .jumbotron .btn-left {
        margin-left: 39rem !important;
    }
}

footer a {
    color: #868e96 !important;
}

footer a:hover {
    color: #EE4D9B !important
}