@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*
USE FOR DEBUG IN * 
outline: 1px solid limegreen !important;
background: rgb (0 100 0 / 0.05) !important;
*/ 

.topnav {
    overflow: hidden;
    background-color: #333333;
    position: relative;
    animation: showMenu 0.7s ease-in-out forwards;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
    background-color: #333333;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a.icon i{
    color:#fff;
}
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #333333;
    color: lightblue;
    transform: scale(1);
  }

  .topnav a:focus {
    background-color: #333333;
    color: lightblue;
    transform: scale(1);
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: black;
    color: white;
  }












:root {
    --PRIMARY-COLOR: #000;
    --PRIMARY-TEXT: #fff;
    --ACCENT-COLOR: #1A1A1A;
    --ACCENT-COLOR-2: #333333;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
}

html {
    font-size: 1.5rem;
    font-family: "Urbanist", sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
}

header {
    background-color: var(--PRIMARY-COLOR);
    color: var(var(--PRIMARY-TEXT));
    position: sticky;
    top: 0;
    z-index: 100; 
}

footer {
    background-color: var(--PRIMARY-COLOR);
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-text {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.6rem;
    font-weight: 600;
    font-style: normal;
    color: #ccc;
    align-self: center;
    padding-left: 4px;
}

main {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    top: 0;
    z-index: 0; 
}


.body-text {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.fa-icon {
    vertical-align: -0.125em;
    padding-right: 5px;
    padding-left: 5px;
    color:#ccc;
}

.fa-icon-2 {
    vertical-align: -0.125em;
    padding-right: 5px;
    padding-left: 10px;
    color:#ccc;
}

a {
    color: white;
    text-decoration: none;
  }
  a:hover {
    color:lightblue;
    transform: scale(1.2);
    transition: 0.5s;
  }
  a:focus {
    color:lightblue;
    transform: scale(1.2);
    transition: 0.5s;
  }

/* Header Elements */

.announcement-line {
    background-color:green;
    display: flex;
    flex-flow: row nowrap;
    padding: 0.25em 0.5em;
    align-items: center;
}


.announcement-link {
    color: white;
}

.announcement-link:hover, .announcement-link:focus  {
    transform: scale(1.2);
    transition: 0.5s;
}

.available-announcement-text {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.6rem;
    font-weight: 600;
    font-style: normal;
    color: #ccc;
    align-self: center;
    padding-left: 4px;
}

.header-image{
    width: 64px; 
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.header-title-text {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    color: whitesmoke;
}

.header-link-container {
    display: flex;
    justify-content: space-around;
}

.header-link {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    color: whitesmoke;
    list-style: none;
    padding-left: 12px;
}

.header-link:hover {
    transform: scale(1.05); 
    color: lightblue;
}


.header-list-text {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    display: none;
}

.header-list-border {
    border-bottom: #808080 2px solid;
    width: 40%;
    align-self: center;
}

.header-line {
    padding: 0.25rem 0.5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: sticky; 
}

.menu-button {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 95%;
    display: none;
}

@media screen and (max-width: 450px) {
    .menu-button {
        background-color: transparent;
        border: none;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 85%;
        display: block;
    }
    .header-link-container {
        display: none;
        justify-content: space-around;
    }
    .announcement-line {
        display: none;
    }
    .header-line {
        display: none;
    }
  }

.menu-icon, 
.menu-icon::before,
.menu-icon::after {
    background-color: var(--PRIMARY-TEXT);
    width: 40px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    transition: all 0.5s; 
}

.menu-icon::before, 
.menu-icon::after {
    content: "";
}

.menu-icon::before {
    transform: translate(-20px, -12px);
}

.menu-icon::after {
    transform: translate(-20px, 12px);
}

:is(header:hover, header:focus-within) .menu-icon {
    background-color: transparent; 
}

:is(header:hover, header:focus-within) .menu-icon::before {
    transform: translateX(-20px) rotate(45deg)
}

:is(header:hover, header:focus-within) .menu-icon::after {
    transform: translateX(-20px) rotate(-45deg)
}

@keyframes showMenu {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.2);
    }
    100%  {
        transform: scaleY(1);
    }
}

/* Hero Elements */

.hero-container {
    width:90%;
    padding-top:24px;
}

.hero-wrapper { 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
  }
  
  .hero-wrapper div {
     min-height: 200px;
     padding: 10px;
  }

  #hero-section-one {
    float:left; 
    width:33%;
    text-align: center;
  }

  #hero-section-two { 
    overflow:hidden;
    margin:10px;
    min-height:170px;
    align-content:center;
    width:60%;
  }
  
  @media screen and (max-width: 450px) {
    .hero-wrapper {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-direction: column-reverse;
    }
     #hero-section-one { 
        float: none;
        margin-right:0;
        width:auto;
        border:0;
    }
    #hero-section-two {
        overflow:hidden;
        margin:10px;
        min-height:170px;
        align-content:center;
        width:100%;
    }
    .header-list-text {
        font-family: "Inter Tight", sans-serif;
        font-optical-sizing: auto;
        font-size: 0.75rem;
        font-weight: 600;
        font-style: normal;
        display: block;
    }
  }

.hero-header {
    animation: fadeIn cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    z-index: 100;
    font-weight: 700;
    font-size: 48px;
}

.above-fold-hero-text {
    animation: fadeIn cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    z-index: 100;
    font-weight: 400;
    font-size: 20px;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateX(-100px) }
    100% { opacity: 1; transform: translateX(0px) }
  }

.hero-body-text {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    animation: fadeIn cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}

.social-proof-text {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.5rem;
    font-weight: 400;
    font-style: normal;
    padding-top: 8px;
    animation: fadeIn cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
  
  
/* Main Elements */

.h2-header {

}

.summary-wrapper { 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.summary-wrapper div {
    min-height: 200px;
    padding: 10px;
    align-content: center;
    text-align: center;
 }

.summary-header {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    z-index: 100;
    font-weight: 700;
    font-size: 36px;
}

.card-header {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    z-index: 100;
    font-weight: 700;
    font-size: 36px;
}


.body-container {
    width:90%;
}

.body-info-card {
    background-color: black;
    border-radius: 12px;
    min-height: 200px;
    display: block;
}

.body-info-card h3 {
    font-size: 24px;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: white;
}

.body-info-card p {
    padding: 6.25px 12.5px 0;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: white;
    font-size: 20px;
}

.body-wrapper { 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}

.body-wrapper div {
    align-content: center;
    text-align: center;
 }
 #body-section {
    overflow: hidden;
    margin: 5px;
    min-height: 200px;
    align-content: center;
    width: 24.2%;
 }

.hamburger-link {
    padding: 12px 16px!important;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    display: block;
}

@media (min-width: 1024px) {
    .topnav {
        display: none;
    }
}


@media screen and (max-width: 450px) {
    .body-wrapper {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .header-image {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 12px;
    }
    .hero-container {
        width: 90%;
        padding-top: 0px;
    }
     #body-section { 
        float: none;
        margin-right:0;
        width:100%;
        border:0;
        min-height:170px;
        align-content:center;
    }
    #summary-section { 
        float: none!important;
        margin-right:0;
        width:100%!important;
        border:0;
        min-height:170px;
        align-content:center;
    }
    .summary-border {
        display:none;
    }
}

.row-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translateY(4px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translateY(-12px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translateY(4px);
	}
}

.responsive-hero-image {
    width: 80%;
    height: auto;
    max-inline-size: 100%;
    border-radius: 12px;
    block-size: auto;
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
    background: #fff;
    filter: grayscale();
}

.mt-8 {
    margin-top: 8px;
}

.body-text-section-1 {
    padding-top: 48px;
}

.text-container {
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 16%), 0 16px 24px 2px rgb(0 0 0 / 11%), 0 6px 30px 5px rgb(0 0 0 / 10%);

}

.col-1over3 {
    width: 33%;

}
.col-2over3 {
    width: 67%;
}

#summary-section {
    text-align: left;
    float: left;
    width: 48%;
    margin: 10px;
    padding: 10px;
}

.summary-border {
    background-color:rgba(0, 0, 0, 0.6);
    width: 2px;
    padding: 0px;
    border-radius: 12px;
}

.footer-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    padding-right: 24px;
}

.footer-link {
    color: #ccc;
    text-decoration: none!important;
}

.footer-link:hover, .footer-link:focus  {
    transform: scale(1.2);
    transition: 0.5s;
}
.footer-border {
    width: 2px; 
    height: auto;
    background-color: white;
    border-radius: 8px;
}