﻿.page-x {
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, .60);
    padding: 0;
    margin: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#page-top {
    top: -200%;
}

    .pageTopDown {
        top: 0 !important;
        transition: 0.4s;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .pageTopUp {
        top: -200%;
        transition: 0.4s;
        filter: alpha(opacity=0);
        opacity: 0;
    }

#page-bottom {
    top: 200%;
}

    .slideUp {
        top: 0 !important;
        transition: 0.4s;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .slideDown {
        top: 200% !important;
        transition: 0.4s;
        filter: alpha(opacity=0);
        opacity: 0;
    }

#page-right {
    right: -200%;
}

    .pageRightLeft {
        right: 0 !important;
        transition: 0.4s;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .pageRightRight {
        right: -200% !important;
        transition: 0.4s;
        filter: alpha(opacity=0);
        opacity: 0;
    }

#page-left {
    left: -200%;
}

    .slideRight {
        left: 0 !important;
        transition: 0.4s;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .slideLeft {
        left: -200% !important;
        transition: 0.4s;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.page-content {
    position: relative;
    text-align: center;
    padding: 100px;
}

    #page-left .page-content {
        font-size: 2em;
    }

.page-header {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 3em;
    font-family: 'Libre Barcode 39 Text', cursive;
    padding: 10px;
}

.pageContainerBlurOn {
    filter: blur(4px) !important;
    transition: 0.4s;
}

.pageContainerBlurOff {
    filter: blur(none);
    transition: 0.4s;
}

/* PAGE-TOP - NOVELS */

    .page-top-image {
        position: absolute;
        left: 50%;
        margin-left: -500px;
        height: 700px;
        width: 500px;
    }

    .page-top-image-img {
        position: relative;
        width: 475px;
        margin-top: -60px;
        margin-left: 10px;
    }

    .page-top-image-link {
        margin-top: -65px;
    }

        .page-top-image-link p {
            text-align: right;
            padding-right: 20px;
        }

        .page-top-image-link p a img {
            position: relative;
            height: 75px;
            width: auto;
            border: none;
        }

    .page-top-text {
        position: absolute;
        left: 50%;
        height: 600px;
        width: 450px;
        text-align: left;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .page-top-text-header {
        color: orange;
        font-size: 1.3em;
        font-weight: 800;
    }

/* PAGE-RIGHT NOVELLAS */

#novella_list {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    #novella_list caption {
        padding: 0;
        margin: 0;
        font-size: 2em;
        color: orange;
        padding-bottom: 8px;
    }

.cover {
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: .4;
}

/* PAGE-BOTTOM - ABOUT */

#page-bottom p {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em;
    text-align: left;
    line-height: 25px;
}

    #page-bottom p a {
        color: #848484;
        text-decoration: none;
    }

    #page-bottom p a:hover {
        color: #FFF;
        text-decoration: underline;
    }

/* misc classes */

.hide {
    display: none;
}

.mobile {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    text-align: center;
    color: orange;
    line-height: 100vh;
    display: none;
}

/* begin close-button */
.close-button {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
}

    .close-button:before, .close-button:after {
        transform: rotate(-45deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -25px;
        display: block;
        height: 10px;
        width: 30px;
        background-color: #fff;
        transition: all 0.25s ease-out;
    }

    .close-button:after {
        transform: rotate(-135deg);
    }

    .close-button:hover:before, .close-button:hover:after {
        transform: rotate(0deg);
    }

/* end close-button */
