
.home-holding-box {
    /* transition: background-color .5s; */
    cursor: pointer;
    width: 260px;
}


.home-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
  width: 75%;
  align-items: center
}
.home-navigation-holding-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3em;
}

a {
    color: teal;
    text-decoration: underline;
}

.home-social-media-holding-box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.social-media-holding-box {
    cursor: pointer;
    width: fit-content;
}

.home-social-media {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.content-holding-box {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
}

.home-title{
    text-align: center;
    font-size: 2.5em;
    padding: 1em 0em 1em 0em;
}

.home-subtitle{
    margin-top:1rem;
    text-align: center;
    font-size: 1em;
    line-height: 20pt;
}

.home-desc{
    margin-top:2rem;
    margin-left:3em;
    margin-right:3em;
    text-align: justify;
    font-size: 1.25em;
    line-height: 20pt;
}

@media (max-width: 900px) {
  .home-navigation {
    flex-direction: column;
    gap: 2vh;
  }
  .home-holding-box {
    width: 60%;
  }
  .img-container img {
    width: 100%;
  }
.home-desc{
    margin-top:2rem;
    margin-left:1em;
    margin-right:1em;
    font-size: 1em;
    line-height: 20pt;
}
}
