/* LANDING PAGE */
/* BEGIN - Nav bar */
/* nav bar color */
.top-menu {
background-color: #187735 !important;
}
/* font color */
body > header > div > div > h1 > a, body > header > div > nav > div > div {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
}
/* END - Nav bar */
/* BEGIN - Remove header */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Remove header */

/* GENERAL CSS */
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 20px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 20px !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/