
h4 {
    color: #990009;
}

.cover-image h4 {
    color: white;
}

.container-header {
    background: url(/img/main-image-m.jpg) top right;
    background-size: cover;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .container-header {
        background: url(/img/main-image-m.jpg) top right;
        background-size: cover;
        padding: 30px 20px 20px 20px;
    }

    .page-header {
        font-size: 2em !important;
    }
}

.page-header {
    font-size: 2.8em;
    color: white;
    text-shadow: 4px 2px 10px rgba(0, 0, 0, 1);
}

.index-cover {
    background: url(/img/3DB-home.jpg) right;
    height: 420px;
    overflow: hidden;
    background-attachment: unset;
    background-size: cover;
    text-shadow: 4px 2px 10px rgba(0, 0, 0, 1);
}

.index-cover p {
    font-weight: normal;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 1);
}

.chip-hidden {
    /*width: 0;*/
    height: 499px;
    width: 1600px;
    margin-left: -1600px;
    /*left: -1600px;*/
    transition: all 1s ease;
}

.index-cover:hover .chip-hidden {
    opacity: 100;
    margin-left: 0;
    transition: all 1s ease;
}

.title-desc {
    transition: opacity 1s;
}

.index-cover:hover .title-desc {
    opacity: 0;
    transition: all 200ms;
}

.chip-small {
    width: 100%;
}

.video-frame {
    background-color: #990009;
    position: relative;
    width: 100%;
    padding-top: 55%;
}

.vf-inset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: gray;
}

.video-frame iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.db-list {
    padding-left: 0px;
    list-style: none; /* Remove default bullets */
}

.db-list li {
    margin-left: 20px;
}

.db-list li::before {
    content: "\006f"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #990009; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    /*width: 1em; !* Also needed for space (tweak if needed) *!*/
    margin-left: -20px; /* Also needed for space (tweak if needed) */
    margin-right: 10px;
    margin-top: 10px;
    font-size: 1em;
}

.db-second {
    margin-left: 10px;
}

.db-second li:before {
    color: black;
}

.who-we-are {
    border-right: 1px solid; border-color: rgba(255,255,255,0.7)
}

.who-we-are b {
    font-size: 1.1em;
}

.index-cover-text {
    font-size: 0.73em;
}

.index-cover-bottom {
    background-color: rgba(155, 5, 5, 0.2);
}

@media only screen and (max-width: 400px) {
    .sle {
        font-size: 0.7em !important;
        font-weight: normal;
    }

    .sle h4 {
        font-size: 1rem;
    !important;
    }

    .sle .avatar-position {
        font-size: 0.8em;
    !important;
    }

    .sle .avatar-description {
        margin-top: 0 !important;
    }
}

.db-second a:hover {
    text-decoration: none;
}

p img {
    max-width: 100%;
}

.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}

@media (min-width: 50px) {
    .w-sm-25 {
        width: 25%!important;
    }
    .w-sm-50 {
        width: 50%!important;
    }
    .w-sm-75 {
        width: 75%!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
}

@media (min-width: 768px) {
    .w-sm-25 {
        width: 25%!important;
    }
    .w-sm-50 {
        width: 50%!important;
    }
    .w-sm-75 {
        width: 75%!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
}

@media (min-width: 992px) {
    .w-md-25 {
        width: 25%!important;
    }
    .w-md-50 {
        width: 50%!important;
    }
    .w-md-75 {
        width: 75%!important;
    }
    .w-md-100 {
        width: 100%!important;
    }
}

@media (min-width: 1200px) {
    .w-lg-25 {
        width: 25%!important;
    }
    .w-lg-50 {
        width: 50%!important;
    }
    .w-lg-75 {
        width: 75%!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
}
