@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        display: none;
    }
}

img.text-center {
    width: 800px;
    margin-bottom: 70px;
    margin-left: 0px;
}

#subnav + div {
    padding-left: 0px;
}

h1 + .lead {
    color: #d10074;
    display: none;
}

.breadcrumb {
    font-size: 12px;
    border-bottom: dotted 1px #cba6c9;
    border-radius: 0;
    display: none;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

#nav-main {
    background-color: #FD5F00;
    border-radius: 0;
    border: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

#footer {
    background-color: #FD5F00;
    color: #ffffff;
    padding-top: 29px;
    padding-bottom: 14.5px;
}

.foundation-text {
    margin: 0px 0 70.5px;
    text-align: left;
    font-family: barlow;
    font-size: 20px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    display: none;
}

#main > h1, #main > h2, #main > h3, #main > h4, #main > h5, #main > h6 {
    margin-top: 0;
    display: none;
}

.jump-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex-direction: row; /* Image Left, Content Right */
}

/* Image Section */
.jump-image {
  flex: 1 1 50%;
  order: 1;
}

.jump-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Section */
.jump-content {
  flex: 1 1 50%;
  background-color: #d32f2f;
  color: #fff;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

.jump-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.jump-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.jump-content strong {
  font-weight: 700;
}

.jump-content ul {
  list-style: none;
  margin-bottom: 2rem;
}

.jump-content ul li {
  margin-bottom: 0.6rem;
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.jump-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .jump-content {
    padding: 3rem 2rem;
  }

  .jump-content h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .jump-section {
    flex-direction: column;
  }

  .jump-image,
  .jump-content {
    flex: 1 1 100%;
  }

  .jump-content {
    padding: 2.5rem 1.5rem;
  }
}
 
.jump-content h2 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: white;
    font-family: riddim;
}

.jump-content p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-family: barlow;
}

.jump-content ul li {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
    position: relative;
    padding-left: 1.5rem;
    font-family: barlow;
}

h3, .h3 {
    font-size: 36px;
    color: #FD5F00;
    font-family: riddim;
}

h2, .h2 {
    font-size: 40px;
    color: #FD5F00;
    font-family: riddim;
}

.text-orange {
color: #FD5F00;
}

.first {
    text-align: center;
}

@media screen and (max-width: 750px) {
    #subnav {
        background-color: #fafafa;
        border: solid 1px #4f2d7f;
        border-left: none;
        padding-right: 0;
        z-index: 10;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    img.text-center {
    width: 350px;
    margin-bottom: 70px;
}
}

#nav-main {
    background-color: #FD5F00;
    border-radius: 0;
    border: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
}