body {
    font-family: 'Josefin Sans', sans-serif !important;
    margin-bottom: 50px;
    overflow-x: hidden;
    margin-top: 56px;
    margin-bottom: 70px;
}

p{
  font-weight: 300;
}
@media only screen and (max-width: 700px) {
    body {
        font-family: 'Josefin Sans', sans-serif;

    }
    h1 {
      font-size: 8vw !important;
    }
    h2{
      font-size: 8vw !important;
    }
    h5{
      font-size: 8vw !important;
    }
    p {
      font-size: 3.5vw !important;
    }
    li {
      font-size: 3.5vw !important;
    }

    img {
        /* max-width: 240px;
        max-height: 240px; */
    }
}

@media only screen and (min-width: 700) {
    body {
        font-family: 'Josefin Sans', sans-serif !important;
        /* background-color: #57886C; */
        /* background-color: #9BDEAC; */
        /* background: rgb(155,222,200);
        background: linear-gradient(111deg, rgba(155,222,200,1) 19%, rgba(143,204,158,1) 78%); */
        background-color: #9BDEAC;
        

        
        /* color: #465362; */
        font-size: 1vw;
  }
 
}
.card-category {
    background-size: cover;
    background-position: center;
    height: 50vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
.shadowed {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.bordered-radius {
  border-radius: 0.5em;
  overflow: hidden;
}
  
.planning-pic {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 1em;
  width: 100%;
  padding-top: 1em;
}

.nav-link {
    color: white !important;
    transition: 0.15s ease-in ;
}
.overflow-wrap-break {
  overflow-wrap: break-word;
}
.nav-link:hover {
  color: black !important;
}

.h-10vh {
    height: calc(100vh - 180px);
}

.navbar{
    background-color: #60AB9A;
}


.ls-text {
    letter-spacing: 0.04em;
}


.font-color-clear {
    color: black;
}

.font-size-07 {
    font-size: 0.8em;
}

.font-size-desc {
    font-size: 1.5em;
}

.font-size-contact {
  font-size: 2em;
}

.banner {
    background-size: cover;
    background-position: center;
    height: 90vh;
  }
  
  .banner p {
    font-size: 20px;
    /* color: white; */
    opacity: .7;
  }
  
  .text-justify {
    text-align: justify;
  }

  .font-weight-lighter {
    font-weight: lighter;
  }

  .activity-picture {
    width: 100%;
  }

  .footer {
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    
  }

  .footer-container {
    background: #60AB9A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0px 20px;
    color: white;
  }
  .footer-links {
    display: flex;
    align-items: center;
  }
  .footer-links a {
    color: white;
  
    text-decoration: none;
    font-size: 24px;
    padding: 0px 10px;
  }
  .footer-links a:hover {
    color: black;
  }
  .footer .fa-heart {
    color: #D23333;
  }

  .bg-light-green {
    background: #9ee0d036;
  }
  