@import url(https://allfont.net/allfont.css?fonts=playfair-display-italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
@import url(https://allfont.net/allfont.css?fonts=playfair-display);
.nav-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #131212 !important;
}
.nav-text:hover{
    color: #F09733 !important;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.footer{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: white;
    background: #131212;
}
.nav-logo-2 {
    font-family: "Playfair Display Italic", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    /*line-height:px;*/
    color: black;
}