@charset "utf-8";
/* CSS Document */
body {
    font-size: 1.25rem;
}

#openingVideo {
    display: block !important;
}
.soundControl {
    position: absolute;
    bottom: 1%;
    right: 1.5%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;

}
.soundBtn {
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}
.sound1, .sound2 {
    display: none;
}

.sub-menu-container .menu-item > .menu-link {
    font-size: 1rem;
}
#footer-nav h2 {
    font-size: 1.125rem;
}
#footer-nav .widget_links li {
    font-size: 1rem;
}

#dave .entry, #dave .entry-date, #dave .entry-title h2 {
    font-size: 1.25rem !important;
}
.article-info, .tagnshare-block {
    font-size: 1rem;
}

#box_center_content > .container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991.98px) {
    #slider.min-vh-100.include-header {
        height: calc(100vh + 60px);
    }
   .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    #header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-wrap-clone {
        height: 60px !important;
    }
}
@media (min-width: 992px) {
    #box_main {
        margin-top: 100px;
    }
}
@media (min-width: 1400px) {
    .container-fluid {
        width: calc(100% - 200px);
    }
}

/* Title Styles */
h1.main-title {
    font-size: 80px;
    line-height: 1;
    font-weight: normal;
}
@media (max-width: 767.98px) {
    h1.main-title {
    font-size: 48px;
    }
}

.entry-image {
    border-radius: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.558;
    overflow: hidden;
}
#projects .entry-image {
    aspect-ratio: 1 / 1;
}
.entry-image a,
.entry-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.entry-image img {
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    transition: all 0.5s ease;
}
.entry:hover .entry-image img {
    transform: scale(1.1);
}
.article-type .bage {
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: #202020;
    color: #fff;
    margin-bottom:  40px;
}
.article-title h1 {
    line-height: 1.2;
    margin-bottom: 40px;
}

.contact-widget button {
    margin-left: auto !important;
}
.contact-widget label {
    font-weight: normal;
}
.sm-form-control {
    background-color: #f2f2f2;
    border-color: transparent;
}
@media (max-width: 767.98px) {
    .contact-widget button {
        width: 100%;
    }
}

#dave .entry-image a:after {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    content:'';
    width: 60px;
    height: 60px;
    background: url('/archive/image/news-thumb-logo.png') no-repeat center center;
    background-size: cover;
}