
body{
    margin: 0;
    
}
.sections{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;


}
.desc{
    font-family: Arial, Helvetica, sans-serif;
}
.element{
    padding: 1rem;
    width: 10rem;
border-radius: 2rem;
margin: 5%;
background-color: rgb(240, 238, 239);
min-height: 387px;
}
.title{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2rem;
}

.explore{
    background-color: rgb(89, 89, 171);
    border-radius: 1rem;
    border: none;
    padding: 1em;
    padding-left: 13px;
    width: 50%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: auto;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(rgba(0,0,0));
    width: 80%;
    height: 10vh;
    margin: auto;
   
}

.hamburger {
    display: none;
    cursor: pointer;
    /* padding: 10px 15px;
    margin: 10px; */
  }
  
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: black;
    margin-bottom: 5px;
  }

.elements{
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   

}

#elements{
    padding-left: 0%;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    

}

.navel{
    text-decoration: none;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 200;


}
.navlog{    
    text-decoration: none;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    letter-spacing: 1.2px;
   
}   
#logo{
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


#logo > img{
    width: 1.5em;
    margin-right: 1em;
}


.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 700px){
    /* for navigation bar */

    .logo{  
       
        width: 80%;
        margin-top: 1em;
    }
    .navbar {
        align-items: center;
      flex-direction: column;
    }
  
    .hamburger {
      display: block;
    }
  .elements{
    width: 80%;
  }
    #elements {
      display: none;
      flex-direction: column;
      align-items: center;
      padding: 0;
      align-items: center;
      

      
      
    }
  
    #elements.show {
      display: flex;
      margin: auto;
      margin-top: 2vh;
      background-color: #DD4D4D;
      z-index: 100;
      align-items: center;
      border-radius: 10px;
    
    }   
  
    #elements li {
        padding-top: 1vh;
        padding-bottom: 1vh;
      display: flex;
      justify-content: center;
      z-index: 100;

    }
  
    .navel {
      font-size: smaller;
      text-align: center;
      font-weight: 400;
    }
    .mobhide{
        font-size: calc(10px + 2vw);
    }
}