﻿.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    border-bottom: solid 1px #707070;
    overflow: hidden;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    /*.video-container:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        background: repeating-linear-gradient(45deg, rgba(102,102,102,5%), rgba(102,102,102,5%) 1px, transparent 2px, transparent 3px), repeating-linear-gradient(-45deg, rgba(102,102,102,5%), rgba(102,102,102,5%) 1px, transparent 2px, transparent 3px), repeating-radial-gradient(circle, rgba(102,102,102,5%), rgba(102,102,102,5%) 1px, transparent 2px, transparent 3px);
        z-index: 1;
    }*/

    .video-container .btn-positioner {
        position: relative;
        display: inline-block;
        bottom: 52px;
        left: 12px;
        z-index: 2;
    }

#scroll-target {
    position: relative;
    height: 0;
    width: 100%;
    top: -105px;
}

#page-content {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

.image-container .teaser-image {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.teaser-container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px rgba(112,112,112,0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(112,112,112,0.2);
    box-shadow: 1px 1px 3px rgba(112,112,112,0.2);
    background-color: #e6ffe6;
    margin-bottom: 2rem !important;
}

    .teaser-container:hover {
        color: inherit;
        background-color: #f8f9fa;
    }

.teaser-header-text {
    padding-bottom: 1rem;
    line-height: 1rem;
}

@media only screen and (min-width : 320px) {
    .teaser-container h4 {
        line-height: 1.75rem;
    }
}

.carousel {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10%;
    transform: translateY(-50%);
    color: #f0f0f0;
    text-shadow: 0 0 1px black, 0 0 1px black;
    font-weight: 900;
    z-index: 2;
}

.carousel-caption {
    position: relative;
    font-size: 3.5rem;
    line-height: 3.25rem;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-item-text {
    position: relative;
    top: 0;
    font-size: 2rem;
    line-height: 2rem;
}

.carousel-button {
    position: relative;
    top: 4rem;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
    .carousel-caption {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .carousel-item-text {
        font-size: 1.25rem;
        line-height: 1.50rem;
    }
}

@media only screen and (max-width: 575px) {
    .al-hide-nav-background .navbar-collapse {
        background: rgb(32, 45, 57);
        border-radius: 6px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.51);
    }
}


@media only screen and (max-height: 374px) and (orientation: landscape) {

    .carousel-caption {
        font-size: 3rem;
        line-height: 3.25rem;
    }

    .carousel-item-text {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .carousel-button {
        top: 2rem;
    }
}

.home-title-text {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.home-description-text {
    font-size: 16px;
    line-height: 18px;
}

.ruler-margin {
    padding-bottom: 1rem;
}
