:root {
    --bs-primary: #d97307;
    --bs-primary-light: #ffb463;
}
.container{
    position: relative;
}
.brand-logo{
    max-height:88px;
}
@media(min-width:800px){
    .nav-brand {
        position: absolute;
        height: 71px;
        margin-top: 60px;
        background-color: white;
        width: 151px;
        padding: 10px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
    }
    .brand-logo {
         position: absolute;top:-20px;
    }
}
@media(max-width:800px){
    .brand-logo{
        max-height: 50px;
    }
}
.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.nav-bg-color{
    background-color: white;
}
.btn-primary:hover,
.btn-primary:focus-within,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--bs-primary-light) !important;
    border-color: var(--bs-primary-light) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.top-header {
    background-color: var(--bs-primary) !important;
}

.top-header .google,
.top-header .facebook,
.top-header .twitter,
.top-header .instagram {
    color: white;
    margin-right: 5px;
}

.top-header .contact {
    text-align: right;
}

.top-header .contact .phone {
    color: white;
    text-decoration: none;
}

.footer-container {
    background-color: var(--bs-primary);
    color: white;
    bottom: 0; 
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-container .container {
    min-height: 50px;
    text-align: center;
    padding: 15px;
}

.footer-container .footer-links a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.footer-container footer {
    margin-top: 10px;
}

.footer-container .footer-links {
    text-align: left;
}


.banner-heading {
    text-align: center;
    margin-top: 20%;
}



.banner-search-card {
    max-width: 800px;
    opacity: 0.9;
}

.filter-heading {
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.home-section2-part1 {
    display: grid;
    align-items: center;
}

.home-section2-part2 {
    background-color: var(--bs-primary);
}
.banner {
    width: 100%;
    background-position: center;
    min-height: calc(70vh);
    display: flex;
    justify-content: center;
    background: linear-gradient( to bottom right, rgba(18,18,18,.72), rgba(18,18,18,.55)), url("https://deermax.ca/Assets/C4123/images/banner_image.jpg") center/cover no-repeat;
    align-items: center;
}
.banner-small {
    width: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom right, rgb(122 60 0), rgba(18, 18, 18, .55)), url(https://deermax.ca/Assets/C4123/images/banner_image.jpg) center / cover no-repeat;
    align-items: center;
    min-height: 300px;
}
.card-top-white-bottom-light .card-top {
    background-color: white;
    padding: 10px;
    color: var(--bs-primary);
    height: 150px;
    display: grid;
    align-items: center;
}

.card-top-white-bottom-light .card-bottom {
    background-color: var(--bs-primary-light);
    color: white;
    display: grid;
    height: 150px;
    align-items: center;
}

@media (min-width:550px) {
    .text-md-right {
        text-align: right !important;
    }
}

@media (max-width:550px) {
    .text-sm-center {
        text-align: center !important;
    }
}

.basicFilterContainer {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}

.wrapper-card-link {
    text-decoration: none;
    color: unset;
}

.wrapper-card-link:hover .card {
    box-shadow: 0 0 20px #0000006d;
}

.wrapper-card-link .card {
    margin-bottom: 24px !important;
    transition-duration: 500ms;
}

.wrapper-card-link .card .card-body h4 {
    min-height: 60px;
}
#carousel{
	background-color:#161e10;
}