﻿ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

h4,h5 {
    font-family: 'Playfair Display', serif;
}
h5 {
    font-family:  san-serif;
}

@media only screen and (min-width:1200px) {


    #nav1 .nav-item .nav-link {
        color: white;
        font-weight: 600;
    }
    #nav2 {
        margin-top: 35px;
    }
    #searchnavbar {
        padding: 0px;
        background: #11a9bc !important;
    }
    h4 {
        font-family: 'Playfair Display', serif;
    }
}

@media only screen and (min-width:1200px) {

    #searchnavbar {
        padding:0px;
        background: #11a9bc!important;
    }
    #nav1 .nav-item .nav-link {
        color: white;
        font-weight: 600;
    }
    #nav2{
        margin-top:35px;
    }
    .search {
        background: #f4f5f6;
        color: black;
    }
    
}



@media only screen and (max-width:900px) {

    #searchnavbar {
        padding: 0px;
        background: #11a9bc !important;
    }
    #nav1 .nav-item .nav-link {
        color: white;
        font-weight: 600;
    }
    #nav2 .navbar-nav .nav-item .nav-link {
        padding-left: 10px !important;
    }
   
    }

