/*testing site build */
* {
    box-sizing: border-box;
}

main {
    hyphens: auto;
}
body {
    color:#F8F8FF;
    margin-left:auto;
    margin-right: auto;
    background-color: #000000;
    overflow: auto;
    line-height: 1.5;
}

#about-me {
    margin-top: 200px;
}
header {
    margin-top: -35px;
    min-width: 100vw;
    max-height: 100vh;
}

#main-title {
    background: url(../images/Logo.jpg) top left / 155px no-repeat #0c3d3d;
    background-blend-mode: inherit;
    position: sticky;
    margin: 0 auto 10rem;
    top: 0%;
    z-index: 1;
    font-family: 'Lobster', cursive;
}

#main-title h1 {
    font-family: 'Press Start 2P', cursive;
    font-size: 24px;
    margin-left: 10%;
    margin-top: -10%;
    line-height: 1.5;
    color: rgb(3, 218, 200);
    text-shadow: -5px 1px 30px rgba(3, 218, 200);
}

#main-title h2 {
    color: rgb(3, 218, 200);
    text-shadow: -5px 1px 30px rgba(3, 218, 200);
}

.center-top {
    text-align: center;
}

.extension-links a {
    text-decoration: none;
    color: #F8F8FF;
}

header h1 {
    font-size: 30px;
    width: 80%;
    margin: 1rem;
    padding-top: 20px;
}

section {
    padding-left: 10px;
    letter-spacing: 0px 4px;
    border: 0px 1px;
    border: solid rgba(3, 218, 200);
    margin: 25px 600px;
}

section h2 {
    font-family: 'Press Start 2P', cursive;
}

dl {
    font-family: 'Nunito', sans-serif;
}
dt {
    padding-left: 40px;
}

hr {
    width: 100%;
    position: relative;
    right: 1%;
}

#game-log div {
    display: inline-block;
    width: 48%;
    margin-right: -4px;
}

#offscreen div {
    clear: both;
    margin-right: calc(4% - 4px);
    margin-bottom: 0;
}

#game-log img {
    width: 308px;
    height: 176px;
    border-radius: 10px;
}
#game-log dt {
    display: block;
    width: 250px;
    padding: .25rem 1rem;
    border-radius: 10px;
    margin-left: 40px;
    margin-bottom: 5px;
    background-color: rgb(3, 218, 200);
    background-image: radial-gradient(circle, rgb(3, 218, 200), rgb(0, 46, 49));
    box-shadow: inset 0 0 5px 5px rgba(1, 94, 100, 0.5);
    color: #FFF;
}
#game-log dl {
    line-height: 1.25rem;
}

#game-log dd, a {
    padding-bottom: 1rem;
    text-decoration: none;
}

header h2 {
    font-size: 16px;
    margin-top: -25px;

}

p {
    line-height: 1.2rem;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
}

.extension-links {
    min-width: auto;
    padding: 0 10px;
    border-top: 5px solid;
    border-bottom: 5px solid;
    font-weight: bold;
    list-style: none;
    letter-spacing: 2px;
    word-spacing: 10px;
    background-color: rgb(3, 218, 200);
    box-shadow: inset 0 0 5px 5px rgba(1, 94, 100, 0.5);
}

.extension-links li {
    padding: 0px 20px;
    display: inline;
}

a:link, :visited {
    color: #FFF;
}

li a:hover {
    color: #F8F8FF;
}

hr {
   border-color: rgb(3, 218, 200);
}

footer {
    text-align: center;
}
#icon-links{
    min-width: auto;
    padding-top: 10px;
    border-top: 2px solid  rgba(3, 218, 200);

}
#icon-links img {
    width: 24px;
    height: 24px;
}

#game-log div {
    float: left;
    margin-top: 25px;
  }

@media print {
    header ul {
        display: none;
    }
}

@media screen and (max-width: 2000px) {
    Section {
        Margin-left: 25px;
        margin-right: 25px;
    }
}
@media screen and (min-width: 800px) {
    Section, #livestream div, #offscreen div {
       display: block;
    }
}

@media screen and (max-width: 500px) {
    .extension-links li { display: block;
    }
}

@media only screen and (max-width: 850px) {
    #about-me { margin-top: -75px; }
    #game-log div {
        width: 100%;
        float: left;
        clear: both;
    }
    #game-log img {
      width: 80%;
      height: auto;
    }
    #livestream dt,
    #offscreen dt { max-width: 210px; }
    #main-title h1 { word-break: break-all; font-size: 20px; }
}
