@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aubrey&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Varela+Round&display=swap');
body, html {
    height: 100%;
    width: 100%;
    margin:0;

}

* {
  margin: 0;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

/* BASE */
      body {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 18px;
        margin: 0px;
      }

      header {
        width: 100%;
        padding: 20px;
        font-size: 12px;
        background-color: #568843;
      }
      #logo {
        float: left;
      }
      #logo img {
        margin-top: 50px;
        margin-left: 30px;
        height: 70px;
      }
      nav {
        float: right;
      }
      nav ul {
        list-style: inline-block;
      }
      nav ul li {
        font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 40px;
        float: left;
        padding: 20px;
        margin: 10px;
      }
      nav ul li a {
        color: #ffffff;
        text-decoration: none;
      }

      footer {
        text-transform: auto;
        font-size: 12px;
        width: 100%;
        padding:   30px;
        background-color: #ffffff;
        margin-top: 0;
      }
      footer img {
        float: left;
        width: 70px;
      }
      #copyright
      {
        float: left;
        margin-left: 20px;
      }
      #inquiry
      {
        float: right;
        margin-top: 35px;
        margin-right: 50px;

      }

/* SECTION*/
      section {
        width: 100%;
        margin: 0px;
      }

      .content {
        width: 100%;
      }

      .hero-image {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
            margin-top:0;
      }

      .hero-text {
            font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 30px;
        margin-top: 20px;
        padding: 5px;
        margin: 20%;
        text-align: left;
        margin-left: 20px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
      }

      .hero-text button {
        border: none;
          border-radius: 25px;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #419337;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
      }

      .hero-text button:hover {
        background-color: white;
        color: #419337;
      }

      #pagelabel {
          background-image: url(../images/banner.jpg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
      }

      #pagelabel h1 {
         font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 40px;
        text-transform: capitalize;
        text-align: center;
        margin: 60px;
        color: #ffffff;
      }

/* ABOUT*/
      #about {
        display: flex-end;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        height: 500px vw;
        margin-top: 20px;
        padding: 20px;
      }

      .about-image1 {
        height: 100%;
        float: left;
        width: 50%;
        margin: 20px;
           flex: 50%;
      }

      .about-h3{
        font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 40px;
        padding: 20px;
        margin: 10px;
      }

      .about-p{
       font-family: "Varela Round", system-ui;
        font-weight: 400;
        font-size: 15px vw;
        margin-left: 20px;
        flex-flow: wrap;
        margin: 10px;

}

/* NEWS*/
    #news {
        display: flex-end;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        height: 500px vw;
        border: #688e48;
        border-style: solid;
        border-radius: 10px;
        margin-top: 20px;
      }

   .news-image1 {
        height: 100%;
        float: left;
        width: 30%;
        margin: 20px;
           flex: 40%;
      }

    .news-h2{
        font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 30px;
        margin-top: 20px;
        padding: 5px;
      }

 .news-h3{
        font-family: "Varela Round", system-ui;
        font-weight: 800;
        font-size: 25px;
        padding: 5px;
      }

 .news-p{
       font-family: "Varela Round", system-ui;
        font-weight: 400;
        font-size: 15px vw;
        margin: 20px;
        flex-flow: wrap;
        padding: 5px;
}

/* PARTNERSHIPS*/

  #partnerships {
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
    justify-content: center;
        margin: 20px;
        padding: 30px;
      }

    .card-container {
       display: flex;
     flex-wrap: wrap;
     align-items: center;
     flex-direction: row;
    justify-content: center;
        margin-top: 20px;
        padding: 30px;
    }

    .card {
      width: 25%;
      margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
}

      .partnership-logo {
        height: 50%;
        width: 50%;
        border-radius: 50%;
      }

     .resources-h3{
        font-family: "Varela", system-ui;
        font-weight: 400;
        font-size: 25px;
        padding: 5px;
      }

      .resources-p{
        font-family: "Varela Round", system-ui;
        font-weight: 400;
        font-size: 15px vw;
        margin: 20px;
        flex-flow: wrap;
        padding: 5px;
      }

      #events {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        padding: 30px;
      }

      .event-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
      }

      .event-card {
        padding: 10px;
        border-radius: 10px;
        border: #688e48;
        border-style: solid;
        width: 18%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .event-card img{
        width: 100%;
        border-radius:10px;
        padding: 5px;
      }
      .event-card h3{
        align-self:center;
        font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 20px;
        padding: 5px;
      }
      .event-card p {
        align-self:center;
         font-family: "Varela Round", system-ui;
        font-weight: 400;
        font-size: 10px vw;
        margin: 20px;
        flex-flow: wrap;
      }
      
      .lesson-description{
        flex-grow:1;
      }
      .lessons .card{
        align-items:center;
        background-color:#E3CFB4;


/* CONTACT*/
.contact-group {
  background-image: url(../images/banner.jpg);
    font-family: "Varela Round", system-ui;
       display: flex;
        align-items: center;
        flex-direction: row;
        padding: 30px;
        background-color: #688e48 ;
        color: white;
}

.contact-text{
  font-family: "Varela", system-ui;
        font-weight: 800;
        font-size: 40px;
        text-transform: capitalize;
        text-align: left;
        margin: 60px;
        color: #ffffff;
}

.form-group {
      font-family: "Varela Round", system-ui;
       display: flex-start;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 500px;
        margin: 20px;
        padding: 10px;
        background-color: #688e48 ;
        border-radius: 5px;
        color: white;
      }
   
   /* UGC */
/* UGC Form (override global iframe 16:9 video rule) */
      #ugc .ugc-form {
      margin-bottom: 40px;
      }
      #ugc .ugc-subtitle {
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 12px;
      }
      #ugc .ugc-note {
      text-align: center;
      font-weight: 300;
      margin: 10px 0 0;
      }
      #ugc .ugc-form-frame {
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      background: #EEEBE6;
      padding: 10px;
      }
      #ugc .ugc-form-iframe {
      width: 100%;
      aspect-ratio: auto;
      height: 780px; /* adjust if needed */
      border: 0;
      display: block;
      }
      /* Feed */
      #ugc .ugc-status {
      text-align: center;
      font-weight: 300;
      margin: 10px 0 30px;
      }
      #ugc .ugc-error {
      font-weight: 400;
      }
      #ugc .ugc-feed {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      }
      #ugc .ugc-card {
      background-color: #EEEBE6;
      border-radius: 10px;
      padding: 18px 18px 16px;
      }
      #ugc .ugc-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
      #ugc .ugc-avatar {

      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: #C6A49A;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 800;
      text-transform: uppercase;
      }
      #ugc .ugc-meta p {
      margin: 0;
      }
      #ugc .ugc-name {
      font-weight: 700;
      text-transform: capitalize;
      }
      #ugc .ugc-time {
      font-size: 0.85em;
      opacity: 0.7;
      }
      #ugc .ugc-topic {
      font-weight: 700;
      text-transform: capitalize;
      margin: 0 0 8px;
      }
      #ugc .ugc-text {
      margin: 0;
      line-height: 1.5;
      }
      #ugc .ugc-actions {
      display: flex;
      justify-content: center;
      margin-top: 25px;
      }
      #ugc .ugc-btn {
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      background-color: #E94E77;
      padding: 10px 18px;
      border: none;
      cursor: pointer;
      border-radius: 10px;
      }
      #ugc .ugc-btn:hover {
      background-color: #000000;
      }
      #ugc .ugc-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      }