@charset "UTF-8";

* {
  box-sizing: border-box;
}

/* Body */
body {
    background-color: #A8E0F9;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}

p {
  font-size: 24px;
  line-height: 150%;
}
.tight-text {
  letter-spacing: -0.5px;
}

/* H2 */
h2 {
  color: #1E4484;
  font-family: Arial Black;
  font-size: 48px;
  font-style: bold;
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 170%;
  margin-top: 4px;
  text-align: center;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}

/* H3 */
h3 {
  color: #1E4484;
  font-family: Arial Black;
  font-size: 40px;
  font-style: bold;
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
}

/* H4 */
h4 {
  color: #414042;
  font-family: Arial Black;
  font-size: 32px;
  font-style: bold;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

/* Container */
.container {
    width: calc(100% - 4in); 
    max-width: 1000px;
    margin: 0 auto 2in auto; 
    background-color: #ffffff;
    padding: 0; 
    box-sizing: border-box;
}

.content-wrapper {
    padding: 1.5rem;
    box-sizing: border-box;
}

/* Navigation */
header {
  background-color: #fff;
  padding: 1rem;
  width: 100%;
}

.menu-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  text-justify: right;
}

/* Hamburger SVG */
.menu-container svg {
  cursor: pointer;
}

/* Hero Section */
.hero {
    align-items: center;
    background: url('../images/Free State Clear Skies_BANNERS_06252025_Page_1') center/cover no-repeat;
    display: flex;
    justify-content: center;
    overflow: visible;
    padding-bottom: 5px;
    padding-top: 0px;
    position: relative;
    width: 100%;
}

.herofade {
  align-items: center;
  background: url('../images/blend.png') center/cover no-repeat;
  display: flex;
  justify-content: center;
  min-height: 64px;
  overflow: visible;
  padding-bottom: 5px;
  padding-top: 0px;
  position: relative;
  width: 100%;
}

.pagetitle {
  background-color: #003366;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 50px;
  font-style: bold;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 280px;
  padding: 8px 4px;
  text-align: center;
  text-transform: uppercase;
  width: 95%;
}

/* Callout Section */
.callout_header {
  color: #1E4484;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 40px;
  font-style: bold;
  font-weight: normal;
  line-height: 1;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
}

.callout_header2 {
    color: #1E4484;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 20px;
    text-align: center;
    text-transform: uppercase;
}

.callout {
  align-self: stretch;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  width: 100%;
}

.callout2 {
    background-color: white;
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 20px 40px;
    width: 100%; 
    text-align: center; 
}

.callout3 {
  background-color: #A8E0F9;
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

.callout4 {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
}

.callout_des {
    align-self: stretch;
    background-color: white;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    margin: 0 auto 30px;
    padding-bottom: 15px;
    text-align: justify;
    width: 75%;
}
strong {
    font-weight: bold;
}


.callout_des2 {
  align-content: center;
  align-self: stretch;
  background-color: white;
  justify-content: center;
  margin: 0 50;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: justify;
  width: 75%;
}

.callout_description {
  color: #242424;
  font-size: 24px;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
}

.callout_description2 {
    color: #242424;
    font-size: 24px;
    text-align: center;
    align-content: center;
    justify-content: center;
    line-height: 100%;
    margin: 50 50;
    margin-bottom: 0.4em;
}

.bullet-wrapper {
    display: flex;
    justify-content: center;
}

.callout_bullets {
    color: #242424;
    font-size: 24px;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    text-align: left;
}

ul {
  list-style-position: inside;
  text-align: right;
}

/* Image Section */
.stopimg {
  background: url('../images/v4806_1646_2.png') center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 35px 0 25px;
  position: relative;
  width: 80%;
}

.centered-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    margin: 0;
}

.centered-map {
    display: block;
    max-width: 100%; 
    max-height: 100vh; 
    height: auto; 
    margin: 0 auto; 
}

/* Card Section Containers */
.card-container,
.card-container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
    justify-content: center;
    line-height: 1.5;
    margin: 25px auto;
}

/* Responsive Base Card Layout */
.card,
.card2 {
    flex: 1 1 280px; 
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    box-sizing: border-box;
}

/* Shared Image Wrappers */
.card-image,
.card-image2 {
    background-color: #a8e6ff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 100%;
    height: auto; 
    box-sizing: border-box;
}

/* Titles */
.card-title,
.card-title2 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

/* Images inside Cards */
.card-image img,
.card-image2 img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    margin-top: 10px;
}

/* Optional: Add space above card descriptions */
.card p,
.card2 p {
    margin-top: 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.vlink {
    color: #1e4484;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    gap: 20px;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    flex-wrap: wrap; 
    text-align: center;
}
vlink .link-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 4px; 
}

/* More info */
footer {
  background-color: #FFFFFF;
  display: inline-block;
  padding-bottom: 35px;
}

.footer_column {
  float: left;
  padding-top: 30px;
  text-align: center;
  width: 50%;
}

footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}

footer .footer_column p {
  background-color: #FFFFFF;
  color: #717070;
  font-weight: lighter;
  line-height: 25px;
  margin: 0 20px;
  padding: 0 30px;
  text-align: justify;
}

.cards {
  height: auto;
  max-height: 200px;
  max-width: 400px;
  width: 100%;
}

.button {
  border: 3px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 40px auto 0;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s linear;
  vertical-align: middle;
  width: 200px;
}

.button:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  cursor: pointer;
}

.copyright {
  background-color: #717070;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  border-top-width: 2px;
}

.footer_banner {
  background-color: #B3B3B3;
  background-image: url(file:///C|/.../images/pattern.png);
  background-repeat: repeat;
  margin-bottom: 0px;
  padding: 60px 0;
}

.hidden {
  display: none;
}
/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {

    /* General spacing */
    body {
        padding: 0.5rem;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    .content-wrapper {
        padding: 1rem;
    }

    /* Typography adjustments */
    h2, .callout_header, .callout_header2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    p, .callout_description, .callout_description2, .callout_bullets {
        font-size: 18px;
        line-height: 1.4;
    }

    /* Callouts */
    .callout,
    .callout2,
    .callout3,
    .callout4,
    .callout_des {
        flex-direction: column;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .callout_des {
        width: 100%;
    }

    .callout_bullets {
        padding-left: 1.2em;
    }

    /* Cards layout */
    .card-container,
    .card-container2 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card, .card2 {
        width: 100%;
        max-width: 95%;
    }

    /* Images */
    .card-image img,
    .card-image2 img,
    .centered-image,
    .centered-map {
        max-width: 100%;
        height: auto;
    }

    /* Contact info alignment fix */
    .contact-links {
        text-align: center !important;
    }

    /* Footer columns stack */
    .footer_column {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

    .pagetitle {
        font-size: 28px;
        margin-top: 120px;
    }

    .vlink {
        font-size: 20px;
        gap: 10px;
        padding: 0 1rem;
    }
}
