.nav-link {
    border: 1px solid transparent;
    color: #000000;
    display: inline-block;

    text-decoration: none;
    font-weight: normal;
}

.dropdown-item {
    border: 1px solid transparent;
    color: #262626;
    display: inline-block;

    text-decoration: none;
}

.nav-link:hover {
    border: 1px dashed black;
    color: #262626;
    font-weight: bold;
}

header {
    position: relative;
    height: 45vh;
    min-height: 22rem;
    width: 100%;
    overflow: hidden;
    padding-top: 0.9rem;
}

video {
    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%);
}

.v_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #732f48;
    opacity: 0.88;
}

.v_container {
    position: relative;
    z-index: 2;
}

.shadow{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

a{
    text-decoration: none;
}