html,
body {
    font-family: "Gelasio", serif;
    color: #ECBE71 !important;
}

.nav-link:active, .dropdown-item:active, .nav-link:hover, .dropdown-item:hover, .link-light:hover {
    text-decoration: underline !important;
}

.background-image {
    background-image: url('../images/background.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto !important;
}

.bg-black {
    background-color: #000 !important;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.link-primary {
    color: #ECBE71 !important;
}

.btn-primary {
    color: #020c18 !important;
    background-color: #ECBE71 !important;
}

.btn-primary:hover, .btn-primary:active {
    color: #ECBE71 !important;
    background-color: #020c18 !important;
}

p {
    font-size: 0.95rem !important;
}

.social {
    flex-direction: column !important;
}

.social a {
    width:70px;
    height:70px;
}

@media (max-width: 776px) {
    .w-75 {
        width: auto !important;
    }
    .vh-100 {
        height: auto !important;
    }
}

/* Video */

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}