body {
    background: #fbfbfd;
    color: #1d1d1f;
    font-family: "Questrial", sans-serif;
}

#privacyNotice {
}

#privacyNotice .modal-content {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0;
}

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

.overflow-hidden {
    overflow: hidden;
}

header {
    position: relative;
    background-color: black;
    height: 35vh;
    min-height: 35rem;
    width: 100%;
    overflow: hidden;
}

header video,
header img.header-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4a55a2;
    opacity: 0.45;
    z-index: 1;
}

.header-text {
    z-index: 1;
}

.menu-item-main {
    transition: all 200ms linear;
    border-bottom: solid transparent 3px;
}

.menu-item-main:hover {
    border-bottom: solid #4a55a2 3px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-logo {
    width: 80px;
}

.nav-zyzo {
    border-bottom: solid #4a55a2 1px;
}

h1.section-header {
border-bottom: solid #4a55a2 3px;
    color: #4a55a2;
    font-weight: 500;

}

.brand-text-zyzo {
    padding-left: 1rem;
    color: #4a55a2;
    font-weight: 700;
}

.section-row {
    padding: 1rem 0;
}

.alt-section-row {
    background-color: #cddff5;
}

footer {
    background-color: #4a55a2;
    color: #fff;
}

.footer-column {
    border-bottom: solid #969696 1px;
}

.footer-item {
    transition: margin-left 200ms;
}

.footer-item:hover {
    text-decoration: none;
    margin-left: 5px;
    transition: margin-left 200ms;
}

.footer-logo {
    width: 120px;
}

.lead a {
    color: #1d1d1f;
}

.lead a:hover {
    text-decoration: none;
}

.why-item {
    min-height: 7rem;
}

@media screen and (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 992px) {
    .menu-item-main {
        text-align: center;
    }
}
