body {
    margin: 0;
    line-height: 1.8em;
}

/*image stuff*/

.top-img {
    height: 250px;
    background-color: rgb(220, 220, 220);
    margin-bottom: 50px;
}

.bottom-img {
    height: 250px;
    background: url('../img/r.l.bottomhome.jpg') center center;
    background-size: cover;
    display: grid;
}

.home-img {
    background: url('../img/r.s.AdobeStock_778328564.jpg') center center;
    background-size: cover;
    display: grid;
}

.members-img {
    background: url('../img/r.l.adobepeoplepride.jpg') center center;
    background-size: cover;
    display: grid;
    height: 250px;
    background-color: rgb(220, 220, 220);
    margin-bottom: 50px;

}

.parade-img{
    background: url('../img/r.l.parade.jpg') center center;
    background-size: cover;
    display: grid;
    background-color: rgb(220, 220, 220);
    height: 250px;
}


.rsp {
    max-width: 100%;
}

.smllr {
    max-height: 320px;
    max-width: 192px;
}

.round {
    border-radius: 50%;
}

.ctr {
    text-align: center;
}

.rgt {
    text-align: right;
}

.lft {
    text-align: left;
}

/* NAV */
nav {
    background: #999;
    padding: 5px;
    text-align: center;
    display: grid;
    position: fixed;
    align-items: center;
    height: 150px;
    width: 100%;
    transition: all 0.7s;
    z-index: auto;
}


nav ul {
    list-style-type: none;
    background: #999;
    padding: 0;
    margin: 0;
}

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

/*general*/

a {
    background: #999;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background: #ddd;
    display: inline-block;
    transition: all 0.7s;
}

/*link stuff*/
.button {
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background: #ddd;
    display: inline-block;
    transition: all 0.7s;
}

.intextlink {}

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

/*HOMEPAGE content*/


/* MEMBERS content*/


/*EVENTS content*/
/* SCHEDULE content*/



/* ABOUT content*/

footer {
    background-color: rgb(220, 220, 220);
    margin-top: 80px;
    padding: 20px 20px 90px;
}

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

.intro {
    text-align: center;
    padding: 0 20px;
}

.spacer {
    margin-top: 80px;
}

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



/* default - small devices */

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

/* below 600px typically tablet*/

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

    .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 {
        margin: 0 auto;
        max-width: 1200px;
    }

    .intro {
        padding: 0 20%;
    }

    .act {
        padding: 20px 10%;
    }

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

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

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

    .col2-3 {
        grid-column-end: span 8;
    }

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

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

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