.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.cell {
    /*    background-color: rgb(200, 200, 200);*/
    min-height: 100px;
    padding: 20px;
    /*    border: 1px solid black*/
}

.ctr {
    text-align: center;
}

.intro {
    padding-top: 80px;
    height: auto;
}

/* default - small devices*/

[class*="col"] {
    grid-column-end: span 12;
}

/* below 601px typically tablet*/


@media only screen and (min-width:601px) {

    .sm1 {
        grid-column-end: span 12;
    }

    .sm2 {
        grid-column-end: span 6;
    }

    .sm3 {
        grid-column-end: span 4;
    }

    .sm4 {
        grid-column-end: span 3;
    }

    .sm6 {
        grid-column-end: span 2;
    }

    .sm12 {
        grid-column-end: span 1;
    }
}


/* above 601px typically tablet*/


@media only screen and (min-width:601px) {

    .header h1 {
        font-size: 45px;
        margin-left: 30%;
    }



    .md1 {
        grid-column-end: span 12;
    }

    .md2 {
        grid-column-end: span 6;
    }

    .md3 {
        grid-column-end: span 4;
    }

    .md4 {
        grid-column-end: span 3;
    }

    .md6 {
        grid-column-end: span 2;
    }

    .md12 {
        grid-column-end: span 1;
    }
}


/* above 1025px typically desktop*/

@media only screen and (min-width:1025px) {
    .grid {
        max-width: 1000px;
        margin: 0 auto;
    }

    .header h1 {
        font-size: 55px;
        margin-left: 50%;
    }

    .intro {
        padding: 100px 20% 50px;
        height: auto;
    }

    .loctext {
        margin-right: 60px;
    }

    .schedtext {
        margin-left: 60px;
    }

    .col1 {
        grid-column-end: span 12;
    }

    .col2 {
        grid-column-end: span 6;
    }

    .col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col12 {
        grid-column-end: span 1;
    }
}

footer {
    background: #DE5A35;
    height: auto;
    width: 100%;
}

footer p {
    color: #eaeaea;
}

footer h4 {
    color: #eaeaea;
}

footer a {
    color: #eaeaea;
}

.dspc {
    line-height: 2em;
}

.rsp {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.5em;
    background-color: #eaeaea;
}

* {
    box-sizing: border-box;
}


nav {
    background: #DFDFDF;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10000;
    padding: 0;
    width: 100%
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin-block-start: 0;
}

nav li {
    display: inline;
    text-align: center;
    margin: 5px;
}

.logo {
    position: relative;
    max-width: 60px;
    height: auto;
    top: 13px;
    margin-right: 5px;
    display: inline;

}

nav a {
    text-decoration: none;
    border-radius: 7px;
    padding: 5px 20px;
    color: #fff;
    background: #DE5A35;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: "Overpass", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 7px;
    border: solid;
    border-color: #DE5A35;
}


nav a:hover {
    color: #3D3232;
    background: #DFDFDF;
    border: solid;
    border-color: #3D3232;
}


.joinbutton1 a {
    text-decoration: none;
    border-radius: 7px;
    padding: 5px 20px;
    color: #fff;
    background: #DE5A35;
    display: inline-block;
    transition: all 0.5s ease;
    font-family: "Overpass", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    border: solid;
    border-color: #DE5A35;
}

.joinbutton1 a:hover {
    color: #3D3232;
    background: #DFDFDF;
    border: solid;
    border-color: #3D3232;
    /*    border-width: 3px;*/
}

.alt {
    background: #D9D9D9;
    border-radius: 10px;
}

.textbutton a {
    text-decoration: underline;
    background: none;
    font-family: "Maven Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.textbutton a:hover {
    color: #715F5F;
}

.middlevert {
    align-content: center;
    /*    justify-self: center;*/
}

.middlehori {
    justify-self: center;
}

h4 {
    color: #474747;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-style: normal;

}

ul {
    color: #474747;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    color: #474747;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    color: #3D3232;
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h3 {
    color: #715F5F;
    font-family: "Maven Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.bottom {
    margin-bottom: 60px;
}

.featured {
    width: 100%;
    height: auto;
    background: rgb(200, 200, 200);
    display: grid;
    margin-bottom: 10px;
    background: url('../img/clubphoto1.jpg') center no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.header {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    display: grid;
    background: url('../img/clubphoto1.jpg') center no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.header h1 {
    align-self: center;
    text-align: right;
    padding-bottom: auto;

    color: #eaeaea;
    line-height: 1em;
    font-family: "Overpass", sans-serif;
    font-weight: 900;
    font-style: normal;

    margin-right: 5%;
}



.image1 {
    height: 400px;
    align-self: auto;
    text-align: center;
    background: url('../img/home.jpg') center no-repeat;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
}

.subhead img {
    max-width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;


}

.subhead {
    align-self: center;
    justify-self: center;
}


.heading {
    margin-top: auto;
}

.subhead h3 {
    text-align: center;
}

.subhead {
    height: auto;
}

.intro joinbutton1 {
    position: absolute;
    bottom: 0;

}



.joinbutton2 {
    text-align: center
}

/*
.featuredText2 {
    width: 90%;
        justify-self: end;
    align-self: end;
    margin: 0 auto;
        margin: auto auto;
    text-align: left;
    padding-top: 120px;
    padding-bottom: auto;
    font-size: 25px;
    height: 200px;
    color: #fff;
}
*/

.intro {
    min-height: 400px;
    position: relative;
}

.image2 {
    max-height: 500px;
    /*    max-width: 900px;*/
    align-self: auto;
    padding-bottom: 300px;
    text-align: center;
    background: url('../img/home.jpg') center no-repeat;
    background-size: cover;
}


.footerlogo {
    justify-self: end;
    align-content: center;
}

.roundImg {
    border-radius: 50%;
    justify-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.multi {
    column-count: 2;
    column-gap: 20px;

}

.roundedge {
    border-radius: 10px;
}


.camerainfo {
    align-content: top;
    height: 500px;
}

.camerainfo h2 {
    margin-top: 20px;
    text-align: center;
}

.camerainfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}



.camerainfo h2 {
    margin-top: 20px;
    text-align: center;
}



}

.lensinfo {
    align-content: top;
    height: 500px;
}

.lensinfo h2 {
    margin-top: 20px;
    text-align: center;
}

.lensinfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.lensinfo h2 {
    margin-top: 20px;
    text-align: center;
}

}

.lightinfo {
    align-content: top;
    height: 500px;
}

.lightinfo h2 {
    margin-top: 20px;
    text-align: center;
}

.lightinfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.lightinfo h2 {
    margin-top: 20px;
    text-align: center;
}


.otherinfo {
    align-content: top;
    height: 500px;
}

.otherinfo h2 {
    margin-top: 20px;
    text-align: center;
}

.otherinfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.otherinfo h2 {
    margin-top: 20px;
    text-align: center;
}



.editinfo {
    align-content: top;
    height: 500px;
}

.editinfo h2 {
    margin-top: 20px;
    text-align: center;
}

.editinfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.editinfo h2 {
    margin-top: 20px;
    text-align: center;
}



.discinfo {
    align-content: top;
    height: 500px;
}

.discinfo h2 {
    margin-top: 20px;
    text-align: center;
}

.discinfo p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.discinfo h2 {
    margin-top: 20px;
    text-align: center;
}


.equipnote {
    text-align: center;

}


.tutInfo {
    height: auto;
}

.about p {
    max-width: 700px;
    align-self: center;
    justify-self: center;
}

.about h2 {
    text-align: center;
}

.about ul {
    align-self: center;
    justify-self: center;
    margin-bottom: auto;
}

.about {
    margin-bottom: 10px;
}

.walkInfo {
    height: auto;
}

.critInfo {
    height: auto;
}

.guestInfo {
    height: auto;
}

.netInfo {
    height: auto;
}

.intro h2 {
    text-align: left;
}

.intro h3 {
    text-align: left;
}

.membInfo {
    height: auto;
    max-width: 500px;
}

.member {
    height: auto;
    width: auto;
}


.level {
    /*    border: 1px solid black;*/
    margin-left: 10px;
    margin-right: 10px;
}


.level h3 {
    text-align: center;
}

.level h4 {
    text-align: center;
}




.level {
    max-width: 350px;
    align-self: center;
    justify-self: center;
}


.parking {
    height: auto;
    text-align: center;
    max-width: 1000px;
    align-self: center;
    justify-self: center;
}



.schedInfo {
    height: auto;
    align-self: center;
    justify-self: center;
    border: 1px solid black;
    margin-left: 10px;
    margin-right: 10px;
}
