body, h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif
}

body, html {
    height: 100%;
    line-height: 1.8;
}

.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("/img/orizon.avif"), url("/img/orizon.webp"), url("/img/orizon.png"), url("/img/orizon.jpeg");
    min-height: 100%;
}

.w3-bar .w3-button {
    padding: 16px;
}

.material-symbols-outlined {
    vertical-align: middle;
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.large-icon {
    font-size: 30mm !important;
}

.col-contact-icon {
    width: 10mm;
    margin-top: 3mm;
}

.opacity-bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1mm;
}

.bg-accent {
    background-color: #113;
}

.fg-accent {
    color: #113;
}

.image-icon {
    width: 80px;
    margin-top: -10px;
    margin-left: 3mm;
    margin-right: 3mm;
}

.video-modal {
    z-index: 1000;
    display: none;
    padding-top: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0;
}

.w3-button.w3-hover-light-grey {
    padding: 4px 8px;
    font-size: 1.2em;
    margin: 0 2px;
    border-radius: 4px;
}

.w3-button.w3-hover-light-grey:hover {
    background-color: rgba(255,255,255,0.2) !important;
}

#contact-submit {
    min-width: 80mm;
}
