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

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

.ctr {
    text-align: center;
}

.intro {
    padding-top: 80px;
}

/* 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) {



    .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;
    }

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

    .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 {
    /*    border: 1px solid black;*/
}

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.5em;
}

* {
    box-sizing: border-box
}

nav {
    background: #999;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10000;
    padding: 0;

}

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;

}

a {
    text-decoration: none;
    border-radius: 7px;
    padding: 5px 20px;
    color: #000;
    background: #ddd;
    display: inline-block;
    transition: all 0.7s ease;
}


a:hover {
    color: #fff;
    background: #333;
}


.featured {
    width: 100vw;
    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;
}

.featuredText {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: auto;
    font-size: 25px;
    height: 300px;
    color: #fff;
    line-height: 2em;
}

.equipintro h2 {
    text-align: center;
}


.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 {
    max-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;

}

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

.equip img {}

.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;

}



.aboutinfo {
    height: auto;
    margin-bottom: 10px;
}

.aboutinfo h2 {
    margin-bottom: 10px;
    align-self: center;
    justify-self: center;
    text-align: center;

}

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

}

.about img {}

.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;
}

.membIntro {
    height: auto;
}

.membIntro h2 {
    text-align: center;
}

.membIntro p {
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

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

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


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


.lvls h2 {
    text-align: center;
}

.level h3 {
    text-align: center;
}

.level h4 {
    text-align: center;
}

.level {
    height: auto;
}

.lvls {
    height: auto;
}

.bot {
    margin-bottom: 10px;
    height: auto;
    text-align: center;
}

.lvls p {
    text-align: center;
}

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

.locateIntro {
    height: auto;
}

.locateIntro h2 {
    text-align: center;
}

.locateIntro p {
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}



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

.schedIntro {
    height: auto;
}

.schedIntro h2 {
    text-align: center;
}

.schedIntro p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

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

.loctext {
    margin-right: 60px;
}

.schedtext {
    margin-left: 60px;
    margin-right: auto;
}
