html, body {
    background-color: black;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.wr-bg {
    background-image: url('../images/WhatsRunning_hatter_fejlec.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wr-logo {
    width: 300px;
    margin-top: -28px;
}

.wr-nav-link {
    color: white !important;
    font-size: 20px;
    font-weight: 600;
    padding: 32px;
    padding-top: 42px;
    text-decoration: none;
    cursor: pointer;

    &:hover {
        color: red;
    }
}

.active {
    color: red !important;
}

.wr-menu {
    margin-left: 32px;
}

.wr-menu-item {
    background-image: url('../images/WhatsRunning_levestal_piros_50x68px.png');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: left center;
    padding-left: 28px;
    margin-right: 32px;
}

.wr-page {
    display: none;
    color: white !important;
    margin-top: 32px;

    h2 {
        color: red !important;
    }

    h3 {
        margin-top: 32px;
    }

    h5 {
        color: red;
        line-height: 32px;
        margin-top: 16px;
    }

    p {
        line-height: 28px;
        font-size: 20px;
        text-align: justify;
        padding: 16px;
        padding-left: 0px;
    }
}

.active-page {
    display: block;
}

.navbar-toggler {
    border-color: white !important;
    color: white !important;
}

.wr-container {
    flex: 1;
}

.wr-footer {
    background-color: #131212f3 !important;
    color: #616161 !important;
    padding: 20px !important;
    text-align: center !important;
    font-size: 12px !important;
    border-top: 1px solid #131212f3 !important;
    width: 100%;
}

.wr-footer a {
    color: #616161 !important;
    text-decoration: none !important;
    margin: 0 10px !important;
    font-weight: bold !important;
}

.wr-footer a:hover {
    color: red !important;
    text-decoration: underline !important;
}
