body{
    background-color: black;
}

a {
    cursor: pointer;
}

/*******Pre-Loaded Images**********/

body::after{
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(Plant_Based_City_Photos/IG\ Logo.png) url(Plant_Based_City_Photos/IG-Color.jpg) url(Plant_Based_City_Photos/Plant\ Based\ City\ Menu\ 2.jpg) url(Plant_Based_City_Photos/Plant_Based_City_About.jpg) url(Plant_Based_City_Photos/Plant_Based_City_Icon.png) url(Plant_Based_City_Photos/Plant_Based_City_Menu_1.JPEG);
}

.header-main{
    width: 100%;
    height: 60px;
    background-color:black;
    display: flex;
    justify-content: space-between;
    color: rgb(123, 203, 83);
    border-bottom: solid 1px;
    border-color:rgb(35, 36, 34);
}

/*******Logo*************/

.header-main-logo{
    width: fit-content;
    height: 100%;
    padding-left: 60px;
    display: flex;
}

.header-main-logo img{
    height: 50px;
    align-self:center;
}

/*******Navbar*************/

.header-main-nav{
    width: fit-content;
    height: 100%;
    text-decoration: none;
    position: sticky;
}

.header-main-nav ul{
    list-style: none;
    margin-left: 30px;
}

.header-main-nav ul li{
    display: inline;
    float: left;
}

.header-main-nav ul li a{
    padding: 0 10px;
    font-family:  Helvetica, Verdana, Tahoma,monospace,sans-serif;
    line-height: 60px;
    color: rgb(123, 203, 83);
    display: block;
    height: 100%;
}   

.header-main-sm{
    width: fit-content;
    height: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header-main-sm-ig{
    width: 40px;
    height: 40px;
    background-image: url(./Plant_Based_City_Photos/IG-Color.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.header-main-nav ul li a:hover{
  color: white;
}  

.header-main-sm-ig:hover{
    background-image: url(./Plant_Based_City_Photos/IG\ Logo.png);
}

/*******Images**********/

.about{
    width: 50%;
    height: 50%;
    position: relative;
    left: 400px;
   

}

.menu_1{
    width: 50%;
    height: 50%;
    position: relative;
    left: 400px;
}

.menu_2{
    width: 50%;
    height: 50%;
    position: relative;
    left: 400px;
}


@media only screen and (max-width:600px) {

    
    
    .about{
        width: 100%;
        position: relative;
        left: 10px;
        
    }
    
    .menu_1{
        width: 100%;
        position: relative;
        left: 10px;
       
    }
    
    .menu_2{
        width: 100%;
        position: relative;
        left: 10px;
        
    }

    
}
