/*
 * @Author: Dicky Ermawan S., S.T., MTA 
 * @Email: wanasaja@gmail.com 
 * @Web: dickyermawan.github.io 
 * @Linkedin: linkedin.com/in/dickyermawan 
 * @Date: 2021-12-08 02:12:02 
 * @Last Modified by: Dicky Ermawan S., S.T., MTA
 * @Last Modified time: 2021-12-14 18:13:11
 */

.main-nav__list a {
    cursor: pointer;
}

@media (max-width: 991px) {
    .hero-unit__content.hero-unit__content--left-center {
        top: 100px;
    }
}

@media (max-width: 991px) {
    .hero-unit__img {
        display: unset;
    }
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    padding: 15px 20px 15px 20px;
    /* background-color: #ffdc11; */
}

.invalid-feedback {
    display: block;
}



/* video background */
#background-video {
    /* height: 100vh; */
    width: 100vw;
    /* object-fit: cover; */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* page content */
.hero-unit h1,
.hero-unit h2 {
    color: white;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
}

.hero-unit h1 {
    font-size: 6rem;
    margin-top: 30vh;
}

.hero-unit h2 {
    font-size: 3rem;
}

@media (max-width: 750px) {
    #background-video {
        display: none;
    }

    body {
        background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;
        background-size: cover;
    }
}