/* GLOBAL STUFF */


.alert{
    background-color:#b0b536;
    color:#262626;
    border:0;
    border-radius:0;
}

[ui-sref], [ng-click], .nav-link {
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

@media (hover:hover) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-menu {
    background-color: #262626 !important;
    border: none;
    margin-top: 0;
    /* background-color: transparent!important; */
}

.main-view>section {
    /* navbar height  + 1rem */
    /* padding-top: calc(56px + 1rem); */
}

.hideButtonStyles {
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
}

.hw-brown-bg {
    background-color: #b95832;
}

.main-view {}

.example-section-1 {
    background-color: green;
    height: 100vh;
}

.example-section-2 {
    background-color: gray;
    min-height: 50vh;
}

.example-section-3 {
    background-color: yellow;
    min-height: 50vh;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    font-size: 16px;
    /* background-color: #262626; */
}

a:hover {
    color: inherit !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight:700;
}

h1 {
    /* font-size: 5.61em; */
    font-size: 4.2em;
    color: #b95832;
}

h1 span {
    color: #FCF9F0;
}

h2 {
    /* font-size: 4.209em; */
    font-size: 3.1em;
}

h3 {
    font-size: 3.1em;
}

h4 {
    font-size: 2.3em;
}

h5 {
    font-size: 1.7em;
}

h6 {
    font-size: 1.3em;
}

p {
    font-size: 1.3em;
    line-height: 1.5em;
    hanging-punctuation: first;
}

a {
    color: inherit;
}

.underline {
    text-decoration: underline!important;
    color: blue!important;
}

.underline:hover {
    text-decoration: underline;
    color: #b95832 !important;
}

.call-out {
    font-size: 4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    line-height: 1.25em;
}

.large {
    /* font-size: 9rem; */
    font-size: 5.6rem;
    line-height: 1.25em;
}

.larger {
    font-size: 9rem;
    line-height: 1.25em;
}

.largest {
    font-size: 12rem;
    line-height: 1.25em;
}

.intro {
    font-size: 1.7em;
    line-height: 1.5em;
}

.storyContentSection p.intro {
    margin-bottom: 1.5em;
}

ul {
    list-style-type: none;
}

section {
    padding: 9.9em 0;
}

section .alt {
    color: #333132;
}

section .content {
    padding: 5.6em 0;
}

.darkSection {
    background-color: #262626;
    color: #FCF9F0;
}

.greenSection {
    background-color: #b0b536;
    color: #FCF9F0;
}

.greenSection [animate-in-view] {
    opacity: 0;
    transition: all 2s;
}

.greenSection [animate-in-view].show {
    opacity: 1;
}

.greenSection h2 strong {
    background-color: rgba(140, 145, 24, .5);
    padding: 0 12px;
}

.tealSection h2 strong {
    padding: 0 12px;
    background-color: rgba(59, 152, 129, .5);
}

.tealSection {
    background-color: #5db39e !important;
    color: #FCF9F0 !important;
}

.tealSection [animate-in-view] {
    opacity: 0;
    transition: all 2s;
    transition-delay: 1.5s;
}

.tealSection [animate-in-view].show {
    opacity: 1;
}

.blue {
    color: #437C90;
}

.blueSection {
    background-color: #437C90;
    color: #FCF9F0 !important;
}

.blueSection:hover {
    color: #FCF9F0 !important;
}

.dark-blue {
    background-color: #165165;
}

.blueSection [animate-in-view] {
    opacity: 0;
    transition: all 2s;
    transition-delay: 2s;
}

.blueSection [animate-in-view].show {
    opacity: 1;
}

.purple {
    color: #585B7F;
}

.purpleSection {
    background-color: #585B7F;
    color: #FCF9F0;
}

.dark-purple {
    background-color: #282B54;
}

.orangeSection {
    background-color: #b95832;
    color: #FCF9F0;
}

.orangeSection [animate-in-view] {
    opacity: 0;
    transition: all 2s;
    transition-delay: .75s;
}

.orangeSection [animate-in-view].show {
    opacity: 1;
}

.whiteSection {
    background-color: #FCF9F0;
}

.whiteSection.btn:hover {
    box-shadow: rgba(249, 174, 145, .5) 0 0px 0px 40px inset;
}

.btn {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}

.btn-lg {
    padding: 1rem 1.75rem;
}

.orange {
    color: #b95832;
}

.green {
    color: #b0b536 !important;
}

.teal {
    color: #5db39e;
}

.white {
    color: white;
}

.dark {
    color: #262626 !important;
}

.ctaBtn {
    /* background-color: #5db39e; */
    transition: all .25s ease-in-out;
    border: none !important;
}

.ctaBtn:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0px 0px 40px inset;
    color: white !important;
}

.ghostBtn {
    border: 1px solid #fff;
    background-color: transparent !important;
    transition: all .25s ease-in-out;
}

.ghostBtn:hover {
    /* background-color:#fff!important; */
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

.signUp:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0px 0px 80px inset;
}

.darkGhostBtn {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: transparent !important;
    transition: all .25s ease-in-out;
    color: #262626;
}

.darkGhostBtn:hover {
    /* background-color:#fff!important; */
    box-shadow: rgba(0, 0, 0, .1) 0 0px 0px 40px inset;
}

.tealSection .ghostBtn:hover {
    color: #5db39e !important;
}

.greenSection .ghostBtn:hover {
    color: #b0b536 !important;
}

.orangeSection .ghostBtn:hover {
    color: #b95832 !important;
}

.blueSection .ghostBtn:hover {
    color: #437C90 !important;
}

.lightGrayBtn {
    background: #ddd;
    border: none;
    max-width: 960px;
    margin: auto;
    color: rgba(38, 38, 38, .5);
}

.hw-line {
    width: 100%;
    padding: 5.6em 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.simpleLine {
    padding: 5.6em 0;
    width: 88px;
}

.card {
    border: none;
}

.card h3 {
    font-size: 5.6rem;
}

.card span {
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: .5em;
}

.card img {
    width: 96px;
    height: 96px;
}

form .text-danger {
    display: block;
}

/* NAVIGATION */

#homeNav {}

.navbar-trans {
    background-color: transparent !important;
    height: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 10;
}

.navbar-trans .navbar-nav .nav-link:hover {
    color: #b0b536 !important;
}

.navbar-dark {
    background-color: #262626 !important;
}

.navbar-dark #navDonate {
    color: #b95832 !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/images/ham.svg');
}

.navbar-nav {
    margin-left: auto;
    width: 900px;
    /* min-width: 400px; */
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    background-image: url('/images/homeworks-logo-alt.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 110px;
}

.navbar-dark .navbar-brand {
    background-image: url('/images/homeworks-logo-alt.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 110px;
}

/* .navbar-brand img {
    width: 150px;
    height: auto;
} */

#navbarNav .nav-link, .dropdown-item, .dropdown-menu h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    color: #FCF9F0;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:hover, .dropdown-item:focus {
    color: #b0b536 !important;
}

.dropdown-item.active, .dropdown-item:active, #navbarNav .nav-link.active, #navbarNav .nav-link:active {
    background-color: transparent;
    color: #b0b536 !important;
}

.subNav .navbar-nav .nav-link:active, .subNav .navbar-nav .nav-link.active {
    border-bottom: 2px solid rgba(255, 255, 255, .4);
}

.subNav .navbar-nav .nav-link:hover, .subNav .navbar-nav .nav-link.hover {
    opacity: .65;
    color: #FCF9F0 !important;
}

.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu h5 a {
    color: #FCF9F0 !important;
}

.dropdown-menu .card {
    background: transparent;
}

.dropdown-menu .collapse {
    /* background: rgba(0,0,0,.4); */
    margin-top: 8px;
    margin-bottom: -8px;
}

.dropdown-menu .card .card-header {
    background: transparent;
    border: none;
    padding: .25rem 1.5rem;
}

.dropdown-menu .card .card-body {
    /* padding-left:0;
  padding-right:0; */
}

.dropdown-menu h5 a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent !important;
}

.divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .4);
    width: 100%;
    display: none;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .4);
    width: 100%;
}

.donateBtn {
    background-color: transparent;
    border: 1px solid #FCF9F0;
}

#hammer-hope-section{
  background-image:url('/images/hammer-orange-gray.jpg');
  background-position: top;
  background-size: cover;
}

#hammer-hope-section h2 span{
  font-weight:400;
}

/* HOME PAGE */

/*
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
} */

.jumbotron {
    /* height: calc(100vh - 15px); */
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 56.25% 0 0 0;
    margin-top: -75px;
    margin-bottom: 0;
    position: relative;
}

.jumbotron video {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

video[poster] {
    /* background-image: url('/images/home-banner.jpg'); */
    background-size: cover;
    background-position: center;
}

.jumbotron .darkSection {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('/images/icon-pattern.png');
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#intern-cta {
    /* background-image: url('/images/icon-pattern.png'); */
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}

#intern-cta:after, .modal-content:after {
    content: "";
    background: url('/images/icon-pattern.png');
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
}

#cta-col {
    z-index: 99999;
}

#homeBanner .logo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    width: 400px;
}

#homeBanner {
    /* background-image: url('/images/home-banner.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    background-attachment: fixed;
    box-shadow: inset 0 0 20rem rgba(0, 0, 0, .9);
    background-color: rgba(0, 0, 0, .35);
}

#homeBanner .container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#homeBanner img {
    max-width: 700px;
}

#compassionSection {
    background-image: url('/images/compassion-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
    /* height: 90vh; */
    height: 1024px;
    position: relative;
}

#compassionRow {
    justify-content: center;
}

#compassionSection h2 {
    color: #FCF9F0;
    position: absolute;
    bottom: -1.877em;
    line-height: 1em;
    left: 50%;
    transform: translate(-50%, -50%);
}

#compassionSection h2 span {
    display: block;
    /* color:#B95832; */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url('/images/compassion-bg.jpg');
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 50% -1005px;
}

#introGallery {
    padding-top: 7.4em;
    padding-bottom: 7.4em;
}

.region {
    max-width: 445px;
    width: 100%;
}

#chip {
    background-image: url('/images/chipboard.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 50vh;
}

#duo {
    background-image: url('/images/duo.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 50vh;
}

#group {
    background-image: url('/images/groupShot.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 50vh;
}

.split-screen {
    padding: 0 15px;
    position: relative;
}

.split-screen .container {
    position: absolute;
    /* top: 55%; */
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-left: 30px;
}

/* #missionSection .container {

    z-index: 2;
} */

.splitIcons li {
    padding: 30px 0;
}

.splitIcons li img {
    width: 96px;
}

.split-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-right {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 1024px;
}

#missionImg {
    background-image: url('/images/ladder.jpg');
}

#factsImg {
    background-image: url('/images/fast-facts-bg.jpg');
}

#summerImg {
    background-image: url('/images/summer-facts-bg.jpg');
}

.split-copy {
    font-size: 1.777em;
}

.split-copy [animate-in-view] {
    opacity: 0;
    transition: all 3s;
}

.split-copy [animate-in-view].show {
    opacity: 1;
}

.split-copy h2 {
    position: absolute;
    top: -1.5em;
    left: -.9em;
    margin-left: 15px;
}

.split-copy p {
    /* line-height:2.45em; */
    margin-top: 15px;
}

#love {
    display: block;
    margin-top: 40px;
}

#serve {
    display: block;
    margin-top: 98px;
}

#repair {
    display: block;
    margin-top: 100px;
}

#youth {
    display: block;
    margin-top: 89px;
}

#communities {
    display: block;
    margin-top: 90px;
}

#mission strong {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #873E1F;
    padding: 2px 8px;
    text-transform: uppercase;
}

#what-to-bring-section .colorBlock {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    background-color: #8C9118;
    padding: 2px 8px;
    text-transform: uppercase;
}

.split-copy strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    padding: 2px 8px;
    text-transform: uppercase;
    width: 6em;
    margin-left: auto;
    margin-right: auto;
}

#what-to-bring-section .colorBlock {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #8C9118;
    padding: 2px 8px;
    text-transform: uppercase;
    width: 6em;
    margin-left: auto;
    margin-right: auto;
}

.greenSecondaryTools {
    background-image: url('/images/green-tools-secondary.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.orangeSecondaryTools {
    background-image: url('/images/orange-tools-secondary.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tealSecondaryTools {
    background-image: url('/images/teal-tools-secondary.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.secondaryTools {
    background-image: url('/images/tools-secondary.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#impactSection {
    background-image: url('/images/impact-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    max-height: 1024px;
    position: relative;
    background-attachment: fixed;
}

#impactSection [animate-in-view] {
    opacity: 0;
    transform: translateY(150px);
    transition: all 3s;
}

#impactSection [animate-in-view].show {
    opacity: 1;
    transform: translateY(0);
}

#impactSection h2 {
    position: absolute;
    top: -52px;
}

#impactSection .card {
    background-color: rgba(176, 181, 54, .8);
    color: #FCF9F0;
    padding: 45px;
    margin: 1em;
    transition: all .6s ease-in-out;
}

#impactSection .card:hover {
    background-color: rgba(176, 181, 54, 1);
}

.tealToolSection {
    background-image: url('/images/teal-tools-top.jpg'), url('/images/teal-tools-middle.jpg'), url('/images/teal-tools-bottom.jpg');
    background-position: top center, center center, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11em 0 20em 0;
    z-index: -3;
}

.toolSection {
    background-image: url('/images/tools-top.jpg'), url('/images/tools-middle.jpg'), url('/images/tools-bottom.jpg');
    background-position: top center, center center, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11em 0 20em 0;
}

.green-saw-top {
    background-image: url('/images/green-bottom-circle.jpg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

#typicalWorkSection .card {
    background-color: transparent;
    padding: 15px;
    margin: 1em;
}

#typicalWorkSection .card-body {
    padding: 0;
}

#typicalWorkSection .card img {
    width: 138px;
    height: 138px;
}

#typicalWorkSection .card p {
    color: #333132;
    opacity: .9;
}

#youCan {
    padding: 0;
    background-image: url('/images/bottom-circle-bg.jpg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

#youCan [animate-in-view] {
    opacity: 0;
    transform: translateY(150px);
    transition: all 4s;
}

#youCan [animate-in-view].show {
    opacity: 1;
    transform: translateY(0);
}

#youCan .container-fluid {
    position: relative;
}

#youCan .largest {
    position: absolute;
    /* top: 50%; */
    top: 43%;
    /* left: 50%; */
    left: 0;
    transform: translate(-50%, -50%);
    Z-INDEX: 2;
    text-align: center;
    width: 100%;
}

#youCan .intro {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    Z-INDEX: 2;
}

#youCanImg {
    margin-top: 800px;
    height: 800px;
    background-image: url('/images/youCan.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-attachment: fixed;
}

#helpSection {
    padding: 0;
}

#helpSection img {
    width: 88px;
    padding-bottom: 2em;
}

#helpSection a, a:hover {
    color: #fff;
    text-decoration: none;
}

.ways-to-help {
    /* padding: 7.4em 45px; */
    padding: 3.1em;
    position: relative;
    /* height: 540px; */
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.ways-to-help .show {
    min-height: 100%;
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
}

.ways-to-help h4 {
    margin-bottom: 0;
}

.ways-to-help p {
    max-width: 400px;
    font-size: 1.1rem;
    /* margin: auto; */
    margin-bottom: 3em !important;
    margin-top: 1.5em;
}

.ways-to-help .btn {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    margin-top: auto !important;
}

.testimonialSection {
    padding: 0;
}

.testimonialSection [animate-in-view] {
    opacity: 0;
    transform: translateY(150px);
    transition: all 3s;
}

.testimonialSection [animate-in-view].show {
    opacity: 1;
    transform: translateY(0);
}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.testimonialImg {
    background-image: url('/images/testimonial-img.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 100vh;
    max-height: 800px;
}

#testimonial-ramona .testimonialImg {
    background-image: url('/images/ramona-green.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 100vh;
    max-height: 800px;
}

#testimonial-kristie .testimonialImg {
    background-image: url('/images/testimonial-kristie.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 100vh;
    max-height: 800px;
}

#testimonial-carrie .testimonialImg {
    background-image: url('/images/intern-testimony.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    height: 100vh;
    max-height: 800px;
}

.testimonial blockquote {
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
    line-height: 1.5em;
    max-width: 600px;
    position: relative;
    margin-bottom: 0;
    color: rgba(51, 49, 50, 1);
}

/* .tealSection .testimonial blockquote{
    color: rgba(27, 51, 45, .8)!important;
}

.orangeSection .testimonial blockquote{
    color: rgba(57, 27, 16, .75)!important;
} */

.testimonial blockquote strong {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1em;
    font-size: 3.1em;
}

.open-quote {
    position: absolute;
    top: -4em;
    left: 0;
    width: 60px;
    opacity: .3;
}

.close-quote {
    position: absolute;
    bottom: -4em;
    width: 60px;
    right: 0;
    opacity: .3;
}

#homeOwnerSection, #contactSection {
    background-image: url('/images/need-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-attachment: fixed;
}

#homeOwnerSection .large {
    line-height: 1em;
}

#homeOwnerSection a {
    color: #fff;
}

/* FOOTER */

footer .slogan {
    background-color: #AA5128;
    text-align: center;
    padding: 30px 0;
}

footer .slogan img {
    width: 730px;
    margin-top: -10px;
}

footer {
    font-size: 1.7rem;
    line-height: 1.5em;
    padding-bottom: 4.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#contact-info {
    position: relative;
}

footer .container {
    padding-top: 4.2em;
}

.footer-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
}

footer .social-icons {
    padding-left: 0;
    margin-top: 2em;
}

footer .social-icons a {
    color: #FCF9F0;
    transition: all .2s ease-in-out;
}

footer .social-icons a:hover {
    color: #b0b536 !important;
}

footer .social-icons li {
    display: inline;
    padding: 0 15px;
}

.card.shrink-card {
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 1.2em;
    height: 10em !important;
}

/* VOLUNTEER PAGE */

.subNav {
    padding: 1em 0;
}

/* .subNav.dark-teal .navbar-nav .nav-link.active {
    color: #5db39e;
} */

.dark-green {
    background-color: #626600 !important;
}

.dark-orange {
    background-color: #873E1F !important;
}

.dark-teal {
    background-color: #22856C !important;
}

.subNav .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin: auto;
}

.subNav .navbar-nav .nav-link {
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    color: #FCF9F0;
    letter-spacing: 1px;
}

.subLinkSection {
    padding-bottom: 0;
}

.sub-links {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.sub-links h4 {
    font-size: 3.1rem;
    line-height: 1em;
}

.sub-links a {
    flex: 1;
    list-style-type: none;
    transition: all ease-in-out .2s;
}

.sub-links a:hover {
    /* opacity:.8; */
}

.sub-links .card {
    padding: 1em;
    overflow: hidden;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 0;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: 400px;
}

.sub-links .card:hover::before {
    transform: scale(1.1);
}

.sub-links .card .content {
    padding: 0 !important;
}

.card .content {
    z-index: 1;
}

.card-header {
    border-bottom: none;
}

#summer-card:before {
    background-image: url(/images/sub-summer-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    transition: all .3s ease-in-out;
}

#one-card:before {
    background-image: url(/images/sub-one-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    transition: all .3s ease-in-out;
}

#international-card:before {
    background-image: url(/images/sub-international-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    transition: all .3s ease-in-out;
}

#upcomingSetion {
    /* background-image: url('/images/tools-top-white-bg.jpg');
    background-position: 50% 11%;
    background-size: contain;
    background-repeat: no-repeat;
    /* padding: 11em 0 20em 0; */
    */
}

.eventList {
    padding: 2em 15px 0 15px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.eventList li {
    margin: 30px 0;
}

.eventList li h3 {
    font-size: 2.3em;
}

.signUp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .15);
}

.signUp a {
    color: #FCF9F0;
    /* font-size: 1.7rem; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.25em;
    text-transform: uppercase;
}

.signUp.closed a {
    cursor: default;
    font-size: 1.25rem;
}

.eventIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventIcon img {
    width: 96px;
}

/* ABOUT */

#gods-love {
    background-image: url('/images/gods-love-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#gods-love span {
    display: block;
}

#gods-love h2 {
    color: #FCF9F0;
    position: absolute;
    bottom: -1.25em;
    line-height: 1em;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
}

#gods-love h2 span {
    display: block;
    /* color: #B95832; */
}

#what-to-expectSection {
    background-image: url('/images/what-to-expect-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#storyContainer .row {
    height: 500px;
    display: flex;
    align-items: center;
}

.storyContentSection .content {
    /* padding: 0 0 1.5em 0 !important; */
    margin-left: auto;
    margin-right: auto;
    max-width: 690px !important;
}

.storyIntro .row {
    height: 900px;
    display: flex;
    align-items: center;
}

.storyIntro .call-out {
    max-width: 300px;
}

.storyName h2:hover {
    text-decoration: underline;
}

#ramonaRow .storyImg {
    background-image: url('/images/ramona-green.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#ramonaIntro .storyImg {
    background-image: url('/images/intro-bg-ramona.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#kristieRow .storyImg {
    background-image: url('/images/kristie-teal.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#kristieIntro .storyImg {
    background-image: url('/images/intro-bg-kristie.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#leighRow .storyImg {
    background-image: url('/images/leigh-orange.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#leighIntro .storyImg {
    background-image: url('/images/leigh-orange.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#wayneRow .storyImg {
    background-image: url('/images/wayne-blue.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#wayneIntro .storyImg {
    background-image: url('/images/wayne-blue.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#dwayneRow .storyImg {
    background-image: url('/images/dwayne-purple.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#dwayneIntro .storyImg {
    background-image: url('/images/dwayne-purple.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

/* OUR STORY */

#ourStoryIntro {
    background-image: url('/images/our-story-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
}

#ourStoryIntro h1 {
    position: absolute;
    bottom: -.35em;
    left: 30px;
}

/* INTERNSHIP */

.carousel {
    /* height:75vh; */
}

.carousel-item {
    height: 40vh;
}

.carousel-item:after {
    content: "";
    background-color: #030202;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.carousel-item hr {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    z-index: 99;
}

.carousel-item h2 {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 3%);
    margin: 0;
    z-index: 99;
}

#lead {
    background-image: url('/images/lead-bg2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#lead hr {
    border-top: 40px solid #b95832;
}

#build {
    background-image: url('/images/build-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#build hr {
    border-top: 40px solid #b0b536;
}

#love-2 {
    background-image: url('/images/love-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#love-2 hr {
    border-top: 40px solid #5db39e;
}

#grow {
    background-image: url('/images/grow-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#grow hr {
    border-top: 40px solid #585B7F;
}

.intern-title {
    background-image: url('/images/intern-icon-01-01-01.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    align-content: center;
    justify-content: center;
}

.intern-section h2 {
    line-height: 1.1em;
}

.intern-p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size: 36px;
    text-transform: uppercase;
}

.intern-p strong {
    background-color: #5db39e;
    padding: 2px 8px;
    text-transform: uppercase;
}

.inspirational-quote {
    font-style: italic;
    font-weight: 600;
    font-size: 1.5em;
}

/* STAFF */

.pushDown {
    height: 200px;
    width: 100%;
    position: relative;
}

.pushDown .larger {
    position: absolute;
    top: 1.35em;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.staff {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.staff li {
    width: 33.33%;
    font-family: 'Lato', sans-serif;
    margin: 30px 0;
}

.staff img, .modal img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 6px solid #5db39e;
    margin-bottom: 30px;
    width: 200px;
}

.staff span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.board {
    font-size: 1.3rem;
    line-height: 2em;
    margin-top: 8em;
}

.board span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.7rem;
}

#boardSection {
    background-image: url('/images/tri.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75%;
    position: relative;
}

#boardSection h2 {
    position: absolute;
    top: -.35em;
    left: 1em;
}

#boardSection strong {
    display: block;
    width: 6.25em;
    margin-left: 1em;
    margin-top: -.25em;
}

#boardSection .board {}

#advisoryBoardSection h2 strong {
    display: block;
    width: 6em;
    margin: auto;
}

#what-to-expectSection span {
    display: block;
}

#what-to-expectSection h2, #building-hope-section h2, #summer-sessions-section h2, #international-sessions-section h2, #homeowners-section h2 {
    color: #FCF9F0;
    position: absolute;
    bottom: -1.25em;
    line-height: 1em;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
}

#what-to-expectSection h2 span, #summer-sessions-section h2 span, #homeowners-section h2 span {
    display: block;
    color: #B95832;
}

#building-hope-section h2 span, #international-sessions-section h2 span {
    display: block;
}

#volunteer-testimonial-img {
    background-image: url('/images/volunteer-testimonial-bg.jpg');
}

#building-hope-section {
    background-image: url('/images/building-hope-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#summer-sessions-section {
    background-image: url('/images/summer-sessions-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#international-sessions-section {
    background-image: url('/images/international-sessions-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#homeowners-section {
    background-image: url('/images/homeowners-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    color: white;
    position: relative;
}

#qualSection {
    padding-top: 0;
    margin-top: -16em;
}

.qualifications {
    list-style: none;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.qualifications li {
    counter-increment: item;
    position: relative;
    margin-bottom: 5px;
    font-size: 1.7rem;
    line-height: 1.5em;
    margin: 5em 0;
    padding-left: 1.5em;
    z-index: 2;
}

.qualifications li:last-child {
    margin-bottom: 0;
}

.qualifications li:before {
    margin-right: 10px;
    content: counter(item);
    border-radius: 100%;
    color: rgba(59, 152, 129, .15);
    width: 1.2em;
    text-align: center;
    display: inline-block;
    font-size: 7em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    position: absolute;
    left: -.4em;
    z-index: -1;
}

.form-control, .form-control:focus {
    background-color: rgba(38, 38, 38, .9);
    border: none;
    color: #FCF9F0;
}

label {
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #FCF9F0;
}

.form-group .text-danger {
    color: #FF8080 !important;
}

.factRow {
    align-items: center;
}

.factRow .icon-set {
    max-width: 96px;
    margin-right: 2em;
}

.factRow img {
    width: 100%:
}

.factRow .split-copy {
    margin: 1em 0;
}

.factHeadline {
    position: absolute;
    left: 15px;
    top: -1.20em;
}

.refine {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    width: 90%;
    margin: 4em auto 0 auto;
    font-weight: 600;
    color: #777;
}

.refine li a:hover {
    text-decoration: underline;
    color: #bd5a30 !important;
}

.refine-sessions {
    margin-top: 2em;
}

.refine-sessions .badge-secondary {
    color: rgba(38, 38, 38, .6);
    background-color: #ddd;
    /* font-size: 16px !important; */
    margin: 5px;
    display: inline-block;
    padding: .75em 1em;
    /* font-size: 75%;
    font-weight: 700; */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.payNow {
    color: white !important;
    letter-spacing: .05em !important;
    margin-left: 5px;
}

.payNow:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0px 0px 40px inset;
    color: white !important;
}

.table thead th {
    background: #e9ecef;
    border-bottom: none;
}

.refine-sessions .badge-secondary:hover {
    color: white !important;
}

.donateRow {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 736px;
    
    width: 100%;
}

.chooseAmount {
    position: relative;
}

.chooseAmount input {
    height: 62px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

.chooseAmount p {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    margin: 0;
    left: 50%;
    transform: translate(-42%, -20%);
    width: 100%;
    display: none;
}

.amount {
    width:100%;
    /* flex-grow: 1; */
    margin: .2em;
}

@media (min-width: 767px) { 
    .amount {
        width: auto;
        margin: .2em;
    }
}

/*============UNDER CONSTRUCTION SITE============*/

/*
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #bd5a30;
    color: #FCF9F0;
    background-image: url('/images/chip-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

header {
    position: relative;
}

header img {
    position: absolute;
    top: -146px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.saw {
    background-image: url('/images/rotate-saw.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1000px;
    width: 85%;
    max-height: 1000px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .95;
}

.slogan {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 24px;
}

h1 span {
    display: block;
    margin-top: 15px;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 96px;
    text-shadow: 7px 7px rgba(0, 0, 0, .5);
    letter-spacing: 4px;
}

p {
    font-weight: 400;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 0;
    width: 60%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

p span {
    color: #FFB291;
}

#underConstruction {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.payPal {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.payPal input {
    width: 175px;
}

@media (max-width: 1600px) {
    .saw {
        max-width: 800px;
        max-height: 800px;
    }
}

@media (max-width: 1280px) {
    header img {
        width: 300px;
    }
    .saw {
        max-width: 800px;
        max-height: 800px;
    }
    h1 {
        font-size: 18px;
    }
    h1 span {
        font-size: 84px;
        line-height: 80px;
    }
    p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .saw {
        max-width: 700px;
        max-height: 700px;
        height: 98%;
        width: 98%;
    }
    h1 {
        font-size: 18px;
    }
    h1 span {
        font-size: 72px;
    }
    header img {
        position: absolute;
        top: -106px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 225px;
    }
}

@media (max-width: 767px) {
    header img {
        position: absolute;
        top: -63px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 225px;
    }
    .saw {
        width: 400px;
        height: 400px;
    }
    h1 span {
        font-size: 48px;
        margin-top: 0;
    }
    header p {
        margin-top: 0;
    }
    .slogan {
        width: 90%;
    }
}

@media (max-width: 767px) {
    header p {
        width: 100%;
        margin-top: -18px;
    }
    .payPal {
        bottom: 20px;
    }
    .slogan {
        max-width: 400px;
        bottom:15px;
    }
}/*/

@media (max-width: 1680px) {
    #compassionSection {
        background-image: url('/images/compassion-bg.jpg');
        background-position: top;
        background-size: 130vw;
        background-repeat: no-repeat;
        background-color: inherit;
        /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
        /* height: 90vh; */
        height: 1024px;
        position: relative;
    }
    #compassionSection h2 span {
        display: block;
        /* color:#B95832; */
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: url('/images/compassion-bg.jpg');
        background-size: 130vw;
        background-repeat: no-repeat;
        background-position: 50% -7em;
    }
    .sub-links .card {
        height: 20em;
    }
    .split-screen .container {
        left: 50%;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        margin-left: auto;
        width: 800px;
        /* min-width: 400px; */
        justify-content: space-between;
        align-items: center;
    }
    #compassionSection {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: inherit;
    }
    #compassionSection h2 span {
        color: #B95832;
        -webkit-text-fill-color: #B95832;
        background-image: none;
    }
    #chip, #group, #duo {
        height: 320px;
    }
    .testimonialSection .row {
        flex-wrap: wrap-reverse;
    }
    .testimonialImg {
        height: 50vh;
    }
    .testimonial {
        padding: 9.9em 30px;
    }
    .testimonial blockquote {
        /* font-size: 1.3rem; */
    }
    .open-quote {
        top: -4em;
        /* width: 50px; */
        left: 0;
    }
    .close-quote {
        bottom: -4em;
        /* width: 50px; */
        right: 0;
    }
    .testimonial blockquote strong {
        /* font-size: 2.5rem; */
    }
    .sub-links .card {
        height: 14em;
    }
    .sub-links h4 {
        font-size: 1.7rem;
    }
    .ways-to-help {
        height: inherit;
    }
    .ways-to-help .btn {
        position: static;
    }
    .ways-to-help h3 {
        font-size: 2.5em;
    }
    .signUpOptions li {
        max-height: 700px;
    }
}

@media (max-width: 1024px) {
    h1 {
        /* font-size: 5.61em; */
        font-size: 3.1rem;
    }
    h2 {
        /* font-size: 4.209em; */
        font-size: 1.75em;
    }
    #gods-love h2 {
        bottom: -1.5em;
    }
    h3 {
        font-size: 1.5em;
    }
    .card h3 {
        font-size: 4rem;
    }
    h4 {
        font-size: 1.25em;
    }
    h5 {
        font-size: 1.3em;
    }
    h6 {
        font-size: 1em;
    }
    .large {
        /* font-size: 9rem; */
        font-size: 5.6rem;
        line-height: 1.25em;
    }
    .larger {
        font-size: 7.4rem;
        line-height: 1.25em;
    }
    .pushDown .larger {
        top: 1.7em;
    }
    #what-to-expectSection h2, #building-hope-section h2, #summer-sessions-section h2, #international-sessions-section h2, #homeowners-section h2 {
        bottom: -1.4em;
    }
    /* #qualH2 {
      font-size: 5.6rem;
      line-height: 1.25em;
        top:2.2em;
  } */
    p {
        font-size: 1em;
        line-height: 1.5em;
    }
    video[poster] {
        display: none;
    }
    #homeBanner img {
        max-width: 500px;
    }
    /* .factHeadline {
        top: -1.35em;
    } */
    .factHeadline {
        top: -1.9em;
    }
    .split-screen .container {
        left: 50%;
        top: 52%;
    }
    .split-copy p {
        /* padding-left: 30px; */
    }
    #impactSection {
        background-attachment: inherit;
    }
    #impactSection h2 {
        top: -40px;
    }
    .ways-to-help {
        padding: 45px;
    }
    .ways-to-help p {
        font-size: 1em;
    }
    .w-75 {
        width: 100% !important;
    }
    .toolSection {
        background-image: inherit;
    }
    .tealToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .orangeToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .greenToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .toolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .secondaryTools {
        background-image: inherit;
    }
    .greenSecondaryTools {
        background-image: inherit;
    }
    .orangeSecondaryTools {
        background-image: inherit;
    }
    .tealSecondaryTools {
        background-image: inherit;
    }
    .green-saw-top {
        background-image: inherit;
    }
    .call-out {
        font-size: 3.1rem;
    }
    .storyContentSection span {
        margin: 0 !important;
        padding: 0 !important;
    }
    .storyContentSection .call-out br {
        display: none;
    }
    #homeBanner {
        background-image: url('/images/home-banner.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: inherit;
        background-attachment: inherit;
        box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    }
    .jumbotron {
        height: calc(100vh - 15px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .signUpOptions li {
        max-height: 600px;
        width: 100% !important;
    }
    .signInBar.container-fluid {
        font-size: 14px !important;
    }
    .navbar-trans {
        background-color: #262626 !important;
        height: inherit;
    }
    .modal-body p{
      font-size:1em!important;
    }
}

@media (max-width: 991px) {
    h1 {
        /* font-size: 5.61em; */
        font-size: 2em;
    }
    h2 {
        /* font-size: 4.209em; */
        font-size: 1.75em;
    }
    #gods-love h2 {
        bottom: -1.5em;
    }
    h3 {
        font-size: 1.5em;
    }
    .card h3 {
        font-size: 4rem;
    }
    h4 {
        font-size: 1.25em;
    }
    h5 {
        font-size: 1.3em;
    }
    h6 {
        font-size: 1em;
    }
    .large {
        /* font-size: 9rem; */
        font-size: 5.6rem;
        line-height: 1.25em;
    }
    .larger {
        font-size: 7.4rem;
        line-height: 1.25em;
    }
    #what-to-expectSection h2, #building-hope-section h2, #summer-sessions-section h2, #international-sessions-section h2, #homeowners-section h2 {
        bottom: -1.4em;
    }
    /* #qualH2 {
        font-size: 5.6rem;
        line-height: 1.25em;
          top:2.2em;
    } */
    p {
        font-size: 1em;
        line-height: 1.5em;
    }
    .navbar-trans {
        background-color: #262626 !important;
        height: inherit;
    }
    .navbar-trans, .navbar-dark {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-trans .navbar-brand {
        background-image: url('/images/homeworks-logo-alt.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 110px;
    }
    .navbar-trans .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:hover {
        color: #b0b536 !important;
    }
    .navbar-dark {
        height: inherit !important;
    }
    .navbar-nav {
        width: inherit;
        align-items: flex-start;
    }
    .navbar-nav .dropdown {
        width: 100%;
    }
    .collapse.show .card-body {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .divider {
        display: block;
    }
    /* .large {

      font-size: 2.5rem;
      line-height: 1.25em;
  }
  .larger {
      font-size: 3.1rem;
      line-height: 1.25em;
  }
  .largest {
      font-size: 6rem;
      line-height: 1.25em;
  } */
    /* .intro {
      font-size: 1.3em;
      line-height: 1.5em;
  } */
    .factHeadline {
        top: -1.9em;
    }
    .factRow .icon-set {
        margin-right: 0;
        max-width: inherit;
        width: 25%;
    }
    .factRow .split-copy {
        width: 75%;
    }
    .split-screen .container {
        max-width: inherit;
        width: 99%;
        margin-left: 0;
    }
    #love {
        margin-top: 2em;
    }
    #serve {
        margin-top: 3.5em;
    }
    #repair {
        margin-top: 4.25em;
    }
    #youth {
        margin-top: 4.25em;
    }
    #impactSection {
        max-height: inherit;
    }
    .card-body {
        padding: 0;
    }
    .eventList {
        /* max-width: 600px; */
    }
    .eventIcon img {
        width: 88px;
    }
    .storyContentSection .content {
        padding: 0 0 1.5em 0 !important;
    }
    #storyContainer .row, .storyIntro .row {
        height: inherit;
    }
    .storyImg {
        height: 500px !important;
    }
    .storyName {
        padding: 15px 0 !important;
        text-align: center;
    }
    .storyName p {
        margin-bottom: 0;
    }
    .storyIntro .call-out {
        margin: auto;
        max-width: inherit;
    }
    .testimonialImg {
        height: 50vh !important;
    }
    .dropdown-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .modal{
      padding:5em!important;
    }

    .modal-header{
      width:100%!important;
      padding-left:0!important;
    }
    .modal-header img{
      max-width:200px;
    }
    .modal-body{
      width:100%!important;
      padding-left:0!important;
    }
    .modal-body p{
      font-size:1em!important;
    }
}

@media (max-width:768px) {
    h1 {
        /* font-size: 5.61em; */
        font-size: 2em;
    }
    h2 {
        /* font-size: 4.209em; */
        font-size: 1.75em;
    }
    #gods-love h2 {
        bottom: -1.25em;
    }
    h3 {
        font-size: 1.5em;
    }
    .card h3 {
        font-size: 4rem;
    }
    h4 {
        font-size: 1.25em;
    }
    h5 {
        font-size: 1.3em;
    }
    h6 {
        font-size: 1em;
    }
    p {
        font-size: 1em;
        line-height: 1.5em;
    }
    .dropdown:hover>.dropdown-menu {
        display: initial;
    }
    .large {
        /* font-size: 9rem; */
        font-size: 3.1rem;
        line-height: 1.25em;
    }
    .larger {
        font-size: 5.6rem;
        line-height: 1.25em;
    }
    .largest {
        font-size: 7.4rem;
        line-height: 1.25em;
    }
    .intro {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .intro.w-75 {
        width: 100% !important;
    }
    section {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
    }
    #homeBanner {
        background-attachment: inherit;
    }
    #compassionSection {
        height: 450px;
    }
    #compassionRow br:last-child {
        display: none;
    }
    .split-screen .container {
        top: 49%;
    }
    #introGallery {
        display: none;
    }
    .split-right {
        background-image: inherit;
        box-shadow: none;
        height: 900px;
    }
    #youCanImg {
        height: 400px;
        margin-top: 400px;
        background-attachment: inherit;
    }
    #typicalWorkSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
    }
    #typicalWorkSection .card {
        padding: 0;
        margin: 0;
    }
    #what-to-expectSection h2, #building-hope-section h2, #summer-sessions-section h2, #international-sessions-section h2, #homeowners-section h2 {
        bottom: -1.2em;
    }
    .simpleLine {
        padding: 4.1em 0;
    }
    .testimonialImg {
        height: 50vh;
    }
    .testimonial {
        padding: 9.9em 30px;
    }
    .open-quote {
        top: -4em;
        width: 50px;
        left: 0;
    }
    .close-quote {
        bottom: -4em;
        width: 50px;
        right: 0;
    }
    footer {
        font-size: 1.3rem;
    }
    footer .slogan img {
        width: 95%;
        max-width: 500px;
    }
    footer .contact {
        padding: 0 !important;
    }
    footer #contact-info address {
        padding-left: 0 !important;
        text-wrap: wrap;
    }
    footer .social-icons {
        font-size: 1.3rem;
    }
    .sub-links a {
        flex: initial;
        width: 100%;
    }
    .sub-links .card {
        height: 150px !important;
    }
    .sub-links h4 {
        font-size: 1.7rem;
    }
    .eventList {
        padding-top: 0;
    }
    .eventIcon {}
    .eventIcon img {
        width: 96px;
    }
    #what-to-expectSection, #gods-love {
        height: 350px;
    }
    .factHeadline {
        top: -1.45em;
    }
    .subNav .navbar-nav {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }
    .subNav .navbar-nav .nav-item {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }
    .subNav .navbar-nav .nav-link {
        padding-top: .9rem;
        padding-bottom: .9rem;
    }
    .subNav .container {
        padding: 0;
        max-width: inherit;
    }
    .subNav .navbar-nav .nav-link:active, .subNav .navbar-nav .nav-link.active {
        border-bottom: none;
    }
    .subNav.dark-green, .subNav.dark-orange, .subNav.dark-teal {
        padding: 0;
    }
    .subNav.dark-green .navbar-nav .nav-item:first-child {
        background-color: #b0b536;
    }
    .subNav.dark-green .navbar-nav .nav-item:nth-child(2) {
        background-color: #99991f;
    }
    .subNav.dark-green .navbar-nav .nav-item:nth-child(3) {
        background-color: #7f7c0d;
    }
    .subNav.dark-green .navbar-nav .nav-item:nth-child(4) {
        background-color: #666100;
    }
    .subNav.dark-orange .navbar-nav .nav-item:first-child {
        background-color: #b95832;
    }
    .subNav.dark-orange .navbar-nav .nav-item:nth-child(2) {
        background-color: #b24524;
    }
    .subNav.dark-orange .navbar-nav .nav-item:nth-child(3) {
        background-color: #992910;
    }
    .subNav.dark-orange .navbar-nav .nav-item:nth-child(4) {
        background-color: #7f1200;
    }
    .subNav.dark-teal .navbar-nav .nav-item:first-child {
        background-color: #5db39e;
    }
    .subNav.dark-teal .navbar-nav .nav-item:nth-child(2) {
        background-color: #3d9981;
    }
    .pushDown .larger {
        top: 2.2em;
    }
    .staff {
        padding-top: 0 !important;
    }
    .staff li {
        width: 50%;
    }
    #boardSection {
        background-image: inherit;
    }
    #boardSection strong {
        width: inherit;
    }
    .board {
        margin-top: 4em;
    }
    .signUpOptions h2 {
        font-size: 1.3rem !important;
    }
    .first-gp {
        width: 80% !important;
    }
    .second-gp {
        width: 20% !important;
    }
    .carousel-item h2 {
        transform: translate(-50%, -7%);
    }
}

@media (max-width: 767px) {
    .eventList {
        padding: 0 30px;
    }
    .eventList li h3, .eventList li p {
        text-align: center;
    }
    .eventIcon {
        padding: 30px 0 15px 0;
    }
    .eventIcon img {
        width: 96px;
    }
    .factRow .split-copy {
        margin: .5em 0;
    }
    .sub-links {
        flex-wrap: wrap;
    }
    .split-screen {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5.6em;
        padding-bottom: 5.6em;
    }
    .split-screen .container {
        position: static;
        transform: none;
    }
    .splitIcons {
        padding-left: 0;
    }
    .splitIcons li img {
        width: 64px;
    }
    .split-copy {
        width: 85%;
    }
    .split-copy h2 {
        top: -104px;
    }
    .split-copy p {
        margin-top: 7px;
        font-size: 1.4rem;
        margin-left: 0;
    }
    #love {
        margin-top: 1em;
    }
    #serve {
        margin-top: 2.5em;
    }
    #repair {
        margin-top: 3.25em;
    }
    #youth {
        margin-top: 3.25em;
    }
    #communities {
        margin-top: 2.5em;
    }
    .factHeadline {
        top: -.35em;
    }
    .split-left {
        display: none;
    }
    .split-right {
        display: none;
    }
    .factRow img {
        max-width: 69px;
    }
    .refine {
        flex-wrap: wrap;
    }
    .refine li {
        width: 100%;
        padding: .5em;
    }
    .refine-sessions {
        max-width: 480px;
        margin: 2em auto 0 auto;
    }
    .refine-sessions .badge-secondary {
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .testimonial blockquote {
        font-size: 1.3rem;
    }
    .testimonial blockquote strong {
        font-size: 2.5rem;
    }
    .ways-to-help {
        justify-content: center;
    }
    .ways-to-help .show {
        text-align: center !important;
        align-items: center !important;
    }
    .ways-to-help p {
        /* margin: auto!important; */
    }
    #homeBanner .logo-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .3;
        width: 150px;
    }
    .reserveBtnGroup {
        display: flex;
        flex-direction: column;
    }
    .reserveBtnGroup .btn {
        margin-bottom: 1em;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .backBtn {
        order: 3 !important;
        margin-top: 2em;
    }
    .reserveBtnGroup .ctaBtn {
        order: 1;
    }
    .reserveBtnGroup .darkGhostBtn {
        order: 2;
    }
    .storyImg {
        order: 1;
    }
    .storyName {
        order: 2;
    }

    .modal{
      padding:1em!important;
    }

    .teamProfile{
      padding-left:1em!important;
      padding-right:1em!important;
    }

    .modal-header img{
      max-width:150px;
    }
}

@media (max-width: 575px) {
    h1 {
        /* font-size: 5.61em; */
        font-size: 2em;
    }
    h2 {
        /* font-size: 4.209em; */
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.5em;
    }
    .card h3 {
        font-size: 3.1rem;
        margin-top: 15px;
    }
    h4 {
        font-size: 1.25em;
    }
    h5 {
        font-size: 1.3em;
    }
    h6 {
        font-size: 1em;
    }
    p {
        font-size: 1em;
        line-height: 1.5em;
    }
    .lightGrayBtn {
        width: 90%;
    }
    .factHeadline {
        top: -.35em;
    }
    .large {
        /* font-size: 9rem; */
        font-size: 2.5rem;
        line-height: 1.25em;
    }
    .larger {
        font-size: 3.1rem !important;
        line-height: 1.25em;
    }
    .largest {
        font-size: 6rem;
        line-height: 1.25em;
    }
    .intro {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .pushDown {
        height: 100px;
    }
    .pushDown .larger {
        top: 2em !important;
    }
    #gods-love h2 {
        bottom: -1.75em;
    }
    #gods-love span {
        display: block;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .hw-line {
        padding: 3.1em 0;
    }
    .intro.w-75 {
        width: 100% !important;
    }
    .navbar-brand img {
        width: 125px;
    }
    .navbar-nav {
        width: inherit;
        align-items: flex-start;
    }
    .navbar-nav .dropdown {
        width: 100%;
    }
    .collapse.show .card-body {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #chip, #group {
        height: 300px;
    }
    #duo {
        height: 500px;
    }
    .split-screen {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5.6em;
        padding-bottom: 5.6em;
    }
    .split-screen .container {
        position: static;
        transform: none;
    }
    .splitIcons {
        padding-left: 0;
    }
    .splitIcons li img {
        width: 64px;
    }
    .split-copy {
        width: 85%;
    }
    .split-copy h2 {
        top: -104px;
    }
    .split-copy p {
        margin-top: 7px;
        font-size: 1.4rem;
        margin-left: 0;
    }
    #love {
        margin-top: 1em;
    }
    #serve {
        margin-top: 2.5em;
    }
    #repair {
        margin-top: 3.25em;
    }
    #youth {
        margin-top: 3.25em;
    }
    #communities {
        margin-top: 2.5em;
    }
    .split-left {
        display: none;
    }
    .split-right {
        display: none;
    }
    #impactSection {
        max-height: inherit;
        height: inherit;
        background-attachment: inherit;
    }
    #impactSection h2 {
        top: -16px;
        left: 30px;
    }
    .ways-to-help {
        padding: 45px;
    }
    footer {
        padding-bottom: 3.1em;
    }
    footer .container {
        padding-top: 3.1em;
    }
    footer .slogan {
        padding: 15px;
    }
    footer .slogan img {
        margin-top: -5px;
    }
    footer .contact, footer address {
        font-size: .9rem;
        line-height: 1.25rem;
    }
    .ctaBtn, .darkGhostBtn {
        width: 100%;
    }
    .darkGhostBtn {
        margin: 1em 0 2em 0 !important;
    }
    .reserveBtnGroup .darkGhostBtn {
        margin-top: 0 !important;
    }
    .staff {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .staff li {
        width: 100%;
    }
    #boardSection {
        background-image: inherit;
    }
    #boardSection strong {
        width: inherit;
    }
    .board {
        margin-top: 2em;
        padding-left: 0;
    }
    .board span {
        display: block;
        margin-top: 15px;
        margin-bottom: -5px;
    }
    .tealToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .orangeToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .greenToolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .toolSection {
        padding-top: 5.6em;
        padding-bottom: 5.6em;
        background-image: inherit;
    }
    .secondaryTools {
        background-image: inherit;
    }
    .greenSecondaryTools {
        background-image: inherit;
    }
    .orangeSecondaryTools {
        background-image: inherit;
    }
    .tealSecondaryTools {
        background-image: inherit;
    }
    .signUp {
        padding: 15px !important;
    }
    .signUp a {
        font-size: 1.3rem;
    }
    .eventIcon {
        padding: 30px 0 0 0;
    }
    .eventIcon img {
        width: 80px;
    }
    .eventList li p {
        margin-bottom: 0;
    }
    #what-to-expectSection h2, #building-hope-section h2, #summer-sessions-section h2, #international-sessions-section h2, #homeowners-section h2 {
        bottom: -1.5em;
    }
    #building-hope-section, #summer-sessions-section, #international-sessions-section, #homeowners-section {
        height: 350px;
    }
    .subNav .navbar-nav {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    .subNav .navbar-nav .nav-item {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }
    .subNav .navbar-nav .nav-link {
        padding-top: .9rem;
        padding-bottom: .9rem;
    }
    .subNav .container {
        padding: 0;
    }
    .subNav.dark-green, .subNav.dark-orange, .subNav.dark-teal {
        padding: 0;
    }
    #storyContainer .row, .storyIntro .row {
        height: inherit;
    }
    .storyContentSection .content {
        padding: 0 0 1.5em 0 !important;
    }
    .storyImg {
        height: 250px !important;
        order: 1;
    }
    .storyName {
        order: 2;
        padding: 15px 0 !important;
        text-align: center;
    }
    .storyName p {
        margin-bottom: 0;
    }
    .call-out {
        font-size: 2em;
    }
    #testimonial-ramona .testimonialImg {
        height: 50vh;
    }
    .storyContentSection .content {
        text-align: center !important;
    }
    .storyContentSection .call-out span {
        margin: 0 !important;
        padding: 0 !important;
    }
    .storyIntro .call-out {
        margin: auto;
        max-width: inherit;
    }
    .testimonial {
        padding: 5.8em 30px;
    }
    .open-quote {
        top: -2.5em;
        width: 25px;
        left: 0;
    }
    .close-quote {
        bottom: -2.5em;
        width: 25px;
    }
    .qualifications {
        padding-left: 0;
    }
    .qualifications li {
        font-size: 1.3rem;
    }
    .green-saw-top {
        background-image: inherit;
    }
    #impactSection .card {
        padding: 30px;
    }
    .card img {
        width: 80px;
        height: 80px;
    }
    #youCan {
        background-image: inherit;
    }
    .signUpOptions li {
        max-height: 400px !important;
    }
    .first-gp {
        width: 75% !important;
    }
    .second-gp {
        width: 25% !important;
    }
    .codeForm {
        padding: 15px;
    }
    .codeForm .form-group {
        width: 100%;
    }
    .codeForm .darkGhostBtn {
        margin-bottom: 1em !important;
    }
    .total {
        font-size: 3.1rem !important;
    }
    .carousel-item h2 {
        transform: translate(-50%, -13%);
    }
}

.fadeInUp [animate-in-view] {
    opacity: 0;
    transition: all 2s;
}

.fadeInUp [animate-in-view].show {
    opacity: 1;
    /* transform: translateY(0); */
}

.signInBar {
    background: #030202;
    color: rgba(255, 255, 255, .8);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
}

.signInBar .fa-user {
    font-size: 14px !important;
    margin-bottom: 2px;
}

.signInBar a {
    font-size: 16px !important;
}

.signInBar a:hover {
    text-decoration: underline;
    color: #b0b536 !important;
}

.signUpOptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    background-color: #5db39e;
}

.signUpOptions li {
    width: 50%;
    padding: 0;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.signUpOptions h2 {
    font-size: 2.3rem;
    color: white;
}

.signUpOptions h2 span {
    display: block;
}

#register-section {
    position: relative;
}

.page-item {
    margin-top: 3em;
}

.page-link {
    border: none !important;
    color: gray;
}

/* .back-to-menu {
    position: absolute;
    top: 50%;
    z-index: 3;
}

.back-to-menu .fa{
  position: fixed;
  top:60%;
  left:1
} */

.volunteer {
    /* background-color: gray; */
    /* background-image:url('/images/register-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
}

.reserve {
    /* background-color:darkgray; */
    /* background-image:url('/images/reserve-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
}

#reserveSection h1 {
    color: #FCF9F0;
}

/* #reserveSection .form-control, #reserveSection .form-control:focus {
    background-color:#873E1F;
    border: none;
    color: #FCF9F0;
} */

.howManyRow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
}

.howMany {
    margin: 0;
    font-size: 1.1em;
}

.first-gp {
    width: 90%;
    margin: 0;
}

.second-gp {
    width: 10%;
    margin: 0;
}

.codeReveal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.codeReveal h2.intro {
    width: 100%;
}

.codeReveal span {
    display: block;
    margin: auto;
}

.codeReveal p.intro {
    margin-bottom: 3em;
}

.codeReveal p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.registration-form label {
    color: black;
}

.agree {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 1rem;
}

.pledge {
    list-style-type: disc;
    padding-left: 15px;
}

.pledge li {
    padding-left: 15px;
}

.registration-form hr {
    margin-top: 3em;
}

.registration-form h4 {
    margin-bottom: .5em;
    margin-top: 1em;
}

.registration-form .form-control, .registration-form .form-control:focus {
    border: 1px solid #fafafa;
    background: #f2f2f2;
    color: rgb(38, 38, 38);
}

.registration-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(38, 38, 38, .4);
     !important;
}

.registration-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(38, 38, 38, .4);
     !important;
}

.registration-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(38, 38, 38, .4);
     !important;
}

.registration-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(38, 38, 38, .4);
     !important
}

.amount input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(38, 38, 38, .4);
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

.amount input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(38, 38, 38, .4);
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

.amount input::-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(38, 38, 38, .4);
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

.amount input::-moz-placeholder {
    /* Firefox 18- */
    color: rgba(38, 38, 38, .4);
    font-weight: 600;
    text-align: center;
}

.optional {
    letter-spacing: normal;
    font-size: 1.1em;
    text-transform: none;
    font-weight: 400;
    color: gray;
}

.download {
    color: blue;
    text-decoration: underline;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.noway {
    text-transform: uppercase;
    font-weight: bold;
}

#firebaseui-container {
    margin-top: 75px;
}

/* Start: The Modal */

.modal {
    display: block !important;
    position: fixed;
    /* Stay in place */
    z-index: 20000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

.modal img {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}

/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}

/* Add Animation */

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.5s;
    animation-name: zoom;
    animation-duration: 0.5s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */

.modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 32px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.modal i {
    color: #fff;
    transition: all .1s ease-in-out;
}

.modal i:hover {
    transform: scale(1.1);
}

.close:hover, .close:focus {
    /*color: #bbb;*/
    text-decoration: none;
    cursor: pointer;
}

/* modal */

.modal-content {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.25), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.teamProfile {
    display: flex;
    flex-wrap: wrap;
    padding: 3em;
}

.modal-header {
    width: 25%;
    border-bottom:none;
}

.modal img {
    box-shadow: inherit !important;
    width: 100%;
}

.modal-body {
    width: 75%;
    padding: 0 0 0 3em;
}

.modal-body p{
  font-size:1.1em;
}

.modal-content .fa {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2em;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.modal-content .fa:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.modal-body h2 {
    font-size: 1.75em;
}

#darkness-to-light-modal{
  max-width:800px;
}

#darkness-to-light-modal a{
  font-size:21px;
  text-decoration: underline;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 1200px) {
    .modal-content {
        width: 100%;
    }
    .modal {
        padding: 4em;
    }
}


@media only screen and (max-width:767px) {
  .donors img{
    max-width: 215px!important;
  }
}


.donors{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: center;
  padding-top:4em;
  padding-left:0;
  padding-bottom:6em;
}
.donors li{

}
.donors img{
  max-width: 257px;
  padding: 1em;
  /* filter: grayscale(100%); */
  transition: all .3s ease-in-out;
  /* opacity: .8; */
  margin: 10px;
  border: 1px solid #e9ecef;
  cursor: default;
}

.exclude{
  display: block;
  font-size:16px;
  color:gray;
  text-transform:none;
  margin-top:-1em;
  font-family:'Lato', sans-serif;
}

.donor-level{
  font-family:'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight:700;
  font-size:20px;
  letter-spacing: 1px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#surveySection label{
  letter-spacing: .2em;
}
