﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600&display=swap');

body {
    /*font-family: 'Dosis', sans-serif;*/
    color: #000000 !important;
    background-color: #80808024;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee8d7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fbcd47;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #EFBD2D;
    }

.navbar {
    border-top: solid 5px #ffdb58;
    /*border-bottom: solid 1px #EFBD2D;*/
    box-shadow: -1px 3px 8px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 3px 8px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 3px 8px -2px rgba(0,0,0,0.25);
}

.nav-link {
    color: #000000 !important;
    font-weight: normal !important;
}

    .nav-link:hover {
        color: #EFBD2D !important;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 13.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.pageHeader {
    background-color: #EFBD2D;
    color: #000000;
    padding: 20px;
    font-weight: bold;
}

.bg-banner {
    background-image: url(/Content/images/South-Circuit-Establishing-Shot.jpg);
    background-size: cover;
    /*min-height: 700px;*/
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    vertical-align: baseline;
}

.carousel-item img {
    height: 500px;
    object-fit: cover !important;
    /*position: relative;
    z-index: 0;
    display: grid;
    align-items: center;*/
}

.carousel-caption h5 {
    font-size: 60pt;
    font-weight: bold;
    text-shadow: 2px 2px #808080;
}

.section-head {
    /*  text-decoration: underline;
    text-decoration-color: #EFBD2D;*/
    font-weight: bold;
    font-size: 20pt;
}

.album img {
    height: 225px;
    object-fit: cover !important;
}

.album .bigger {
    height: 350px;
    object-fit: cover !important;
}

.album h5 {
    font-weight: bold;
}

    .album h5 span {
        color: #EFBD2D;
    }

.gifts {
    padding-left: unset !important;
    padding-right: unset !important;
    padding-bottom: 3rem;
}

.btn-outline-secondary {
    border-color: #EFBD2D;
    color: #000000;
    font-weight: bold;
    cursor: pointer !important;
}

.btn-on-dark {
    border-color: #EFBD2D;
    color: #EFBD2D !important;
    font-weight: bold;
    cursor: pointer !important;
}

.btn-outline-secondary:hover {
    background-color: #EFBD2D;
    border-color: #dbac24;
    color: #000000;
    font-weight: bold;
    cursor: pointer !important;
}

.btn-on-dark:hover {
    background-color: #EFBD2D;
    border-color: #dbac24;
    color: #000000 !important;
    font-weight: bold;
    cursor: pointer !important;
}

.btn-secondary {
    background-color: #EFBD2D;
    border-color: #dbac24;
    color: #000000;
    font-weight: bold;
    cursor: pointer !important;
}

    .btn-secondary:hover {
        background-color: #000;
        border-color: #000;
        color: #EFBD2D;
        font-weight: bold;
        cursor: pointer !important;
    }

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-md .navbar-nav .social {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
}

.bg-dark {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.footer {
    color: #ffffff;
}

    .footer a {
        color: #ffffff;
        text-decoration: none !important;
        cursor: pointer !important;
    }

        .footer a:hover {
            color: #EFBD2D;
        }

    .footer .section-head {
        font-weight: normal !important;
        font-size: 20px !important;
        margin-bottom: 15px;
    }

    .footer .list-group-item {
        padding: unset !important;
    }


.list-group-horizontal li {
    border-color: #EFBD2D !important;
}

    .list-group-horizontal li a {
        text-decoration: none;
        color: #000000;
        font-weight: 600;
    }

.list-group-horizontal .list-group-item.active {
    z-index: 2;
    background-color: #EFBD2D !important;
    border-color: #EFBD2D !important;
}

.list-group-horizontal .list-group-item:hover {
    z-index: 2;
    background-color: #EFBD2D !important;
    border-color: #EFBD2D !important;
}


#GiftCarousel .carousel-caption {
    position: absolute;
    right: 6%;
    bottom: 4.25rem !important;
    left: 10%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    color: #fff;
    text-align: center;
}

#GiftCarousel .carousel-item img {
    height: 450px;
    object-fit: cover !important;
    /*position: relative;
    z-index: 0;
    display: grid;
    align-items: center;*/
}

#GiftCarousel .carousel-caption h4 {
    margin-top: 30px;
    font-size: 30pt;
    font-weight: bold;
    text-shadow: 2px 2px #80808024;
}

#GiftCarousel .carousel-caption p {
    font-size: 16pt;
    font-weight: normal;
}

.invert {
    color: #EFBD2D !important;
}

.form-check-input:checked {
    background-color: #EFBD2D;
    border-color: #dbac24;
}

ul .dropdown-menu {
    background-color: #EFBD2D;
}

    ul .dropdown-menu .dropdown-item {
        font-weight: 600;
    }

        ul .dropdown-menu .dropdown-item:hover {
            background-color: #000000;
            color: #EFBD2D;
        }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(239,173,45)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(239,173,45);
}

.accordion-button {
    font-size: 1.5rem;
    color: rgba(0,0,0,1);
}

    .accordion-button:not(.collapsed) {
        color: rgba(0,0,0,1) !important;
        background-color: #efbd2ddc;
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }

.iti--allow-dropdown {
    width: 100% !important;
}

