﻿/*html,
body,
header,
.jarallax {
    height: 800px;
}*/

/*@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 h1 {
        margin-bottom: .5rem !important;
    }

    header .jarallax h5 {
        margin-bottom: .5rem !important;
    }
}

@media (min-width: 660px) and (max-width: 700px) {
    header .jarallax h1 {
        margin-bottom: 1.5rem !important;
    }

    header .jarallax h5 {
        margin-bottom: 1.5rem !important;
    }
}

.al-z {
    text-shadow: 2px 2px 8px rgba(1, 38, 44 , 0.6);
}

al-z-btn {
    -webkit-box-shadow: 0 5px 11px 0 rgb(1, 38, 44);
    box-shadow: 0 5px 11px 0 rgb(1, 38, 44);
}