* {
    font-family: "Poppins";
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background-color: #F3F4E7;

}

body:not(.homepage) .navbar {
    background-color: #00473C;
}

.navbar {
  display: flex;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  align-content: center;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  font-size: 2em;
  background-color: transparent;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 80px;
  top: 0;
  transition: top 0.3s, background-color 0.3s;
}

.left-nav {
  color: white;
  max-width: 100%;
  padding-top: 15px;
  margin-left: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.right-nav {
  color: white;
  max-width: 100%;
  padding-top: 15px;
  text-decoration: none;
  margin-right: 40px;
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
}

.icon {
  display:none;
  visibility: hidden;
  color: #C3EF4C;
  position: absolute;
  max-width: 100%;
  top:35px;
  right:15px;
  text-decoration: none;
  margin-right: 40px;
  display: flex;
  flex-wrap: nowrap;
  transition: color 0.4s;
}

.icon:hover{
  color:#F3F4E7
}

a:visited {
  color: #C3EF4C;
}

.navText{
  padding: 0 10px;
}


.navBtn{
  color: #C3EF4C;
  transition: color 0.4s;
}
.navBtn:hover{
  color: #F3F4E7;
}

.navBtnAlt{
  color: #C3EF4C;
  transition: color 0.4s;
  display:inline-flex;
  flex-wrap: nowrap;
}
.navBtnAlt:hover{
  color: #F3F4E7;
}

.navLogo {

  height: 35px;
  transition: opacity 0.4s;
}



@media screen and (max-width: 1275px) {
  .right-nav {
      display:none;
  }
  .icon{
      display:flex;
      visibility: visible;
  }  
  .navText{
      display:none;
  }

  .right-nav.active {
      display: flex; 
      flex-direction: column;
      gap: 30px; 
      position: fixed;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100vh; 
      background-color: #003129; 
      justify-content: flex-start;
      align-items:flex-end;
      padding: 100px 55px;
      box-sizing: border-box; 
      overflow-y: auto; 
      transition: ease-in;
  }
  .navBtn{width:fit-content;}
}

.cards {
  display: flex;
  margin-top: 25px;
  margin-bottom: 70px;
  justify-content: center;
  padding: 10px 0;
  width: 100%;

}

.card1{
    width: 70%;
    margin: 0px 20px 0px 20px;
    padding: 20px;
    border-radius: 1.25rem;
    background-color: #f3f4e7;
}


.header{
    text-align: center;
    font-size: 6em;
    font-weight: 800;
    font-family: "swear-display";
    margin-top: 80px;
    padding-top:50px;
    color: #00473C;
    padding-bottom: 15px;
}


.button{
        background-color: #00473C;
        color: #eff3df;
        padding: 15px 20px;
        font-family: "Poppins";
        font-size: 1.25em;
        border: none;
        border-radius: 200px;

}


.answerPara{
    font-family: "Poppins";
    font-size: 1.25em;
    color: #00473C;
    padding-left: 30px;
}

.content {
    padding-left: 18px;
    display: none;
    overflow: hidden;
    background-color: #F3F4E7;
  }


.collapsible {
    background-color: #f3f4e7;
    color: #00473C;
    cursor: pointer;
    width: 100%;
    padding-left: 18px;
    padding-bottom:5px;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 2.5em;
    font-family: "swear-display";
  }
  


  .collapsible:after {
    color: #00473C;
    float:left;
    content : '\0076';
    margin-top: 10px;
    padding-right: 12px;
    font-size: 30px;
    font-family: "Poppins";
  }
  
  

.active:after {
    rotate: 180deg;
    padding-right: 0px;
    padding-left:10px
  }
  .footer{    
    display:flex;
    height:250px;
    background-color: #071b1a;
    color:#C3EF4C;
    padding-left: 50px;

    flex-direction:row;
}
.fullLogo {
    margin-top:60px;
    height:128px;
    width:128px;
}

.wordmark{
    padding: 100px 0 0 20px;
}

.footerPara{
    margin:20px 0 0 0;
}

.row{
    padding-left: 100px;
    padding-top: 30px;
}

.fa-brands{
    padding: 0 10px 0 10px;
}



.icons {
    line-height: 3em;
}
