@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

.owl-carousel-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    font-family: 'Roboto', sans-serif;
}

.owl-item {
    position: relative;
    width: 100%;
    height: auto;
    background: #BB1E1E;

}

#owl-carousel-text .owl-item {
    position: relative;
    padding-top: 4rem;
    width: 100%;
    height: auto;
    background: #BB1E1E;

}

.owl-item img {
    max-width: 100%!important;
    height: auto;
}

.typewriter {
    font-family: 'Courier Prime', monospace;
}

.owl-item h1 {
    margin: 0.75em;
    padding: 0 2rem;
    color: white;
    font-size: 1.75rem;
}

.owl-item p {
    margin: 0.75rem;
    padding: 0 3.5rem;
    font-size: 1.25rem;
    line-height: 2rem;
    color: white;

}

.titlebox {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 33%;
    height: auto;
    border-right: 5px solid #FFFFFF;
    border-left: 5px solid #f0f0f0;
    background: rgba(187,30,30,0.7);
}

.titlebox h1 {
    margin: 0.75rem;
    font-size: 1rem;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;

}

.captionbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.7);
}

.captionbox .divider {
    text-align: center;
}

.captionbox p{
    text-align: left;
    font-size: 0.875rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.owl-prev, .owl-next {
    transform: scale(1.0);
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.owl-prev:hover, .owl-next:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    margin: 1em 0;
    text-align: center;
}
.owl-prev {
    position: absolute;
    left: 0;
    display: inline-block;
    color: #603118;
    margin-left: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    text-shadow: 1px 1px 5px #ffffff;
    width: 5%;
    height: auto;
    border-right: 0;
    border-left: 5px solid #f0f0f0;
    border-radius: 0!important;
    background: rgba(187, 30, 30, 0.5) !important;
}
.owl-next {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #603118;
    margin-right: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    text-shadow: 1px 1px 5px #ffffff;
    width: 5%;
    height: auto;
    border-right: 5px solid #FFFFFF;
    border-left: 0;
    border-radius: 0!important;
    background: rgba(187, 30, 30, 0.5) !important;

}

.owl-theme .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    margin: 0.5rem;
    background: white;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

/**********************************************************************************************************************/
@media screen and (min-width: 960px) {

}

@media screen and (max-width: 768px) {

    .owl-theme .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 5px 7px;
        background: rgba(49,112,142,0.5);
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 10px; }

    .owl-nav {
        position: absolute;
        width: 100%;
        top: 30%;
        margin: 1em 0;
        text-align: center;
    }

    .titlebox {
        position: absolute;
        top: 2rem;
        left: 0;
        width: 75%;
        height: auto;
        border-right: 5px solid #FFFFFF;
        border-left: 5px solid #f0f0f0;
        background: rgba(49,112,142,0.5);
    }

    .titlebox h1 {
        margin: 0.5rem;
        font-size: 1rem;
        text-align: left;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;

    }

}