﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 0;
    color: #ff7300;
    background-color: #141414;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}


@media (max-width: 768px) {
    body {
        background-size: auto 100%;
    }
    .carousel.main{
        height:45vh;
    }
        .carousel.main .carousel-inner {
            height: 100%;
        }

            .carousel.main .carousel-inner .display-1 {
                font-size: 4rem;
            }
        .carousel.main .headbg .txt {
            bottom: 10px;
        }
}

    .myborder {
        border: 1px solid rgba(255,255,255,0.2) !important;
    }

    .border-top {
        border-top: 1px solid rgba(255,255,255,0.2) !important;
    }

    .nav-menu {
        flex-grow: unset;
    }

        .nav-menu a {
            font-family: 'Times New Roman';
        }

    .navbar.bg-light {
        background: rgba(128, 128, 128,0.2) !important;
    }

        .navbar.bg-light .navbar-toggler {
            padding: 0 10px;
            height: 35px;
            line-height: 35px;
            color: #fff !important;
            background-color: #000 !important;
        }

.navbar.bg-dark .navbar-toggler {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    color: #fff !important;
    background-color: #e0c18e !important;
}

    .navbar.bg-dark .navbar-toggler .navbar-toggler-icon {
        color: #fff !important;
    }

    @media (min-width: 1200px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding-left: 2rem;
            padding-right: 0;
        }
    }

    .nav-menu .dropdown-menu {
        background-color: #000;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        margin-top: 0;
        padding: 0;
        overflow: hidden;
    }

        .nav-menu .dropdown-menu li {
            border-bottom: 1px solid rgba(255,255,255,0.2);
            line-height: 50px;
        }

            .nav-menu .dropdown-menu li a {
                background: none !important;
                color: #e0c18e;
            }

                .nav-menu .dropdown-menu li a:hover {
                    background: #e0c18e !important;
                    color: #000 !important;
                }

            .nav-menu .dropdown-menu li:last-child {
                border-bottom: 0;
            }

            .nav-menu .dropdown-menu .dropdown-item:has(:hover), .nav-menu .dropdown-menu li:has(:hover), .nav-menu .dropdown-menu li a:has(:hover) {
                background: #e0c18e !important;
                color: #000 !important;
            }

    .bg-dark .nav-menu li a.text-dark {
        color: #e0c18e !important;
    }

    .bordercolor {
        border-color: #e0c18e !important;
    }

    .bg-yellow {
        background: #e0c18e !important;
    }


    .breadcrumb-transparent {
        background: rgba(0,0,0,0.3);
    }

    .breadcrumb.breadcrumb-transparent .breadcrumb-item a {
        color: #6c757d !important;
    }

    .headbg {
        position: relative;
    }

        .headbg .txt {
            position: absolute;
            left: 0;
            right: 0;
            top: 30%;
            z-index: 2;
        }

            .headbg .txt .title {
                color: #fff;
                text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, .9);
            }

    .text-danger {
        color: #ff7300 !important;
    }

    .slide {
        position: relative;
        min-height: 100px;
    }

        .slide .slidebottom, .banner-box .slidebottom {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 22;
        }

    .banner-box .banner-main {
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 15%;
        z-index: 44;
        color: #fff;
        text-shadow: 0 0 15px rgba(0,0,0,0.3);
    }

        .banner-box .banner-main h1 {
            color: #fff;
            font-weight: bold;
        }

    .article-box {
        position: relative;
        overflow: hidden;
    }

        .article-box img {
            max-width: 100%;
        }

    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .footer-content {
        margin: 50px 20px 20px;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: 280px;
    }


    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    .text-yellow {
        color: #e0c18e !important;
    }

    .border {
        border: 1px solid #e0c18e !important;
    }

    .border-bottom {
        border-bottom: 1px solid #e0c18e !important;
    }

    .breadcrumb {
    }

    .boxshadow {
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .mousehover {
        transition: all 0.3s ease-in-out;
    }

        .mousehover:has(:hover) {
            transform: scale(1.1);
            background-color: #e0c18e !important;
            color: #fff !important;
            border: 1px solid #fff !important;
        }

            .mousehover:has(:hover) .text-dark {
                color: #fff !important;
            }

    .picmousehover {
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .picmousehover .titlebox {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 2;
            background: linear-gradient(rgba(0,0,0,0),#333);
            transition: all 0.3s ease-in-out;
            text-shadow: 0 0 5px rgba(0,0,0,0.2);
        }

        .picmousehover:has(:hover)::after {
            content: '';
            background: #e0c18e;
            width: 34%;
            height: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            position: absolute;
            bottom: 0;
            left: 33%;
            z-index: 2;
        }

        .picmousehover:has(:hover) .titlebox {
            background: linear-gradient(rgba(0,0,0,0),#000);
            color: #e0c18e !important;
            transform: scale(1.2);
        }

    .mousehover-scale {
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        overflow: hidden;
    }

        .mousehover-scale:has(:hover) {
            animation: mousehoverSscale 0.3s;
            transform: scale(1.05);
            background: #000;
            color: #e0c18e !important;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            z-index: 3;
        }

            .mousehover-scale:has(:hover) .text-dark {
                color: #e0c18e !important;
            }

    @keyframes mousehoverSscale {
        from {
            transform: scale(1);
        }

        to {
            transform: scale(1.05);
        }
    }

    .picmousehoverUp {
        position: relative;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

        .picmousehoverUp .titlebox {
            background: #000;
            width: 100%;
            height: 30%;
            position: absolute;
            bottom: -800px;
            left: 0;
            z-index: 2;
            opacity: 0;
            padding: 20px;
        }

            .picmousehoverUp .titlebox .txt {
                position: absolute;
                bottom: 15px;
                left: 30px;
                right: 30px;
                text-align: center;
            }

        .picmousehoverUp:has(:hover) .titlebox {
            animation: Upopacity 0.5s;
            opacity: 0.65;
            bottom: 0;
        }

    @keyframes Upopacity {
        from {
            opacity: 0;
            bottom: -800px;
        }

        to {
            opacity: 0.85;
            bottom: 0;
        }
    }

    .breadcrumb .breadcrumb-item a {
        color: #333 !important;
    }

    .bg-dark {
        background: #000 !important;
    }

    .btn-warning, .bg-warning {
        background: #e0c18e !important;
    }

    .searchbox {
        width: 80%;
        max-width: 800px;
        border-radius: 50px;
        margin: 0 auto;
    }

    .fs-1 {
        font-size: 0.8rem !important;
    }

    .fs-2 {
        font-size: 1rem !important;
    }

    .fs-3 {
        font-size: 1.2rem !important;
    }

    .fs-4 {
        font-size: 1.4rem !important;
    }

    .tabs {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .tabs-item {
        margin-right: 10px;
    }

        .tabs-item:last-child {
            margin-right: 0;
        }