  .stu-black{
    color: black !important;
}

.stu-green{
    color: #00583d !important;
}

.stu-gold{
    color: #d0a641 !important;
}

.stu-white{
    color: white !important;
}

.stu-hero-text-xl {
    font-size: 3em !important;
}

.stu-hero-text-lg {
    font-size: 2em !important;
}

.stu-hero-text-md {
    font-size: 1.5em !important;

}

.stu-hero-text-sm {
    font-size: 1em !important;
}

.stu-hero-text-left {
    text-align: left !important;
}

.stu-hero-text-right {
    text-align: right !important;
}

div.content h3 a {
    color: #00583d;
    text-decoration: underline;
}

div.content h3 a:hover {
    color: #d0a641;
    text-decoration: underline;
}

.tabcontent{
    display: none;
  }


/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #d0a641;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #00583d;
    color: white;
  }

  .tablinks {
    width: 100%;
  }

  .tab-div {
    padding: 0;
  }

  .banner-paragraph {
    width: 90% !important;
  }

  .box-background-green-st {
    background-color: rgba(0, 88, 61,0.5) !important;
    color: white !important;
  }

  .box-background-green-st:hover{
    background-color: rgba(0, 88, 61,0.9) !important;
  }


