﻿.shadow {
    text-shadow: 1px 1px #666666;
}

.if_grey {
    color: #666666;
}

.if_orange {
    color: #FA6800;
}

.if_white {
    color: #ffffff;
}
.if_black {
    color: #000000;
}

body {
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6666;
    color: #777777;
    background-color: #fa6800;
    -webkit-text-size-adjust: none;
}

.video_container {
    position: relative;
    padding-bottom: 34.63414634%;
}

@media (max-width: 1199px) {
    .camera_container {
        margin-top: 0;
    }
}

@media (max-width: 1010.56338028px) {
    .video_container {
        padding-bottom: 350px;
    }
}

.video_wrap {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0 !important;
    height: 100%;
    background: #fff;
    z-index: 0;
}

video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    /*object-fit: cover;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 1rem;
    padding: 0.5rem;
    background-color: #000;
    color: #fff;
    z-index: 10000;
}

