@font-face {
    font-family: SoDoSans-Bold;
    src: url('fonts/SoDoSans-Bold.otf');
  }

  @font-face {
    font-family: SoDoSans-Regular;
    src: url('fonts/SoDoSans-Regular.otf');
  }


* {
    font-family: SoDoSans-Regular, sans-serif;
}

strong {
    font-weight: normal !important;
}
.btn-default:hover {
    color: white !important;
    background-color:#006241 !important;
}
.head {
    font-family: SoDoSans-Bold !important;
    color: #006241 !important;
}
.containerWrap {
    background: white !important;

}
#caps {
    text-transform: uppercase !important;
}
.gone {
    display: none;
}
.bold {
    font-weight: bold !important;
}

.formContainer {

    background-color: white  !important;
 
}

.sub_head {
    text-transform: uppercase !important;
    font-family: SoDoSans-Regular, sans-serif;
}
.btn {
    background-color:#006241 !important;
}


.tiktok {
    border-radius: 10px !important;
    padding: 8px 50px !important;
}

.space {

    margin-bottom: 25px;
    margin-top: 25px;
}

.video {
    min-height: 41vw;
    margin: 3vw auto;
    max-width: 22vw;
    background-color: gray !important;
}
ul {
    margin-left: 50px;
}

