html {
    background-color: #9c9c9c;
}

body {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    font-family: 'Mukta', sans-serif;
    font-size: 2.5vw;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 30px #111;
}

button {
    font-family: 'Indie Flower', cursive;
    font-size: 2.5vw;
}

select {
    font-family: 'Mukta', sans-serif;
    font-size: 2.2vw;
}

p {
    max-height: 999999px;
}

.banner {
    width: 95%;
    margin-bottom: -12%;
    position: relative;
    z-index: 1;
}

.menu-container {
    background: linear-gradient(transparent, #ccc);
    border-bottom: 2px solid #666;
    margin-bottom: 2%;
}

.menu {
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 6vw;
    font-weight: bold;
    font-family: 'Indie Flower', cursive;
}

.menu-selected {
    border-bottom: 3px solid #555;
}

.menu a {
    display: inline-block;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: -0.25%;
}

.menu-divider {
    vertical-align: middle;
}

.icon-container {
    text-align: center;
    margin-top: 2.5%;
}

.icon {
    width: 48px;
    vertical-align: middle;
    margin: 0.25%;
}

.icon-link .fa {
    text-decoration: none;
    color: #333;
    vertical-align: middle;
    margin: 0.25%;
}

.icon-link .fa {
    font-size: 1.5em;
}

.nav-button-container {
    text-align: center;
    position: relative;
    z-index: 2;
}

.nav-button {
    background-color: #efefef;
    border: 2px solid black;
    margin: 0.75%;
    width: 15%;
    height: 5%;
    border-radius: 5px;
}

.nav-button:hover {
    box-shadow: 0 0 10px #bbb;
}

.nav-button:focus {
    outline: 0;
}

.nav-button:disabled {
    background-color: #eee;
    color: #bbb;
    border-color: #bbb;
    box-shadow: none;
}

.comic-container {
    width: 100%;
    text-align: center;
    margin-top: -2%;
}

.comic-image {
    max-width: 100%;
}

.comic-description {
    background-color: #efefef;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    margin: 0 auto 2%;
    padding: 2%;
    width: 85%;
    text-align: left;
    white-space: pre-wrap;
}

.jump-container {
    text-align: center;
    margin-top: 2%;
}

.jump-select {
}

.empty-jump-option {
    color: gray;
}

.page-title {
    font-family: 'Indie Flower', cursive;
    font-size: 2em;
    margin-top: 3%;
    margin-bottom: 2%;
}

.page-container {
    width: 90%;
    margin: auto;
}

.cast-image {
    width: 100%;
}

.contact-link-container {
    width: 55%;
    margin: auto;
    margin-top: 3%;
}

.contact-link {
    display: inline-block;
    text-align: left;
}

.shop-link {
    display: block;
    width: 100%;
}

.shop-link-img {
    display: block;
    width: 75%;
    margin: 20px auto;
    box-shadow: #999 2px 2px 3px 3px;
    border-radius: 10px;
    padding: 0 30px 0 30px;
}

.illustration-index-container {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.illustration-index-image {
    height: 10vw;
    width: 10vw;
    object-fit: cover;
    border: 2px solid #666;
    border-radius: 0.5vw;
    margin: 0.5vw;
}

.illustration-slides-container {
    width: 100%;
}

.illustration-slide {
    width: 100%;
    text-align: center;
}

.illustration-slide-image {
    max-width: 100%;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 80px auto 60px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(128, 128, 128, 0.2);
    border-right: 1.1em solid rgba(128, 128, 128, 0.2);
    border-bottom: 1.1em solid rgba(128, 128, 128, 0.2);
    border-left: 1.1em solid #808080;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.footer {
    color: #777;
    font-size: 12px;
    margin-top: 20px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
