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


        /* CSS Styles */
        :root {
            --primary-teal: #008B8B;
            --white: #ffffff;
        }

        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
        }

        /* Navigation */
        nav {
            background-color: transparent;
            padding: 75px 0px;
            position: absolute;
            width: 100%;
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1300px;
            margin: 0 auto;
        }

        .nav-links {
            display: flex;
            gap: 60px;
	    font-size: 24px;
        }

        .nav-links a {
            color: #dad1c1;
            text-decoration: none;
        }

        .donate-btn {
            background-color: var(--white);
            color: #294752;
            padding: 15px 35px;
            border-radius: 50px;
            text-decoration: none;
	    font-size: 24px;
	    z-index: 9999;
        }


        /* Hero Section */
        .hero_home {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/home.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero_why {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/why.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero_benefits {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/benefits.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero_donate {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/donate.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero_give {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/give.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero_stories {
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('images/hero/stories.png');
            background-size: cover;
            height: 90vh;
            display: flex;
            color: var(--white);
        }

        .hero-content {
            color: #dad1c1;
            padding: 0 0 0 120px;
	    line-height: 110px;
	    font-size: 100px;
	    position: absolute;
	    bottom: 140px;
	    font-weight:bold;
        }

        .tan {
	    clear: both;
            color: #294752;
            background-color: #dad1c1;
	    width: 100%;
	    overflow: hidden;
        }


        .maroon {
	    clear: both;
            color: #dad1c1;
            background-color: #602a21;
	    width: 100%;
	    overflow: hidden;
        }

        .teal {
	    clear: both;
            color: #dad1c1;
            background-color: #294752;
	    width: 100%;
	    overflow: hidden;
        }


        .content_window {
	    padding: 75px 75px;
	    overflow: hidden;
        }


.content_left { float: left; }
.content_right { float: right; }

.home_left { float: left; width: 40%; }
.home_right { float: right; width: 50%; }

.story_photo { float: left; width: 25%; }
.story_text { float: right; width: 65%; }

.benefits_left { float: left; width: 50%; }
.benefits_right { float: right; width: 50%; line-height: 40px; }

.ctabox_blue_board_left { float: left; padding: 15px 0 0 0; display: inline; width: 30%; overflow: hidden; }
.ctabox_blue_board_right { float: left; display: inline; width: 70%; overflow: hidden; padding: 15px 0 15px 0; font-size: 20px; line-height: 28px; }

.ctabox_blue_benefits_left { float: left; padding: 0 30px 0 0 0; display: inline; width: 20%; overflow: hidden; }
.ctabox_blue_benefits_right { float: left; display: inline; width: 80%; overflow: hidden; }

.photo_zielke { width: 80%; text-align: right; margin: 0 0 0 80px; }

.money_cta_left { float: left; width: 50%; border-style: solid; border-width: 0 2px 0 0; border-color: #7c8582; text-align: left; font-size: 18px; padding: 0 15px 0 0; }
.money_cta_right { float: right; width: 45%; text-align: left; font-size: 18px; }

.home_cta_right{ text-align: right; color: #dad1c1; font-weight: bold; }

        .ctabox_blue {
            background-color: #a0c3cf;
            color: #294752;
            padding: 25px 40px;
            border-radius: 35px;
            text-decoration: none;
	    font-size: 24px;
	    max-width: 1000px;
 	    overflow: hidden;
	    margin: 30px 0;
        }

        .ctabox_tan {
            background-color: #cfc4b2;
            color: #294752;
            padding: 25px 40px;
            border-radius: 35px;
            text-decoration: none;
	    font-size: 24px;
	    max-width: 1000px;
 	    overflow: hidden;
	    margin: 30px 0;
        }


        .marquee {
            background-color: #a0c3cf;
            color: #294752;
            padding: 15px 20px;
            border-radius: 15px;
            text-decoration: none;
	    font-size: 20px;
	    width: 350px;
 	    overflow: hidden;
	    margin: 30px 20px;
	    float: left;
	    display: inline-block;
	    min-height: 80px;
	    vertical-align: middle;
        }


        .footer {
	    clear: both;
            color: #fff;
            background-color: #294752;
	    height: 150px;
	    width: 100%;
	    border-style: solid; border-width: 2px 0 0 0; border-color: #576f77;
        }

.footer_left { float: left; font-size: 1.5em; padding: 65px 0 0 100px; margin: auto; }
.footer_right { float: right; padding: 65px 100px 0 0; margin: auto; vertical-align: bottom; }

        .social_media_icon {
            float: left;
	    margin: 0 15px;
	    height: 30px;
        }

.mobile_navigation_bar {display: none; z-index: 9990;}
.mobile_dropdown {display: none;}
#mobile_nav_box { display: none; }
.footer_mobile {display: none;}


/* HAMBURGER
---------------------------------------------------------------------- */

#nav_menu {
  float: left;
  width: 45px;
  height: 10px;
  position: relative;
  z-index: 9998;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  cursor: pointer;
}

#nav_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

#nav_menu span:nth-child(1) {
  top: 0px;
}

#nav_menu span:nth-child(2),#nav_menu span:nth-child(3) {
  top: 12px;
}

#nav_menu span:nth-child(4) {
  top: 24px;
}

#nav_menu.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav_menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav_menu.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}










@media screen and (max-width: 1200px) {


.nav-container { display: none; }

        .hero_home {
            background: url('images/hero/mobile_home.png'); background-size: cover;
        }

        .hero_why {
            background: url('images/hero/mobile_why.png'); background-size: cover;
        }

        .hero_stories {
            background: url('images/hero/mobile_stories.png'); background-size: cover;
        }

        .hero_benefits {
            background: url('images/hero/mobile_benefits.png'); background-size: cover;
        }

        .hero_give {
            background: url('images/hero/mobile_give.png'); background-size: cover;
        }

        .hero_donate {
            background: url('images/hero/mobile_donate.png'); background-size: cover;
        }


.mobile_dropdown {
    position: absolute;
    display: block;
    float: left;
    padding: 15px 0 15px 0;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F0F0F0;
    height: auto;
    padding: 0px;
    left: 0px;
    width: 100%;
    margin:0; 
}

.dropdown-content a {
    color: #3A3A3A;
    text-decoration: none;
    display: block;
}


a.mobile_nav_item { cursor: pointer; padding: 10px 20px; margin: 0px; color: #621A4B; font-size: 24px; margin: 15px; }
a.mobile_nav_item:hover { background-color: #F0F0F0; }
.nav_hdr { line-height: 30px; }

.show { 
    clear: both;
    display:block;
    position: absolute;
    top: 8em;
    left: 0;
    width: 100%;
    z-index: 9998;
    overflow: hidden;
 }

        .hero-content {
            color: #dad1c1;
            padding: 0 0 0 20px;
	    line-height: 60px;
	    font-size: 48px;
	    position: absolute;
	    bottom: 20px;
	    font-weight:bold;
        }

.mobile_navigation_bar {
padding: 50px;
background-color: #294752;
overflow: hidden;
display:block;
z-index: 9998;
}

.mobile_nav_link {
padding: 20px 40px;
a color: #2f4752;
background-color: #cdc4b2;
overflow: hidden;
font-size: 36px;
}


.content_left { float: left; }
.content_right { float: left; }

.home_left { float: left; width: 100%; }
.home_right { float: left; width: 100%; }

.story_photo { float: left; width: 100%; }
.story_text { float: left; width: 100%; }

.benefits_left { float: left; width: 100%; }
.benefits_right { float: left; width: 100%; }


        .content_window {
	    padding: 40px;
	    overflow: hidden;
        }


        .ctabox_blue {
            padding: 25px 20px;
	    font-size: 22px;
        }

        .ctabox_tan {
            padding: 25px 20px;
	    font-size: 22px;
        }


.ctabox_blue_board_left { width: 100%; }
.ctabox_blue_board_right { width: 100%; }

.ctabox_blue_benefits_left { width: 100%; }
.ctabox_blue_benefits_right { width: 100%; }

.money_cta_left { float: left; width: 100%; }
.money_cta_right { float: left; width: 90%; }

        .marquee {
	    width: 80%;
	    margin: 15px 10px;
	    min-height: 20px;
        }

.photo_zielke { width: 100%; margin: 0 0 0 0; }
.home_cta_right { text-align: left; }


        .donate-btn {
	    font-size: 18px;
        }


.footer {display: none;}


        .footer_mobile {
	    display: block;
	    clear: both;
            color: #fff;
            background-color: #294752;
	    height: 150px;
	    width: 100%;
	    border-style: solid; border-width: 2px 0 0 0; border-color: #576f77;
	    font-size: 1.2em;
        }








        }
