@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


img {
    opacity: 1;
    transition: opacity 0.5s;
  }
  
img:hover {
    opacity: 0.5;
  }

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.navImg{
    height: 25px;
}

.nav{
    gap: 20px;

    background-color: rgba(246, 236, 236, 1); 
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}


.header{
    margin-top: 50px;
    margin-left: 200px;
    margin-bottom: 100px;
    min-height: 400px;
    max-height: 900px;
    max-width: 100%;
}

.outerNav{
    min-height: 400px;
    max-height: 700px;
    width: 100%;
    background-color: rgb(252, 240, 240);
    position: relative;
}

.texttitle{
    padding: 60px;
    max-width: 100%;
    position: absolute;
}


.desc{
    font-size: small;
    line-height: 1rem;
}


.sideBar{
    background-size: 20px 20px, contain;
    background-position: 260px 65px, center;
    z-index: 9;
    padding: 40px;
    opacity: 20%;
    max-width: 100px;
    min-width: 50px;
    height: 100%;
    position: fixed;
    top: 60px;
    transition: all 600ms ease-in;
}

.sideBar:hover{
    opacity: 100%;
} 


.main{
    padding-left: 250px;
    padding-right: 70px;
    padding-bottom: 100px;
}

h1{
    line-height: 1em;
    font-size: 3em;
}

h2{
    color: rgb(0, 0, 0);
}

h3 {
    font-size: xx-small;
    color: rgba(148, 129, 129, 0.5);
} 
