html {
    scroll-behavior: smooth;
}
body {
    line-height: 1.4;
    font-family: "open sans", sans-serif;
    background-image: url(Images/EyeGreyedBackgroundLow.gif);
    background-size: cover;
    margin: 0;
}
video {
    max-width: 100%;
}
img{
    max-width: 50%;
    height: auto;
    display:block;
    margin:10px;
    box-shadow:0 0 10px 5px rgba(49, 0, 45, 0.719);
    margin-left: auto;
    margin-right: auto;
}
.text {
    background-color: #ff0000;
    border-radius: 2%;
    padding: 10px;
    box-shadow:-5px 5px 1px rgb(0, 0, 0, 0.5);
    text-align: center;
    margin: 0px 3em 10px 3em;
}
.weblink {
    background-color: rgb(0, 0, 0);
    margin: 0px 1em 20px 1em;
    border-radius: 25px;
    padding: 3px;
}
.weblink:hover {
    background-color: rgb(29, 29, 29);
}
.dim {
    color: #ffffff9c;
}
img:hover {
    box-shadow:0 0 10px 5px rgb(255, 255, 255);
}
.noglow:hover {
    box-shadow:0 0 10px 5px rgba(49, 0, 45, 0.719);
}
ul {
    list-style-type: none;
    position: relative;
    right:20px;
}
.coloraud::-webkit-media-controls-play-button,
.coloraud::-webkit-media-controls-panel {
  background-color: #ff0000;
  color: #ff0000;
}
li:hover {
    text-decoration: underline;
}
div a {
    color:rgb(255, 255, 255);
    text-decoration: none;
}
a:hover h1{
    text-decoration: underline;
}
a:hover, h3{
    text-decoration: none;
}
a{
    text-decoration: none;
}
audio {
    width: 60em;
}
h3 {
    margin: auto;
}
h2 {
    font-size: xx-large;
}
figure{
    margin: 0;
}
.header, .main, .footer {
    padding: 1em;
}
.header h1, div h1 {
    font-size: 1.5em;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    text-shadow: none
}
.personal {
    text-align: left;
}
.main, .main a {
    color: rgb(255, 255, 255);
    text-shadow:  3px 2px 2px rgb(36, 36, 36);
}
.col-2, .col-3, .col-4 {
    display: grid;
}
.col-2, .col-3, .col-4 {
    text-align: center;
}
.topbutt {
    display: block;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0 .4em;
    text-decoration: none;
    font-size: 1.5em;
    position: fixed;
    top: .4em;
    right: .4em;
}
@media screen and (min-width:37.5em){
    .col-2, .col-3 {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width:48em) {
    body {
        line-height: 1.5;
    }
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .header h1 {
        font-size: 4em;
    }
    .topbutt {
    padding: 0 .4em;
    font-size: 2em;
    top: auto;
    bottom: 1em;
    right: 1em;
    }
}
@media screen and (min-width:60em) {
    .main {
        display: grid;
        gap: 2em;
    }
    .header, .main, .footer {
        max-width: 60em;
        margin: 0 auto;
    }
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}