/* Navbar */
.navbar {
    padding: 20px 20px;
    background-color: #303030;
}

.navbar-brand {
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: bold;
    color: white;
}

.navbar-brand:hover {
    color: #adadad;
}

.navbar-nav a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-right: 2rem;
}

.navbar-nav a:hover {
    color: #adadad;
}


/* Hero */
.hero {
    background-color: #0C0C0C;
    color: white;
    padding: 25rem;
    margin-top: 2rem;
}

.hero h1 {
    margin-top: 4rem;
    font-size: 6rem;
}

.hero h4 {
    margin-top: 2rem;
    font-size: 3rem;
}

.kanan1 {
    background-image: url(https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=984,h=714,fit=crop/mPoyO0p2xaTzanMj/img-dWj8v7gXqbTlBr5R.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 8rem;
}

/* Distances */
.distances {
    background-color: #303030;
    color: white;
    padding: 8rem 1rem;
}

.distances a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 20px;
    border: 2px solid white;
    transition: .3s;
}

.distances h3 {
    margin-bottom: 2rem;
}

.distances p {
    margin-bottom: 3rem;
}

.distances a:hover {
    background-color: white;
    border: 2px solid black;
    color: black;
}

.daftar {
    margin-top: 4rem;
}

/* About */
.about {
    background-color: #0C0C0C;
    padding: 8rem 1rem;
}

.about h1 {
    text-align: center;
    color: white;
}

.about p {
    text-align: center;
    color: white;
}

.about img {
    width: 100%;
}

/* Event */
.event {
    padding: 8rem 1rem;
    background-color: #303030;
    color: white;
}

/* Quotes */
.quotes {
    padding: 8rem 1rem;
    background-color: #0C0C0C;
    color: white;
}

.quotes h1 {
    font-size: 9rem;
}

/* Footer */
footer {
    padding: 8rem 0 0 1rem;
    background-color: #303030;
    color: white;
}

.support {
    margin-top: 8rem;
}




/* Tablet */
@media (max-width: 1199.98px) {}


/* Mobile */
@media (max-width: 575.98px) {

    /* Navbar */
    .navbar {
        padding: 18px 18px;
    }

    .navbar a {
        float: right;
    }

    /* Hero */
    .hero h1 {
        margin-top: 2rem;
        font-size: 3rem;
    }

    .hero h4 {
        margin-top: 2rem;
        font-size: 2rem;
    }

    /* Distances */
    .distances h3 {
        margin-bottom: 0;
    }

    .distances p {
        margin-bottom: 1rem;
    }

    /* About */
    .about h1 {
        font-size: 28px;
    }

    /* Quotes */
    .quotes h1 {
        font-size: 4rem;
    }

}