*{
    box-sizing: border-box;
    margin: 0;
}
.container{
    height: 100svh;
    width: 100svw;
    /* background-color: yellow; */
    overflow:hidden;
    overflow-x: hidden;
}
.inner-container{
    height: 88svh;
    width: 100svw;
    overflow-x: hidden;    
    scroll-snap-type: y proximity;
}
section{
    scroll-snap-align: start;
    scroll-snap-stop:always;
}

::-webkit-scrollbar{
    scroll-behavior: smooth;
    width: 0px;
}

/* ********HEADER NAV*********** */

.header{    
    height: 12svh;
    width: 100svw;
    box-shadow: 1px 0px 5px black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; 
    background-color: black;    
}
.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.header .logo img{
    height: 8svh;
    width: 15svw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.header .logo, .nav-menu {
    width: 30%;    
}
.header .heading img{
    width: 36svw;
    height: 11svh;
    margin-top: 1svh;
}
.nav-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.nav-menu-bars{
    display: none;
}
.nav-menu a{
    font-size: 1.2rem;
    color: rgb(255, 242, 0);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgb(185, 185, 185);
}
.nav-menu a:hover{
    color: rgb(201, 191, 0)
}




/* *******HERO SECTION******** */


.hero-pic {
    height: 88svh;
    width:100svw;
    background-image: url(/media/mike-scheid-0iqkntLw93A-unsplash.jpg);  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    filter:brightness(1.1)
}

h1{
    font-size: 4rem;
    color: black;
    text-shadow: 1px 1px 1px rgb(255, 242, 0), -1px -1px 1px rgb(255, 242, 0), 3px 3px 10px rgba(0, 0, 0, 0.5), -3px -3px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 28%;
    /* margin-bottom: 10svh; */
}
.hero-mid{
    height: 20%;
    width: 90%;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.6rem;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.hero-pic h2{
    width: 90%;
    font-size: 2.2rem;
    color: rgb(255, 242, 0);
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, 3px 3px 10px rgba(0, 0, 0), -3px -3px 10px rgba(0, 0, 0);    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 2%;
}

.action{
    height: 20%;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;    
}

.action a{    
    font-size: 2.5rem;
    text-align: center;
    color: rgba(255, 242, 0, 0.37);
    text-shadow: 1px 1px 1px white, 3px 3px 10px black; 
    text-decoration: none;   
}

.action a:hover{
    transition: ease-in-out .1s;    
    color: rgb(255, 242, 0);
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, 3px 3px 10px black, -3px -3px 10px black; 
}



/* **********ABOUT US SECTION*********** */


.about-us{
    height: 88svh;
    width: 100svw;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(/media/NEW\ BACKGROUND\ infinite\ we\ logo\ Yellow.png);
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: 125%;
    
}


.about-us h2{
    color:rgb(0, 0, 0);
    font-size: 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 1px white, 2px 2px 10px rgb(110, 110, 110);  
    
}


.about-us-cont{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.about-us-cont-left{
    height: 100%;
    width: 25%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.fig1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fig2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fig3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fig4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fig5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fig6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
caption{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.fig1 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.fig2 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.fig3 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.fig4 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.fig5 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.fig6 img{
    height: 12.4svw;
    width: 20.3svw;
    box-shadow: 1px 1px 10px black;
    margin: 1%;
    filter: brightness(1.2);
}
.about-us figure{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;    
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px white, 2px 2px 10px rgb(110, 110, 110);
    color: black;
    transition: ease-out 1.2s;    
}


.about-us-cont-middle{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.middle-bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.about-us-cont-right{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.about-us-cont-middle h3{
    font-size: 2.7rem; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    text-shadow: 1px 1px 1px white, 2px 2px 10px rgb(110, 110, 110);
}
.line{
    width: 30%;
    border: solid 1px black;
}
.about-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 1px white;
    padding: 1.5%;
    font-weight: 700;
    text-align: center;
    font-size: 1.1rem; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 1px white, 2px 2px 10px rgb(110, 110, 110);
}



/* ********PROGRAMS SECTION*********** */

.programs{
    height: 88svh;
    width: 100svw;
    background-color: black;
    text-align: center;
}
.programs h2{
    text-align: center;
    font-size: 3.3rem;
    color: white;    
    text-shadow: 1px 1px 1px rgb(255, 242, 0), -1px -1px 1px rgb(255, 242, 0), 3px 3px 10px rgba(0, 0, 0, 0.5), -3px -3px 10px rgba(0, 0, 0, 0.5);
}
.programs h3{
    text-align: center;
    font-size: 3.3rem;
    color: black;    
    text-shadow: 1px 1px 10px rgb(255, 242, 0);
}

.programs-cont{
    height:80%;
    background-color: white;
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: space-around;  
}
.programs-cont-top div{
    margin: 2%;
}
.programs-cont-bottom div{
    margin: 2%;
}
.programs-cont-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;  
    justify-content: space-around; 
}
.programs-cont-bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;  
    justify-content: space-around; 
}

.programs h4{
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px white, 2px 2px 10px black;
}

.mindset{    
    transition: ease-out .5s;
    background-image: url(/media/abstract\ building\ art.png);
    background-size: cover;
    background-position: center;
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}
.mindset p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.leadership{
    transition: ease-out .5s;
    background-image: url(/media/group\ with\ hands\ up.png);
    background-size: cover;
    background-position: center;
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black;
    cursor: pointer; 
}
.leadership p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.finance{    
    transition: ease-out .5s;
    background-image: url(/media/new\ york\ city\ skyline.png);
    background-size: cover;
    background-position: center;
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}
.finance p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.health{ 
    transition: ease-out .5s;   
    background-image: url(/media/woman\ lifiting\ weights.png);
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}
.health p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.training{    
    transition: ease-out .5s;
    background-image: url(/media/Boxer\ and\ trainer.png);
    background-position: center;
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}
.training p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.mentorship p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mentorship{
    transition: ease-out .5s;
    background-image: url(/media/new\ mentor\ and\ mentee.png);
    background-size: cover;
    background-position: center;
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}

.art{
    transition: ease-out .5s;
    background-image: url(/media/paint\ globs\ in\ water.png);
    font-weight: 700;
    height: 12.4svw;
    width: 20.3svw;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: transparent;
    box-shadow: 2px 2px 5px 2px black; 
    cursor: pointer;
}
.art p{
    background-color: transparent;
    height: 12.4svw;
    width: 20.3svw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/* ***********GET INVOLVED******** */


.get-involved{
    height: 87svh;
    width: 100svw;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;    
    color: black;
    padding: 2%;
    
}
.get-involved p{
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    
}
.get-involved h2{
    font-size: 4rem;
    font-weight: 700;
    text-shadow: -1px -1px 1px rgb(255, 242, 0), 1px 1px 1px rgb(255, 242, 0);    
}

.get-involved-form h3, .get-involved-form h4{
    font-size: 2.5rem;
    color: black;    
}


.get-involved-form{
    height: 50svh;
    width: 35svw;      
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-size: contain;
    background-position: 140%;
    background-repeat: no-repeat; 
    z-index: 5; 
    /* display: none;     */
}

.select-status{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; 
}

.select-status button{
    transition: all .5s ease-in-out;
    height: 7svw;
    width: 22svw; 
    font-size: 1.2rem;   
    font-weight: 700;
    color: black;    
    background-color: rgba(255, 255, 255, 0.519);
    box-shadow: 1px 1px 10px black;
    margin-bottom: 7%;
    border-radius: 2.5svh;
    cursor: pointer;
}
.select-status button:hover{
    background-color: rgb(255, 242, 0);
    transform: translateY(-.25svh);
}

.title{
    display: none;
}

.contact-form{
    height: 50svh; 
    width: 25svw;  
    min-height: 525px;  
    min-width: 318px;  
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.397);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    display: none;
    border-radius: 2.5svh;
}


.contact-form input{
    border-radius: 1svh;
    height: 3svh; 
    width: 18svw; 
    min-width: 257px;
    min-height: 40px;
}
.contact-form-button{
    cursor: pointer;    
    border-radius: 1.1svh;
    height: 3.5svh;
    width: 8svw;
    font-size: 1.1rem;
}
.facility-form-button{
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 1svh;
    height: 3.5svh;
    width: 8svw;
}
.first-p, .last-p, .title-p, .email-p, .tel-p{
    font-size: 1rem;
    color: red;
}
.facility-form .close-div{
    margin-top: -1svh;
}
.facility-form{
    height: 52svh; 
    width: 25svw;
    min-height: 525px;  
    min-width: 318px;  
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 1px 1px 10px black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 2.5svh;
    display: none; 
    padding-top: .5svh;
}
.facility-form input{
    border-radius: 1svh;
    height: 3svh; 
    width: 18svw; 
    min-width: 257px;
    min-height: 40px;
}
.facility-form #zip{
    border-radius: 1svh;
    height: 3svh; 
    width: 12svw; 
    min-width: 200px;
    min-height: 40px;
    margin-left: 1.5svw;
}
.state-zip-label{
    width: 20svw;     
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    margin-right: 6svw;
}
.facility-form textarea{
    border-radius: 1svh;
    height: 7svh; 
    width: 18svw; 
    min-width: 257px;
    min-height: 40px;
}
.facility-form select{
    border-radius: 1svh;
    height: 3svh;
}
.facility-form button{
    cursor: pointer;
}

.close-div{
    width: 100%;
    display: flex;    
    flex-direction: row;
    align-items: end;
    justify-content: space-evenly; 
    margin-left: 5svw;
}
.close-div h4{
    font-size: 1.4rem;
    font-weight: 700;
}

.closeBtn{
    height:2.5svh;
    width:2.5svh;
    background-color: red;    
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-right: .7svw;
    margin-bottom: .5svw;
    padding: 0;
    cursor: pointer;
    border-radius: .8svh;
}



.thank-you-screen{
    height: 24svh; 
    width: 30svw;
    min-width: 318px;
    min-height: 350px;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30svh;
    box-shadow: 1px 1px 10px black;
    border-radius: 2.5svh;
    display: none;
}

.thank-you-screen h4{
    font-size: 2.7rem;
    margin-bottom: 1svh;
    color: black;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, 3px 3px 10px rgba(0, 0, 0, 0.3), -3px -3px 10px rgba(0, 0, 0, 0.3);
    
}
.thank-you-screen p{
    font-size: 2rem;
    margin-bottom: 3svh;    
}
.thank-you-screen .closeBtn{
    background-color: chartreuse;
    margin-left: 0;
    height: 5svh;
    width: 10svw;    
}
.thank-you-screen .close-div{
    
    margin-left: 0;
    
    width: 10svw;    
}




/* ******FOOTER*********** */


.footer{
    height:35svh;
    min-height: 600px;
    background-color: black; 
    color: white; 
    display: flex;     
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.logos-cont{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
footer .logo{
    display: flex;
    flex-direction: column;
    height: 15svh;
}
footer .logo2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 15svh;
}
.footer .logo h2{     
    margin-top: 2%; 
}
.footer .logo h3{     
    margin-top: 2%; 
    font-size: 2rem;
}
.footer h2{     
    margin-top: 2%; 
    font-size: 2rem;
}
footer .logo img{
    margin-top: 2%;  
    border-radius: 5px;  
    height:50px;
}
footer .logo a{
    margin-top: 4%;      
}

.footer a{
    font-size: 1.4rem;
    text-decoration: none;
    color: white;
}
.footer a:hover{
    color: blue;
}
.copyright{
    font-size: .9rem;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;    
    color: white;
}



.foot-contact{    
    width: 80%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: .9%;
    cursor: pointer;
    color: white;
}
.foot-contact a{
    font-size: 2.85rem;
    color: rgb(25, 180, 46);
}
.call{
    margin-bottom: 1.5%;
}
.foot-map{        
    height: 5svh;
    width: 80%;
    display: flex;
    color:blue;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 2%;
    text-decoration: underline;
}
.foot-contact img{
    height: 45px;
    border-radius: 30%;
    cursor: pointer;
}



































/* *********@media 1240px****** */

 @media screen and (max-width: 1240px){




/* ******NAV******** */
.header {
    height: 13svh;
    min-height: 100px;
}
.header a{
    font-size: 1.1rem;
}
.hero-pic, .about-us, .programs{
    min-height: 13svh;
}
.action h3{
    font-size: 3rem;
}

.header .logo img{
    height: 8svh;
    width: 15svw;    
}
.header .heading img{
    width: 36svw;
    height: 11svh;
}

/* *****HERO******** */

.hero-pic h2{
    font-size: 2rem;
}

/* *****ABOUT US****** */
.about-us h2{
    font-size: 3rem;
}
.about-us h3{
    font-size: 2.5rem;
}
.about-text{
    font-size: 1rem;
}


/* ******PROGRAMS****** */

.programs-cont{
    height:85%;
}
.programs h2{
    font-size: 2.5rem;
}


/* ********GET INVOLVED******** */











 }



@media screen and (max-width: 1060px){

    h1{
        font-size: 3rem;
    }
}





@media screen and (max-width: 1000px){

/* ********NAV******* */
.header .logo img{
    width: 200px;
    height: 66px;
}
.header .heading img{
    width: 400px;
    height: 100px;
}

.header .heading img{
    width: 300px;
    height: 70px;
}

/* *****HERO******** */

.hero-pic h2{
    font-size: 1.5rem;
}

/* **********ABOUT US******* */

.about-us h2{
    font-size: 2.4rem;
}
.about-us h3{
    font-size: 2.2rem;
}
.about-text{
    font-size: .9rem;
}
.fig1 img {
    width: 200px;
    height: 126px;
}
.fig2 img {
    width: 200px;
    height: 126px;
}
.fig3 img {
    width: 200px;
    height: 126px;
}
.fig4 img {
    width: 200px;
    height: 126px;
}
.fig5 img {
    width: 200px;
    height: 126px;
}
.fig6 img {
    width: 200px;
    height: 126px;
}

/* ******PROGRAMS****** */

.programs-cont{
    height:87%;
}
.programs h2{
    font-size: 2rem;
}
.mindset, .leadership, .finance, .health, .training, .mentorship, .art {
    width: 200px;
    height: 126px;
}
/* *****GET INVOLVED***** */


.get-involved h2{
    font-size: 3rem;  
}
.get-involved-form h3, .get-involved-form h4{
    font-size: 1.5rem;
    color: black;    
}

.get-involved-form{
    height: 50svh;
    width: 40svw;          
}
.select-status button{
    height: 8svw;
    width: 32svw; 
    font-size: 1.2rem;  
}

.select-status button:hover{
    background-color: transparent;
    transform: translateY(0svh);
}
} 
/* ****@media 900px */

@media screen and (max-width: 900px){


/* ********NAV******* */
.header .logo img{
    width: 170px;
    height: 58px;
}
.header .heading img{
    width: 300px;
    height: 70px;
}
.header a{
    font-size: .7rem;
}

 }

/* ******* @media max 820px******* */

 @media screen and (max-width: 820px){
 
    h1{
        font-size: 2.2rem;
    }


/* ********ABOUT US******* */

.fig1 img {
    width: 150px;
    height: 95px;
}
.fig2 img {
    width: 150px;
    height: 95px;
}
.fig3 img {
    width: 150px;
    height: 95px;
}
.fig4 img {
    width: 150px;
    height: 95px;
}
.fig5 img {
    width: 150px;
    height: 95px;
}
.fig6 img {
    width: 150px;
    height: 95px;
}

/* *****PROGRAMS****** */

 .programs{
    height: auto;
 }
 .programs-cont-top{
    flex-wrap: wrap;
 }
 .programs-cont-bottom{
    flex-wrap: wrap;
 }

/* *****GET INVOLVED***** */


.get-involved h2{
    font-size: 3rem;  
}
.get-involved-form h3, .get-involved-form h4{
    font-size: 1.5rem;
    color: black;    
}

.get-involved-form{
    height: 40svh;
    width: 40svw;          
}
.select-status button{
    height: 10svw;
    width: 42svw; 
    font-size: 1.2rem;  
}
 
  }



  /* ***** @media 730px******* */


@media screen and (max-width: 730px){

.about-us figure{
    font-size: 1rem;
}
.about-us h2{
    font-size: 1.8rem;
}
.about-us h3{
    font-size: 1.8rem;
}

.about-text{
    font-size: .8rem;
}
.select-status button{
    height: 10svw;
    width: 42svw; 
    font-size: 1.2rem;  
}

}



/* ***** @media 644px******* */

@media screen and (max-width: 644px){


 .header .logo img{
    width: 30svw;
    height: 58px;
}
.header .heading img{
    width: 65svw;
    height: 70px;
}
.nav-menu{
    display: none;
}
.nav-menu-bars{
    display: flex;
}
.about-us figure{
    display: none;
}
.about-us-cont-middle{
    width:100%;
}
.about-text{
    width:95%;
}

h1{
    font-size: 1.5rem;
}


.select-status button{
    height: 18svw;
    
    font-size: 1rem;  
}

.get-involved h2{
    font-size: 2rem;  
}
.get-involved-form h3, .get-involved-form h4{
    font-size: 1.1rem;
    color: black;    
}

.contact-form{
    height: 65svh; 
    width: 80svw; 
}

.contact-form input{
    border-radius: 1svh;
    height: 5svh; 
    width: 60svw; 
}
.contact-form-button{
    cursor: pointer;    
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
    font-size: 1rem;
}
.facility-form-button{
    cursor: pointer;
    font-size: 1rem;
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
}
.facility-form{
    height: 65svh; 
    width: 80svw; 
}
.facility-form-button{
    cursor: pointer;    
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
    font-size: 1rem;
}
.facility-form input{
    border-radius: 1svh;
    height: 5svh; 
    width: 60svw; 
}

.facility-form #zip{
    border-radius: 1svh;
    height: 5svh; 
    width: 45svw; 
    margin-left: 1.5svw;
}
.state-zip-label{
    width: 32svw;     
    display: flex;
    justify-content: space-between;
    margin-right: 28svw;
}
.facility-form textarea{
    border-radius: 1svh;
    height: 9svh; 
    width: 60svw; 
}
.facility-form select{
    border-radius: 1svh;
    height: 5svh;
}

.close-div{
    width: 100%;
    display: flex;    
    flex-direction: row;
    align-items: end;
    justify-content: space-evenly; 
    margin-left: 11svw;
}
.close-div h4{
    font-size: 1.4rem;
    font-weight: 700;
}

.closeBtn{
    height:4svh;
    width:4svh;
    font-size: 1.5rem;
    background-color: red;    
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-right: .7svw;
    margin-bottom: .5svw;
    padding: 0;
    cursor: pointer;
    border-radius: .8svh;
}



.thank-you-screen{
    height: 50svh; 
    width: 70svw;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10svh;
    box-shadow: 1px 1px 10px black;
    border-radius: 2.5svh;
    padding-top: 5svh;
    padding-bottom: 2svh;
    display: none;

}
.logos-cont{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.thank-you-screen h4{
    font-size: 2.7rem;    
    color: black;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, 3px 3px 10px rgba(0, 0, 0, 0.3), -3px -3px 10px rgba(0, 0, 0, 0.3);
    
}
.thank-you-screen p{
    font-size: 1.8rem;
    margin-bottom: 2svh;    
}

.thank-you-screen .closeBtn{
    background-color: chartreuse;
    margin: 0;
    height: 5svh;
    width: 18svw;
}
.thank-you-screen .close-div{    
    margin: 0;
}

}


/* ***** @media 400px******* */

@media screen and (max-width: 400px){


.header .logo img{
    width: 30svw;
    height: 58px;
}
.header .heading img{
    width: 65svw;
    height: 70px;
}

h1{
    font-size: 1.1rem;
}

.about-us h2{
    font-size: 1.3rem;
}
.about-us h3{
    font-size: 1.3rem;
}
.about-text{
    font-size: .7rem;
}
.hero-pic{
    min-width: 300px;
}
.programs{
    min-width: 300px;
}
.about-us{
    min-width: 300px;
}

.select-status button{
    height: 18svw;
    width: 85svw; 
    font-size: 1.rem;  
}

.get-involved h2{
    font-size: 2rem;  
}
.get-involved-form h3, .get-involved-form h4{
    font-size: 1.1rem;
    color: black;    
}

.contact-form{
    height: 65svh; 
    width: 80svw; 
}

.contact-form input{
    border-radius: 1svh;
    height: 5svh; 
    width: 60svw; 
}
.contact-form-button{
    cursor: pointer;    
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
    font-size: 1rem;
}
.facility-form-button{
    cursor: pointer;
    font-size: 1rem;
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
}
.facility-form{
    height: 65svh; 
    width: 80svw; 
}
.facility-form-button{
    cursor: pointer;    
    border-radius: 1.1svh;
    height: 5svh;
    width: 18svw;
    font-size: 1rem;
}
.facility-form input{
    border-radius: 1svh;
    height: 5svh; 
    width: 60svw; 
}

.facility-form #zip{
    border-radius: 1svh;
    height: 5svh; 
    width: 45svw; 
    margin-left: 1.5svw;
}
.state-zip-label{
    width: 32svw;     
    display: flex;
    justify-content: space-between;
    margin-right: 28svw;
}
.facility-form textarea{
    border-radius: 1svh;
    height: 9svh; 
    width: 60svw; 
}
.facility-form select{
    border-radius: 1svh;
    height: 5svh;
}

.close-div{
    width: 100%;
    display: flex;    
    flex-direction: row;
    align-items: end;
    justify-content: space-evenly; 
    margin-left: 11svw;
}
.close-div h4{
    font-size: 1.4rem;
    font-weight: 700;
}

.closeBtn{
    height:4svh;
    width:4svh;
    font-size: 1.5rem;
    background-color: red;    
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-right: .7svw;
    margin-bottom: .5svw;
    padding: 0;
    cursor: pointer;
    border-radius: .8svh;
}



.thank-you-screen{
    height: 50svh; 
    width: 70svw;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10svh;
    box-shadow: 1px 1px 10px black;
    border-radius: 2.5svh;
    padding-top: 5svh;
    padding-bottom: 2svh;
    display: none;

}

.thank-you-screen h4{
    font-size: 2.7rem;    
    color: black;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, 3px 3px 10px rgba(0, 0, 0, 0.3), -3px -3px 10px rgba(0, 0, 0, 0.3);
    
}
.thank-you-screen p{
    font-size: 1.8rem;
    margin-bottom: 2svh;    
}

.thank-you-screen .closeBtn{
    background-color: chartreuse;
    margin: 0;
    height: 5svh;
    width: 18svw;
}
.thank-you-screen .close-div{    
    margin: 0;
}

}






















