.btn-dodger-blue-2 {
    background-color: #EA611C !important;
    border-color: #EA611C !important;
}

body {
    background-color: black;
    color: white;
}

.custom-header {
    background-color: black !important;
}

.navbar {
    overflow: hidden;
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

}

.navbar-logo {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 17px;
}

.navbar-button {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 17px;
}

.caramel-logo {
    width: 120px;
}

.brand-logo-mobile {
    display: none;
}

.team-mobile {
    display: none;
}

.testimonial-one .slick-dots li.slick-active {
    background-color: #EA611C !important;
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: "";
    /* background-image: url({{ asset('assets/landing-page/img/team-caramel.JPG')) }}); */
    background-image: url('/assets/landing-page/img/team-caramel.JPG');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.35;
}


.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: center;
    /* font-family: 'Lato', Arial, sans-serif; */
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.snip1527 figcaption {
    padding: 8px 1px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100% !important;
    text-align: center;
}

.snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ea611c;
    content: '';
    background: -moz-linear-gradient(90deg, #ea611c 0%, #ee8049 100%, #ee8049 100%);
    background: -webkit-linear-gradient(90deg, #ea611c 0%, #ee8049 100%, #ee8049 100%);
    background: linear-gradient(90deg, #ea611c 0%, #ee8049 100%, #ee8049 100%);
    opacity: 0.7;
    z-index: -1;
}

.snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

.snip1527 .date span {
    display: block;
    line-height: 14px;
}

.snip1527 .date .month {
    font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
    margin: 0;
    padding: 0;
}

.snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}

.snip1527 p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    .navbar-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .navbar-button {
        display: none;
    }

    .caramel-logo {
        width: 170px;
    }

    .brand-logo-mobile {
        display: block;
    }

    .brand-logo-web {
        display: none;
    }

    .join {
        /* display: block; */
        margin-left: auto;
        margin-right: auto;
        /* width: 50%; */
    }

    .team-mobile {
        display: block;
    }

    .team-web {
        display: none;
    }

    .snip1527 {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        float: center;
        /* font-family: 'Lato', Arial, sans-serif; */
        font-size: 18px;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
    }
}
