@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-family: Raleway;
}

.nav_container {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-end;

}

.active{
    border: 2px solid black !important;
}

.logo_img{
    width: 550px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.logo_img img{
    width: 100%;
    height: auto;


}

.nav_items{
    display: flex;
    justify-content:end;
    align-items: center;
    width: 100%;

}
.nav_item{
    padding: 5px 10px;
    border: 1px solid rgb(167, 167, 167);
    margin: 0px 10px;
    text-decoration: none;
    border-radius: 5px;
}
.nav_item a{
    font-size: 18px;
    text-decoration: none;
    color: black;
}


.gee_map{
    position: fixed;
    top: 0px;


    height: 100vh;
    width: 100%;

}
