.home #header {
    background: transparent;
}
.home #header.header-scrolled {
    background: #241f20;
}
.home #main {
    margin-top: 0;
}
.home-hero-logo {
    text-align: center;
    filter: drop-shadow(#ffffff 0rem 0rem 20px);
}
.home-hero-logo img {
    filter: drop-shadow(#ffffff 0rem 0rem 30px);
}
.footer-link ul {
    display: block;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.footer-link ul li a {
    font-family: 'Bebas Neue';
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.footer-link ul li {
    display: inline-block;
}

#footer {
    padding: 50px 0;
}

.footer-link ul li a:hover {
    background-color: #a54c22;
}

.footer-logo {
    text-align: center;
    margin-bottom: 15px;
}
.about-area-section {
    position: relative;
}

.about-boscat-logo {
    position: absolute;
    top: -12%;
    left: -10%;
    z-index: 1;
}
.about-box {
    background-color: #fff;
    padding: 35px;
}

.about-box-title {
    font-size: 4rem;
    line-height: 1;
    padding-left: 15px;
}

.about-box-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.about-boscat-logo img {
    /*max-width: 100px;*/
    rotate: 330deg;
}

.about-boscat-logo {
    background-color: #efebe8;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}
.location-cta-section {
    background-color: #f8f5ee;
}
.locaiton-name p {
    color: #a54c22;
    font-family: 'Bebas Neue';
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}
.location-cta-img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.location-cta-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s all ease-in-out;
}
.location-cta-content:hover .location-cta-img img {
    transform: scale(1.2);
}
.home-order-content {
    background-color: #f8f5ee;
    padding: 30px;
    margin: 25px;
}

.home-order-title {
    color: #a54c22;
    font-size: 3rem;
    line-height: 1.1;
    border-bottom: 3px solid #a54c22;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-order-content p {
    color: #a54c22;
    font-size: 20px;
    margin-bottom: 0;
}

.hm-order-btn {
    color: #fff;
    background-color: #a54c22;
    display: inline-block;
    padding: 15px 20px;
    font-family: 'Bebas Neue';
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    transition: .3s;
}

.hm-order-btn:hover, .hm-order-btn:focus {
    background-color: #251f20;
    color: #fff;
}

.hm-order-btn-sec {
    padding-top: 25px;
}

.home-order-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-order-main .home-order-section:nth-child(even) .home-order-content {
    text-align: right;
}
.press-career-section {
    background-color: #f8f5ee;
    padding: 80px 0 60px;
}

.pc-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.pc-img {
    padding-bottom: 20px;
}

.pc-title {
    color: #a54c22;
    font-size: 3rem;
    line-height: 1.1;
}

.pc-main-content {
    text-align: center;
}

.pc-content p {
    color: #a54c22;
    font-size: 18px;
    margin-bottom: 0;
}

.pc-btn-sec {
    padding-top: 30px;
}
.ig-title {
    color: #a54c22;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
.insta-icon a {
    font-size: 5rem;
    display: inline-block;
    line-height: 1;
    color: #a54c22;
}

.insta-icon {
    text-align: center;
}
.insta-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.instagram-feed-section {
    position: relative;
    padding: 5px 0;
}

.instagram-feed-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    top: 0;
    z-index: 0;
}

.instagram-feed-section .container-fluid {
    position: relative;
}

.insta-img {
    padding: 5px;
}

.instagram-feed-section [class*='col'] {
    padding: 0;
}

.instagram-section {
    padding: 50px 0 20px;
}
/*******************************/
/*******************************/
/*******************************/
/** RWD MEDIA QUERIES STYLE  ***/
/*******************************/
/*******************************/
/*******************************/

@media (max-width:767px){
    .footer-link ul {
        padding: 0;
    }

    .footer-link ul li a {
        margin-bottom: 0;
        font-size: 16px;
        padding: 10px 15px;
    }

    .copyright {
        font-size: 14px;
    }
    .ig-title {
        font-size: 2rem;
    }

    .insta-icon a {
        font-size: 3rem;
    }
    .ig-title {
        font-size: 2rem;
    }

    .insta-icon a {
        font-size: 3rem;
    }

    .home-order-title {
        font-size: 2rem;
    }

    .home-order-content p {
        font-size: 16px;
    }

    .hm-order-btn {
        font-size: 18px;
    }

    .locaiton-name p {
        font-size: 1.5rem;
    }

    .location-cta-content {
        margin-bottom: 20px;
    }

    .about-box-title {
        font-size: 3rem;
        padding-left: 0;
    }

    .about-boscat-logo {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 0;
    }

    .about-box-content p {
        font-size: 16px;
    }

    .pc-title {
        font-size: 2rem;
    }

    .pc-content p {
        font-size: 16px;
    }

    .pc-main-content {
        margin-bottom: 30px;
    }
}