
nav {
    z-index: 2;
    position: relative;
}

.container {
    max-width: 50rem !important;
}

main > section {
    padding: 5rem 1.5rem;
    border-bottom: 1px solid #dee2e6 !important;
    margin: 0 auto;
    z-index: 1;
}

section > h1 {
    text-align: center;
}

img {
    max-width: 100%;
}

.headline {
    text-align: center;
    font-size: 1.2rem;
}

h4, .text-high {
    color: #e63188;
}

.bg-high {
    background-color: #e63188;
}

.mw-500 {
    max-width: 500px;
}

#place {
    height: 30rem;
    width: 100%;
}

#tutorial img {
    max-width: 10rem;
    margin: 0 auto .75rem;
    display: block;
}

.tutorial-list > div {
    margin-bottom: 1.5rem;
}

.badge {
    font-size: 50%;
    vertical-align: middle;
}

#scroller_img {
    background-color: #dee2e6;
    background-image: url("img/background.png");
    background-position: center 2em;
    background-size: auto 30em;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 30em;
}

.mobile-logo {
    display: none;
    margin: 1rem auto;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
}

.all-logo {
    display: block;
}

@media screen and (max-width: 512px) {
    .mobile-logo,
    .mobile-nav,
    nav .nav {
        display: block;
    }

    nav .nav {
        overflow: hidden;
        padding: 0!important;
        height: 0px;
    }

    nav.mobile-active {
        height: 100%;
        transition: height .5s ease;
    }

    .all-logo {
        display: none;

    }

    nav ul.nav li {
        display: none;
        text-align: center;
    }
}
