@import url('https://fonts.googleapis.com/css2?family=Eudoxus+Sans:wght@400;500;700&display=swap');


body, h1, h2, h3, h4, h5, h6, p, a, li, blockquote {
  font-family: 'Eudoxus Sans', sans-serif;
  font-size: 21px;
  line-height: 1.5;
  text-transform: initial !important; 
}

.referral {display: none !important;}
.ben-social {width: 55px;}

.dropdown-item:hover, .dropdown-item:focus {
  color: white !important;
  background-color: #fff !important;
}

.dropdown-item {
  color: #fff !important;
}

.card:hover .card-img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  z-index: 1;
}

.gap-30 {gap: 40px !important;}

.card-img, .white-transparent.skew-container {
  transition: transform 0.5s ease;
  will-change: transform;
}

.navbar-light .navbar-nav li:last-child a:hover, .light-blue-bg .navbar-nav li:last-child a:hover {
  background: transparent;
  color: white !important;
  border: 2px solid white;
}

.navbar-light .navbar-nav li:last-child a, .light-blue-bg .navbar-nav li:last-child a {
transition: all .2s ease-in-out;
border: 2px solid white;
}

.social-flex a:hover {opacity: 0.6;}
.social-flex a {transition: all .2s ease-in-out;}


/* Base dropdown styles */
.navbar-nav .dropdown-menu {
  display: none;
  animation-fill-mode: forwards;
  transform: translateY(-20px);
}

/* Animate on hover */
.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
  animation: slideDown1 0.7s ease forwards;
}

/* Keyframe animation */
@keyframes slideDown1 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

button:hover {
  background: transparent;
  border: 2px solid #19156E;
  color: #19156E;
}

button.light-blue:hover {
  background: transparent !important;
  border: 2px solid white;
  color: white;
}

button.light-blue:hover svg path {
  fill: white !important;
}

button:hover svg path {
  fill: #19156E !important;
}

.services {padding: 0 25%;}

.max310 {max-width: 310px;}



/* Sticky behavior */
#header.sticky {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
  z-index: 999;
  animation: slideDown 0.8s ease 0.1s forwards;
  background: #19156E !important;
}

/* Slide down animation */
@keyframes slideDown {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}

.logo-toggle {
  display: flex;
  align-items: center;
}

.dropdown-item {
  padding: 15px 20px !important;
}

.dropdown-menu {padding: 0 !important;}

.pill {font-weight: 700; background: #3095D4; color: white; font-size: 13px; text-transform: uppercase !important; padding: 5px 20px; border-radius: 30px; width: fit-content;}

#header {
  z-index: 3;
}

#dontate {
  background: url('https://assets.nationbuilder.com/bensmall/pages/167/meta_images/original/bensmall.jpg?1762342448');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding: 100px 0;
  position: relative;
}

.merchant_account_contribution_rules p, 
.merchant_account_contribution_rules ul li, 
.merchant_account_contribution_rules p a{
	font-size: 0.8rem !important;
}

.head-container {width: 100%; display: flex;gap: 40px;}

.outline {
  background: transparent;
  border: 2px solid #3095D4;
  color: #3095D4;
}

.navbar-brand-new {
  max-height: 100px;
}

.flex1 {flex: 0 0 25%;}
.flex2 {flex: 0 0 18%;}

.get-involved {
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
  background-size: cover;
  background-position: 50% 50%;
}


/* Positioning the dropdown submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

/* Show the submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}




.nav-home .nav-link1:hover {color: #3095D4 !important;}

a:hover {
  color: inherit !important;
}

a { transition: all .2s ease-in-out; }

.footer-social {height: 25px;}
.social-flex {display: flex; gap: 8px;}

.banner-slider1 {
  position: relative;
  min-height: 200px; /* adjust as needed */
  overflow: hidden;
}

.banner-item1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: white !important;
}

.navbar-light .navbar-nav .nav-link a:hover {
  color: #3095D4;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  
#navbar-toolbar {display: none !important;}

.navbar-nav {gap: 20px; font-weight: 400; text-transform: uppercase;} 
.nav-item a {font-size: 20px !important;}
.nav-item a:hover {color: RGBA(255,255,255,0.7) !important;}
.dropdown-menu a:hover {color: #19156E !important;}

.navbar {
  padding: 0.7rem 2rem;
}

.navbar-light {
  background-color: transparent !important;
}

.card-title {
  color: white !important;
}

#stream {display: none !important;}

.navbar-light .navbar-nav li:last-child a, .dark-blue-bg .navbar-nav li:last-child a {
  background: #FFD426;
  color: #19156E !important;
  border-radius: 5px;
  padding: 10px 15px !important;
  font-weight: 800;
}

.splide__pagination {
  display: none;
}

.parallax-heading {
  opacity: 0;
  transform: translateX(-40px);
  transition: none;
  width: 70%;
}

.parallax-heading.animate-in {
  animation: fadeSlideIn 0.8s ease-out forwards;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}






.join-btn {
  background: #003366;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 800;
  margin: 0 auto;
  display: block;
  border: 0px;
  text-transform: uppercase;
}

.hero {width: 100vw;}

  #rotating-headline {
    transition: opacity 0.5s ease-in-out;
  }

#primaryNav {
  flex-direction: column;
  gap: 15px;
  align-items: end;
  justify-content: center;
}

.footer-header {font-size: 10px; text-transform: uppercase; color: rgba(255,255,255,0.6)}

.footer-logo {width: 450px;max-width: 100% !important;}


@media (min-width: 1080px) {
  .container {
    max-width: 1280px !important;
  }
}

/* Add to your theme's stylesheet or in a <style> block */
.skew-container {
  transform: skew(-10deg);
  padding: 2rem 3.2rem;
  border-radius: 5rem 0 5rem 0;
  line-height: 1.1;
  min-height: 240px;
  display: flex;
  align-items: center;
}

.skew-content {
  transform: skew(10deg); /* reverse skew */
}

#headline-carousel {height: 93vh; width: 100%;}

.aus-logo {width: 175px;}

.services-reduce {margin-top: -150px;
  margin-bottom: 40px;}

  .news-bottom-extra {margin-bottom: 150px;}

button, .button {font-size: 20px; font-weight: medium; background: #19156E; border-radius: 5px !important; padding: 15px 50px;; border: 2px solid; transition: all .2s ease-in-out; text-transform: uppercase !important; color: #fff; font-weight: 700 !important;}

.white {color: #fff !important;}
.light-blue {color: #19156E;}
.pale-blue {color: #E6EBFF;}
.dark-blue {color: #19156E;}
.white-bg {background: #fff;}
.light-blue-bg {background: #19156E;}
.pale-blue-bg {background: #E6EBFF;}
.dark-blue-bg {background: #19156E;}
.white-transparent {background: rgba(255,255,255,0.4)}
.center {text-align: center;}


.bold          { font-weight: 700; }
.bold-italic   { font-weight: 700; font-style: italic; }
.semibold      { font-weight: 600; }
.medium        { font-weight: 500; }
.light         { font-weight: 200; }
.extrabold     { font-weight: 800; }

.font-115, .font-115 p {
  font-size: clamp(3rem, 5vw + 1rem, 7rem); /* ~48px–110px */
  line-height: 1;
}

.subheader {padding: 10px;}

.event-flex {width: 100%;}

.rsvp-box {
  padding: 50px;
  background: #EAEAEA;
  border-radius: 25px;
}

.font-65 {
  font-size: clamp(2.5rem, 3vw + 1rem, 4.063rem); /* ~40px–65px */
}

.font-50 {
  font-size: clamp(2rem, 2.5vw + 1rem, 3.125rem); /* ~32px–50px */
}

.font-45 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem); /* ~28px–40px */
  line-height: 1.1;
}

.font-35 {
  font-size: clamp(1rem, 1rem + 1vw, 1.875rem); /* ~16px–30px */
}

.font-30 {
  font-size: clamp(1rem, 0.75rem + 1vw, 2rem); /* ~16px–32px */
}

.font-25 {
  font-size: clamp(0.875rem, 0.75rem + 3vw, 1.563rem); /* ~14px–25px */
}

.font-20 {
  font-size: clamp(0.75rem, 0.65rem + 2vw, 1.25rem); /* ~12px–20px */
}

.font-15 {
  font-size: clamp(0.625rem, 0.5rem + 0.5vw, 0.938rem); /* ~10px–15px */
}

.donation-content p {font-size: clamp(0.75rem, 0.65rem + 2vw, 1.1rem);}

.petition-form {background: #EAEAEA; border-radius: 10px; padding: 20px;}
.petition-content {width: 50%;}
.gap-20 {gap: 20px;}

.flex {display: flex;}

.donation-v2-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0 auto;
}

.donation-v2-amounts .custom-control-label::before, .donation-v2-amounts .custom-control-label::after {
  display: none;
}

.donation-v2-amounts .custom-control-inline, .donation-v2-amounts .custom-control{
  margin-right: 0;
  padding-left: 0;
}

.custom-control-label.radio {
  display: block;
  /*background-color: #19156E;
  color: white;*/
  border: 3px solid #19156E;
  color: #19156E;
  text-align: center;
  padding: 0;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 35px;
}

/* Highlight selected button */
.custom-control-input:checked + .custom-control-label.radio {
  background-color: #19156E;
  color: white;
}

/* Optional: Add hover effect for buttons */
.custom-control-label.radio:hover {
  background-color: #19156E;
  color: white;
}


.alert-info, .alert-notice, .alert-share, .alert-danger, .alert-error {
color: #ffffff !important;
}



.signup-section {
  position: absolute;
  background: white;
  width: 75%;
  margin: -180px auto 0;
  padding: 30px;
  z-index: 3;
  position: relative;
  border-radius: 10px;
  border: #19156E 5px solid;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

  .contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }

  .contact-info {
    flex: 1 1 300px;
  }

  .contact-info p {
    margin-bottom: 1.2em;
  }

  .custom-contact-wrapper {
    background: #eee;
    padding: 2em;
    border-radius: 15px;
    flex: 1 1 400px;
  }

  .custom-contact-wrapper .form-group {
    margin-bottom: 1rem;
  }

  .custom-contact-wrapper .form-row {
    display: flex;
    gap: 1em;
  }

  .custom-contact-wrapper .form-row .form-group {
    flex: 1;
  }

  .custom-contact-wrapper input,
  .custom-contact-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .custom-contact-wrapper textarea {
    min-height: 120px;
  }

  .submit-button {
    background-color: #2196f3;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }

  .intro-body p {font-size: 35px; line-height: 1.2;}


  .latest-updates .section-title { font-size: clamp(32px, 4vw, 65px); font-weight: 800; color:#0b2a4d; }
  .latest-updates .news-card { display:flex; flex-direction:column; height:100%; overflow:hidden; background:#fff;}
  .latest-updates .news-image { position:relative; background:#013366 center/cover no-repeat; aspect-ratio: 16 / 9; }
  .latest-updates .news-body { background:#ECEEF0; padding:22px; display:flex; flex-direction:column; gap:10px; }
  .latest-updates .meta-row { display:flex; align-items:center; justify-content:space-between; gap:10px; }
  .latest-updates .date { font-weight:700; letter-spacing:.2px; color:#1578CF; text-transform:uppercase; font-size:13px; }
  .latest-updates .tag { font-weight:800; letter-spacing:.5px; color:#1578CF; opacity:.7; text-transform:uppercase; font-size:13px; }
  .latest-updates .title { font-size: clamp(18px, 2.1vw, 28px); line-height:1.2; color:#0b2a4d; margin:0; font-weight: 700; margin-bottom: 30px;}
  .latest-updates .learn { margin-top:6px; font-weight:700; font-size:14px; color:#0b2a4d; display:inline-flex; align-items:center; gap:8px; opacity:.8; text-decoration:none; }
  .latest-updates .learn svg { width:18px; height:18px; }
  .latest-updates .card-link { text-decoration:none; }
  .latest-updates .view-all { margin-top:18px; display:inline-flex; align-items:center; gap:10px; border:0; padding:14px 22px; border-radius:999px; background:#0b2a4d; color:#fff; font-weight:800; text-transform:uppercase; letter-spacing:.5px; }
  .latest-updates .view-all svg { opacity:.7; }


.show {background: #19156F !important;}

.hero img {max-width: 650px;}
.hero {position: relative;min-height: 90vh;display: flex;align-items: center;}
.hero-flex {position: relative; z-index: 1; height: 100%;}
.hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.08)) !important;z-index: 0;}
.hero-overlay-home {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.08)) !important;z-index: 0;}
.involved-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.08)) !important;z-index: 0;}
#rotating-headline {font-family: 'Barlow', sans-serif; color: #fff; font-size: 110px; line-height: 1; letter-spacing: -3px; font-weight: 700; font-style: italic;}

.hero2 {
  position: relative;
  background: url('https://assets.nationbuilder.com/themes/68f9c0fee344e3ad0da8af1d/attachments/original/1763280226/ben-small.jpg?1763280226') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover !important;
  background-position: 50% 20% !important;
}

.hero2 .row {height: 300px; align-content: center;}

.hero3 {
  position: relative;
  background-size: cover !important;
  background-position: 50% 20% !important;
}

.hero3 .row {height: 450px; align-content: center;}

.footer-flex {display: flex; width: 100%;}

.navbar-toggle-icon svg {
  color: white;
}

.black {color: black !important;}



.btn-primary {
  color: white !important;
  background-color: #19156E !important;
  border-color: #19156E !important;
  border-radius: 10px !important;
  padding: 10px 15px !important;
  font-weight: 800;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-family: 'Eudoxus Sans', sans-serif;
  border: 1px solid;
}

.btn-primary:hover {
  color: #19156E !important;
  background-color: white !important;
  border-color: #19156E !important;
  border-radius: 10px;
  padding: 10px 15px !important;
  font-weight: 800;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-family: 'Eudoxus Sans', sans-serif;
  border: 1px solid;
}


/* Show dropdown on hover for navbar items */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Optional: keep the dropdown toggle appearance consistent */
.navbar-nav .dropdown > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-menu.show {
  background: #19156E !important;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff !important;
  text-align: left;
  list-style: none;
  background-color: #19156E !important;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
}

.nav-item.dropdown.show {background: transparent !important;}

.footer-sub-container {display: flex; width: 100%; gap: 25px;}

.w75 {width: 75%;}
.w25 {width: 25%;}
.w50 {width: 50%;}


@media (max-width: 769px) {

  body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

button, .button {font-size: 16px;}

.w75, .w25, .w50 {width: 100%;}

.signup-section {
  padding: 30px;
}

.footer-sub-container {
  flex-direction: column;
}

.flex {
  flex-direction: column;
}

.event-container {flex-direction: column !important;}

.services {padding: 0 0;}

.intro .container {padding: 0px;}

.footer-sub-container {gap: 15px !important;}

.aus-logo {
  width: 110px !important;
  margin-left: -45px;
}

.flex1 {flex: 0 0 30%;}
.flex2 {flex: 0 0 0%;}

  .support-btn {display: block !important; margin-bottom: 10px !important;}

.navbar-nav {
  gap: 20px !important;
}


.form-wrap {padding: 0 20px !important;}

#primaryNav .social-flex {margin-top: 25px;}

.footer-flex {display: flex; width: 100%;gap: 30px;}

.navbar-collapse {padding: 30px 10px !important;}

  #headline-carousel {
    width: 100%;
  }

.mb-5, .my-5 {
  margin-bottom: 1rem !important;
}

.w-25 {
  width: 55% !important;
}

.latest-updates {padding: 0 25px;}

section {
  padding: 0 25px;
}

.nav-home .nav-link1:hover {color: inherit !important;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 20px;
  }

  .hero-flex {
    flex-direction: column;
    padding: 0 0px;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

  .logo-toggle {display: flex; flex-direction: row; gap: 10px;}

  .container.hero-flex {padding: 0px !important;}

  .hero {
    margin-top: -90px;
    padding-top: 110px;
    min-height: 65vh;
  }

  .parallax-heading {
	width: 90%;
}

  .hero img {
    max-width: 100%;
  }

  #rotating-headline {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .signup-section {
    margin: -60px auto 0;
    width: 80%;
  }

    .head-container {
  flex-direction: column;
}

  .container {
    max-width: 790px !important;
  }

  #headline-carousel {
  height: 65vh;
}


}

@media (min-width: 770px) and (max-width: 900px) {

  body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

  .parallax-heading {
	width: 90%;
}

.navbar-nav {
  gap: 20px;
}

#headline-carousel {
  height: 72vh;
}

.container {
    max-width: 900px !important;
  }

  .services {padding: 0 0;}


.form-wrap {padding: 0 20px !important;}

#primaryNav .social-flex {margin-top: 25px;}

.footer-flex {display: flex; width: 100%;gap: 30px;}

.navbar-collapse {padding: 30px 10px !important;}


  #headline-carousel {
    width: 100%;
    margin-top: 0px;
  }

  #header {
  margin-bottom: -120px;
}

.mb-5, .my-5 {
  margin-bottom: 1rem !important;
}

.w-25 {
  width: 55% !important;
}

.latest-updates {padding: 0 25px;}

section {
  padding: 0 25px;
}

.nav-home .nav-link1:hover {color: inherit !important;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}



  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 20px;
  }

  .hero-flex {
    flex-direction: row;
    padding: 0 0px;
  }

  .hero {
    margin-top: -90px;
    padding-top: 110px;
  }

  .hero img {
    max-width: 50%;
  }

  #rotating-headline {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .head-container {
  flex-direction: column;
}

  .signup-section {
    margin: -60px auto 0;
    width: 80%;
  }
}


@media (min-width: 800px) and (max-width: 999px) {
.skew-container {
  padding: 2rem 1.8rem !important;
  border-radius: 1.5rem 0 1.5rem 0 !important;
}
}

