html, body, header, .jarallax {
    height: 700px;
}

@media (max-width: 740px) {
    html, body, header, .jarallax {
        height: 100vh;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html, body, header, .jarallax {
        height: 100vh;
    }
}

@media (min-width: 560px) and (max-width: 650px) {
    header .jarallax h5 {
        margin-bottom: 1.5rem !important;
    }
}

.top-nav-collapse {
    background-color: #6f7782 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #6f7782 !important;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    .navbar:not(.top-nav-collapse) {
        background: #6f7782 !important;
    }
}

h1 {
    letter-spacing: 8px;
}

h5 {
    letter-spacing: 3px;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

footer.page-footer {
    padding-top: 20px;
    background-color: #381f09;
}

@media (max-width: 450px) {
    .btn-floating {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar, .h1, .h2, .h3, .h4, .h5 {
    z-index: 1;
    font-family: 'Amatic SC', cursive;
    font-size: 1.7rem;
}

.navbar a {
    transition: all .2s ease-in-out;
}

.navbar a:hover {
    transform: scale(1.1);
    color: #f4ff24 !important;
}

.top-nav-collapse {
    background-color: #381f09 !important;
}
