* {
    font-family: 'Shin Go';
    text-align: center;
    text-underline-offset: 6px;
}

html {
    background: url('images/keyart.png') center fixed no-repeat;
    background-size: cover;
}

div {
    padding: 1%;
}

p {
    padding: 3%;
}

select {
    width: 60px;
    height: 36px;
}

p img {
    height: 120px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 4px 4px #4f2ca0;
}

#staff {
    background-color: #ffffff99;
}

#topbar {
    top: 0;
    height: 100px;
    position: fixed;
    background: black left top scroll;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    z-index: 1000;
}

#toplogo {
    height: 90%;
}

#homelogo {
    width: 720px;
}

h1.outline {
    text-decoration: none;
    font-size: 64px;
    color: rgb(255, 255, 255);
    text-shadow: -4px -4px 0 #ff7ace,
        0px -4px 0 #ff7ace,
        4px -4px 0 #ff7ace,
        -4px 0px 0 #ff7ace,
        0px 0px 0 #ff7ace,
        4px 0px 0 #ff7ace,
        -4px 4px 0 #ff7ace,
        0px 4px 0 #ff7ace,
        4px 4px 0 #ff7ace,
        -4px 10px 0 #a33079,
        0px 10px 0 #a33079,
        4px 10px 0 #a33079
}

.pointer:hover {
    cursor: pointer;
}

img.devlog {
    height: 540px;
}

img#doodle {
    width: 320px;
    height: 375px;
    box-shadow: 0px 0px;
    border: 0px;
}

img.sample {
    width: 25%;
    height: 25%;
}

td img {
    width: 400px;
}

.pointer:hover {
    opacity: 0.7;
}

strong.devlog {
    color: #4f2ca0;
}

#topbuttons {
    width: 50%;
    height: 25%;
    margin-top: 2.5%;
}

strong.devlog,
#topbuttons a {
    text-decoration: none;
}

hr {
    border: 2px solid #ffffff66;
}

strong {
    color: #b8860b;
}

#staff td {
    width: 30%;
    font-family: 'Shippori Mincho';
}

#content {
    top: 50%;
    width: 98%;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, #ff69b4b3 500px);
}

footer,
#staff {
    padding: 2%;
}

sub,
strong {
    font-family: 'Shippori Mincho';
}

a:link,
a:visited {
    color: #ff9ba3;
}

h1,
h2 {
    color: #fce9e9;
}

h1,
h2,
strong,
#topbuttons a:hover {
    text-decoration: underline;
}

footer,
p {
    background-color: #ffffff66;
}

footer,
p,
#staff {
    border-radius: 20px;
}

#staff tr,
#topbuttons {
    justify-content: space-evenly;
}

div,
table {
    left: 0;
}

#topbar,
table,
#staff tr {
    width: 100%;
}

#topbar,
#topbuttons {
    display: flex;
}

footer,
p,
sub,
#topbuttons {
    font-size: 20px;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 24px;
    }

    h1,
    strong {
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 32px;
    }

    h1,
    strong {
        font-size: 48px;
    }
}

@font-face {
    font-family: 'Shin Go';
    src: url('shingo.otf');
}

@font-face {
    font-family: 'Shippori Mincho';
    src: url('shippori.ttf');
}