html {
    background-color: #0e9cff;
    background-image: url('../../img/cat/background2.jpg');
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat-x;

    overflow: hidden;
    overflow-y: auto;
    
    font-size: 1em;
    font-family: Bango;
    line-height: 1.4;
    min-height: 100%;

    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.previousBtn a {
    font-size: 1.5em;
    float: left;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 40px;
    margin-bottom: 0px;
    text-decoration: none;
}

.nextBtn a {
    font-size: 1.5em;
    float: right;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 40px;
    margin-bottom: 0px;
    text-decoration: none;
}

.info img {
    padding: 0px !important;
    margin: 20px auto !important;
    /* box-shadow: 0 0 0 8px #fff, 0px 8px 0px 4px rgba(44,0,77,0.3); */
}

/*.client .timestamp {
    float: right;
}

.client .title {
    float: left;

    position: relative;
    top: -28px;
}*/

html.app {
    background-image: none !important;
    background-color: transparent !important;
}

.paperboys {
    background-image: url('../../img/cat/cat-news.png');
    background-size: contain;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    z-index: -5;
    top: 50px;
    left: 200px;
    opacity: 0;
}

body {
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;

    max-width: 100%;
    position: relative;

    margin: 0px;
    padding: 0px;

    margin-bottom: 0px;
}

a {
    color: rgb(94, 51, 18);
}

.spacer {
    height: 20px;
}

.logo {
    background-image: url('../../img/cat/cat_logo.png');
    background-size: cover;
    width: 200px;
    height: 200px;

    margin: 0 auto;
}

.close {
    background-image: url('../../img/cat/close.png');
    background-size: cover;
    width: 64px;
    height: 64px;

    float: right;
    margin: 10px;

    position: fixed;
    right: 2px;
    top: 2px;
    z-index: 99;
}

.app .close {
    display: none;
}

.back {
    background-image: url('../../img/cat/back.png');
    background-size: cover;
    width: 64px;
    height: 64px;

    float: left;
    margin: 10px;

    position: fixed;
    left: 2px;
    top: 2px;
    z-index: 99;
}

.banner {
    background-image: url('../../img/cat/banner2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 70px;

    font-size: 2.5em;
    padding-top: 2px;
    text-align: center;
    margin: 0 auto;
    
    position: relative;
    top: -20px;
    
    z-index: 2;
    
    color: #FFFFFF;

    letter-spacing: -1px;
    -webkit-text-stroke-width: 2.0px;
    -webkit-text-stroke-color: darkred;
}

.box {
    position: relative;
    top: -55px;

    color: #8B4513;
    margin-bottom: -20px;
}

.box img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.box .top {
    background-image: url('../../img/cat/box-top.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    width: 500px;
    height: 42px;
    margin: 0 auto;

    position: relative;
    top: 3px;
}

.box .topIcon {
    background-image: url('../../img/cat/box-top.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    width: 500px;
    height: 42px;
    margin: 0 auto;

    position: relative;
    top: 20px;
}

.box .content img {
    padding: 20px;
}

.box .content {
    background-image: url('../../img/cat/box-middle.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;

    width: 500px;
    /*height: 500px;*/

    margin: 0 auto;
}

.box .content .info {
    padding: 30px;
    
    font-family: MyriadPro-Semibold;
    font-size: 1.2em;

    margin-top: -20px;
}

.box .content .header {
    padding: 5px 30px;
    font-size: 2em;
}
.box .content .title {
    font-family: Bango; 
}

.box .content .timestamp {
    font-family: MyriadPro-Semibold;
    font-size: 0.5em;
}

.title {
    display: inline;
}

.client .box .content .timestamp {
    float: right;
    padding-top: 12px;
}

.box .bottom {
    background-image: url('../../img/cat/box-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    pointer-events: none;

    width: 500px;
    height: 43px;
    margin: 0 auto;

    position: relative;
    top: -35px;
}

.instagramIcon {
    background-image: url('../../img/cat/instagram.png');
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.tiktokIcon {
    background-image: url('../../img/cat/tiktok.png');
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

@media (max-width: 500px) {

    .banner {
        width: 100%;
        height: 60px;
    
        font-size: 2.5em;
        padding-top: 2px;
    }

    body {
        font-size: 0.8em;
    }

    .box {
        top: -55px;
        margin-bottom: -20px;
    }
    
    .box img {
        max-width: 300px;
    }
    
    .box .top {
        width: 400px;
        height: 42px;
        top: 8px;
    }

    .box .topIcon {
        width: 400px;
        height: 42px;
        top: 20px;
    }

    .box .content img {
        padding: 20px;
    }
    
    .box .content {
        width: 400px;
    }
        
    .box .content .info {
        padding: 30px;
        font-size: 1.2em;
        margin-top: -20px;
    }
    
    .box .content .header {
        padding: 5px 30px;
        font-size: 2em;
    }
  
    .box .content .timestamp {
        font-size: 0.5em;
        padding-top: 12px;
    }
  
    .box .bottom {
        width: 400px;
        height: 43px;
        top: -28px;
    }
}