
body{
    padding: 0%;
    margin: 0%;
}
/* navbar */
.nav{
    display: flex;
    position: fixed;
	width: 100%;

}
 
#navleft{
    margin-left: 2.6%;
    margin-top: 0.4%;
   
    
}
#navmid{
    
      
     border-radius: 4.6px; 
    margin-left: auto;
    margin-right: auto;
z-index: 9;
    /* opacity: 0.6; */
    margin-top: 0.8%;
	width: fit-content;	
background-color: #1C041B;    
}

#home-content{
height: fit-content;
width: 100%;
display: flex;
flex-direction: column;
margin: auto;
vertical-align: middle;
position: absolute;
text-align: center;
	top: 0; right: 0; bottom: 0; left: 0;
}




#logo{
    height: 45px;
    border-radius: 20px;
}

#navigation ul{
    display: flex;
    list-style: none;
    align-items: center;
    padding: 1.5px 20px;
    
}

#navigation ul li a{
    text-decoration: none;
    padding: 5px 20px;
    font-family: serif;
    font-size: 1.3rem;
    color: #F5F0F5;


}
#navigation ul li a:hover{
    background-color: #642461;
    border-radius: 11px;


}
#navigation{
    
    opacity: 1;
    border-radius: 06px;
}
#button1 a{
    text-decoration: none;
    color: black;
    font-size: 1.0rem;
}
#button1{
    border-radius: 4px;
}
#button1 a:hover{
    color: peru;
}

    
#body{
    background: url(../images/sky\ lantern.jpg) no-repeat center;
    position: sticky;
height: 100vh;
width: 100%;
    
}

/* home */
#home h1{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
	height: fit-content;
	margin: auto auto auto auto;   
    color: rgb(228, 214, 189);
    font-family: sans-serif;
    font-size: 2.0rem;
	
}
#home p{
    margin-left: auto;
    margin-right: auto;
    width: 365px;
    color: rgb(228, 214, 189);
    font-family: sans-serif;
    font-size: 2rem;
}


#foot{
    color: white;
    width: 100%;
    height: fit-content;
display: block;
padding: 6px 0px;
    margin-top: auto;
    position: absolute;
    background-color: black;
   top: 0; right: 0; bottom: 0; left: 0;
}

