body{
    background-color: black;
    color: #f9eae0;
    font-family: 'Montserrat', sans-serif;
}

img{
    max-width: 100%;
}

h1,
h2,
h3,
p{
    margin: 0px;
}

.site-tasty{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../assets/mobile/bg_madeira.png");
    min-height: 100vh;
}

.main-logo-box{
    margin-top: 170px;
}

.top-info{
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.top-info .top-info-phone{
    text-align: center;
}

.top-info .top-info-phone a{
    color: #f9eae0;
    margin: 0px 10px;
    display: block;
}

.social-icons{
    margin-top: 20px;
}

/* WPP IMG */
.social-icons a,
.top-info .top-info-phone a img{
    margin-right: 5px;
}

.text-orange{
    color: #fc9a26;
}

.text-orange a{
    color: #fc9a26;
}

.main-nav{
    margin: 20px 0px;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.main-nav .nav-item{
    position: relative;
}

.content-section{
    margin: 80px 0px;
}

.content-section p{
    margin: 20px 0px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    text-align: justify;
    text-indent: 50px;
}

.indent{
    text-indent: 50px;
}

.img-box{
    margin-top: 40px;
}

.the-tables,
.main-footer{
    margin-top: 80px;
}

.wpp-contact-fixed{
    position: fixed;
    z-index: 2;
    width: 85px;
    height: 185px;
    bottom: 0;
    right: 0px;
}

.wpp-buttons {
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
}

.wpp-icon-fixed {
    bottom: 120px;
}

.menu-icon-fixed {
    bottom: 50px;
}

header .navbar{
    background-color: #320f03;
    padding: 0px;
}

.navbar-toggler{
    margin-right: 10px;
}

.navbar-collapse{
    background: rgb(244, 143, 32);
    padding: 20px;
}

.navbar-brand{
    padding: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(50,15,3);
}

.top-info-fixed{
    top: 0px;
    width: 100vw;
    left: 0px;
    position: fixed;
    background-color: black;
}

.talking-about img{
    width: 100%;
}

@media (min-width: 992px){
    .site-tasty{
        background-image: url("../assets/web/bg_madeira.png");
    }

    .main-nav .nav{
        justify-content: space-between;
    }

    .navbar-nav{
        width: 100%;
        justify-content: space-between;
    }

    header .navbar,
    .navbar-collapse{
        background: transparent;
    }

    .navbar-dark .navbar-nav .nav-link{
        color: rgb(255, 178, 50);
    }

    .main-nav .nav-link{
        position: relative;
    }

    .main-nav .nav-link:not(:first-child)::before{
        content:"-";
        font-size: 2rem;
        position: absolute;
        top: -5px;
        left: -40px;
    }

    .wpp-buttons{
        right: 50px;
        height: 100px;
        width: 100px;
    }
    
    .wpp-icon-fixed{
        bottom: 200px;
    }
    
    .menu-icon-fixed{
        bottom: 70px;
    }

    .top-info{
        flex-direction: row;
        padding: 40px 0px;
        justify-content: start;
    }

    .social-icons{
        margin-top: 0px;
    }

    .top-info .top-info-phone a{
        display: inline;
    }

    .main-logo-box{
        margin-top: 120px;
    }

    .the-tables .img-box{
        margin-top: -85px;
    }
}