html,
body {
    border: 0px;
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    font-family: 'Barrio';
    font-size: 22px;
    text-align: left;
}

.main-grid {
	display: grid;
	grid-template-columns: 420px 420px 420px 420px 420px 420px 420px;
	grid-gap: 25px;
	margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 40px;
}


@media screen and (max-width: 1000px) {
    .main-grid {
        /* display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   flex-basis: 20%;
   max-height: 10000px;
   /* width: 800px; */
        /* width: 100%;
   max-width: 100%;
   margin-top: 20px;
   margin-left: 20px; 
   background-color: green; */
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        max-height: 50000px;
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    .col {
    	margin: 0px;
	}
}

.font-roboto {
    font-family: 'Roboto Slab', serif;
}



.left-column {
    position: absolute;
    width: 400px;
    margin: 20px;
}

@media screen and (max-width: 1000px) {
    .left-column {
        /*background-color: red;*/
        position: static;
        width: 100%;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        justify-content: center;
    }
}

.left-entry {
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 400px;
    border-radius: 3px;
    box-shadow: 5px 5px 8px #333;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .left-entry {
        padding: 25px;
        margin-bottom: 25px;
        width: 93%;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #333;
        z-index: 1;
    }
}




/* Masonry flex layout */
.masonry {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 20%;
    /* max-height: 2850px; */
    max-height: 1550px;
    /* max-width: 800px; */
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 800px;
    /* background-color: red; */
}

@media screen and (max-width: 1000px) {
    .masonry {
        /* display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   flex-basis: 20%;
   max-height: 10000px;
   /* width: 800px; */
        /* width: 100%;
   max-width: 100%;
   margin-top: 20px;
   margin-left: 20px; 
   background-color: green; */
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        max-height: 50000px;
        justify-content: center;
    }
}



.artwork {
    flex: 0 0 auto;
    /* margin: 8px 16px 16px 8px; Some gutter */
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 400px;
    border-radius: 3px;
    box-shadow: 5px 5px 8px #333;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .artwork {
        flex: 0 0 auto;
        /* margin: 8px 16px 16px 8px; Some gutter */
        /* display: block; */
        padding: 25px;
        margin-bottom: 25px;
        width: 93%;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #333;
        z-index: 1;
    }
}

p.description {
    font-size: .75em;
    display: none;
}

@media screen and (max-width: 1000px) {
    p.description {
        font-size: 3em;
    }
}

p.infobutton {
    font-size: .75em;
}

@media screen and (max-width: 1000px) {
    p.infobutton {
        font-size: 4em;
    }
}

a.underlined {
    text-decoration: underline;
}

a {
    text-decoration: underline;
    color: black;
}

.infobutton>a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    background-color: green;
    color: black;
}

img.background_img {
    display: block;
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -20;
}

.main-content {
    position: absolute;
    left: 445px;
    margin: 20px;

}

@media screen and (max-width: 1000px) {
    .main-content {
/*        background-color: red;
        position: static;
        top: initial;
        left: 0px;
        margin: 0px;
        padding: 25px;
        margin-bottom: 25px;
        width: 93%;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #333;
        z-index: 1;*/

        position: static;
        width: 100%;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        justify-content: center;
    }
}

.main-entry {
    padding: 15px;
    margin-bottom: 15px;
    /* width: 800px; */
    border-radius: 5px;
    box-shadow: 5px 5px 3px #333;
    top: 25px;
    left: 500px;
    right: 20px;
}



@media screen and (max-width: 1000px) {
    .main-entry {
        padding: 25px;
        margin-bottom: 25px;
        width: 93%;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #333;
        z-index: 1;
    }
}

.main-entry>p {
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    .main-entry>p {
        font-size: 4em;
    }
}


div.floating-content {
    /*position: absolute;*/
    padding: 15px;
    margin-bottom: 30px;
    /* width: 800px; */
    border-radius: 5px;
    box-shadow: 5px 5px 3px #333;
    top: 25px;
    left: 500px;
    right: 20px;
    background: lightgreen;
}

@media screen and (max-width: 1000px) {
    div.floating-content {
        position: inherit;
        flex: 0 0 auto;
        /* margin: 8px 16px 16px 8px; Some gutter */
        /* display: block; */
        padding: 15px;
        margin-bottom: 25px;
        width: 95%;
        border-radius: 3px;
        box-shadow: 5px 5px 8px #333;
        z-index: 1;
        /* position: absolute;
    padding: 15px;
    margin-bottom: 30px;
    width: 800px;
    border-radius: 5px;
    box-shadow: 5px 5px 3px #333;
    top: 25px;
    left: 500px;
    background: coral; */
    }
}

.floating-content>p {
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    .floating-content>p {
        font-size: 4em;
    }
}

.floating-content>li {
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    .floating-content>li {
        font-size: 4em;
    }
}

.main-entry>ul {
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    .main-entry>ul {
        font-size: 4em;
    }
}

.floating-content>ul {
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    .floating-content>ul {
        font-size: 2.5em;
    }
}



#title {
    /* top: 90px;
  left: 25px; */
    background: yellow;
    z-index: 1000;
    opacity: 1;
}

#info {
    background-color: greenyellow;
}

#backhome {
    background-color: lightpink;

}

p.colortext {
    color: purple;
    text-decoration: underline;
}

.blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect;
    /* for Safari 4.0 - 8.0 */
    animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */

@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

div.background img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

p.title_text {
    text-decoration: underline;
    font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
    p.title_text {
        text-decoration: underline;
        font-size: 4em;
    }
}

.video-16-9-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 63%;

}

.video-16-9-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-4-3-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 85%;
}

.video-4-3-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embedded-doc {
    position: absolute;
    width: 100%
}


img {
    width: 100%;
}


.artimage {
    padding-top: 15px;
    padding-bottom: 15px;
}

p {
    border: 0px;
    margin: 0px;
}







div.movebox {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
    background-image: url("https://cdn.glitch.com/e1b1c612-d6ce-4276-b9b3-e956ac159f7f%2Fbox.png?v=1600861572805");
    background-position: contain;
}




/* row 1 */

#publicaccess {
    /* top: 450px;
  left: 25px; */
    background: burlywood;
}

#gametime {
    /* top: 35px;
  left: 965px;   */
    background: aquamarine;
}

#doctorsandnurses {
    /* top: 25px;
  left: 500px; */
    background: coral;
}

#deathofmichael {
    /* top: 450px;
  left: 500px; */
    background: darkorchid;
    z-index: 2;
}

#broadcasting_ngca {
    /* top: 900px;
  left: 500px; */
    background: hotpink;
    z-index: 2;
}

#untitled {
    /* top: 1900px;
  left: 500px; */
    background: aquamarine;
}

#honeypump {
    /* top: 425px;
  left: 965px; */
    background: gray;
    z-index: 1;
}

#getstraight {
    /* top: 1030px;
  left: 25px; */
    background: indianred;
}

/* row 3 */

#dome {
    /* top: 870px;
  left: 965px; */
    background: khaki;
    z-index: 100;
}

#diyscene {
    /* top: 870px;
  left: 965px; */
    background: khaki;
}

#accumulations {
    /* top: 870px;
  left: 965px; */
    background: burlywood;
}

#type {
    /* top: 1450px;
  left: 25px; */
    background: lightcoral;
}

#getstraight_daa {
    /* top: 1300px;
  left: 965px; */
    background: mediumturquoise;
}

#cicada {
    background:  beige;
}

#cosleeping {
    background:  darkseagreen;
}