/*--===============MENU================--*/

#rc_logo {
    left: 30px;
    padding: 22px;
    position: absolute;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.menu {
    background-color: #737f39;
    text-align: center;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.menu hr {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 8px solid #dbdd9a;
}

.menu img {
    width: 100px;
    position: absolute;
    top: 25px;
    left: 570px;
}

.menu p.text1 {
    font-family: "DM Serif Display", serif;
    font-weight: normal;
    font-size: 36px;
    color: white;
    text-align: center;
    font-size: 150px;
    padding-top: 40px;
}

.menu p.text2 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    display: inline-block;
    font-size: 36px;
    color: #dbdd9a;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    position: relative;
    top: -70px;
    left: 280px;
}

#rc_logo a {
    color: inherit;
    text-decoration: none;
    display: none;
}

.menu-navbar {
    overflow: hidden;
    background-color: #737f39;
    text-align: right !important;
    right: 10px;
    z-index: 6;
    position: relative;
    top: -30px;
}

.menu-navbar a {
    font-family: "Playfair Display", serif;
    font-weight: 200;
    display: inline-block;
    margin-right: -4px;
    color: #fff;
    padding: 25px 22px;
    text-decoration: none;
    font-family: Poppins;
    font-size: 22px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    z-index: 9;
}

.menu-navbar a:hover,
.menu-navbar a#home:hover {
    background-color: #87955d;
}

.menu-navbar .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .rc_nav a {
        display: none;
    }

    .rc_nav a.icon {
        float: right;
        display: block;
        width: 60px;
    }

    .menu img {
        width: 30px;
        position: absolute;
        top: 15px;
        left: 130px;
    }

    .menu p.text1 {
        font-family: "DM Serif Display", serif;
        font-weight: normal;
        font-size: 54px;
        color: white;
        text-align: center;
        padding-top: 20px;
    }

    .menu p.text2 {
        display: inline-block;
        font-family: "Playfair Display", serif;
        font-weight: normal;
        font-size: 10px;
        color: #dbdd9a;
        text-align: center;
        margin-top: 0px;
        position: relative;
        top: -30px;
        left: 100px;
    }

    .menu hr {
        width: 80%;
        position: relative;
        border: 3px solid #dbdd9a;
        display: block !important;
    }

    #rc_logo a {
        color: inherit;
        text-decoration: none;
        display: none;
    }

    .shopping-cart-btn {
        display: block !important;
        text-align: right;
        margin-right: 20px !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .menu-navbar {
        overflow: hidden;
        background-color: #737f39;
        text-align: center;
        z-index: 6;
        position: relative;
        top: -30px;
        right: auto !important;
        text-align: center !important;
    }

    .menu-navbar a {
        font-family: "Playfair Display", serif;
        font-weight: 200;
        display: inline-block;
        margin-right: -4px;
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
        font-family: Poppins;
        font-size: 16px;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
        z-index: 9;
    }

    #rc_logo a {
        display: inline;
        visibility: visible;
        color: white;
        position: relative;
        left: -20px;
        z-index: 999;
        background-color: #dbdd9a;
        font-size: 15px;
        font-weight: bold;
        padding: 12px 20px 12px 20px;
        border-radius: 5px;
    }

    #rc_logo a:hover {
        background-color: #a45d55;
        color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 5px;
    }
}
@media screen and (max-width: 600px) {
    .carousel-section .text1 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .carousel-section {
        margin-top: 60px;
        padding-bottom: 50px;
        background-color: #ffffff;
        z-index: 8;
    }
}
