@charset "UTF-8";
/* CSS Document */

#mobile-footnote {
    position: fixed;
    right: 10%;
    left: 10%;
    bottom: 10%;
    top: 10%;
    background: white;
    padding: 10%;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.31);
    overflow: visible;
    display: none;
}
#mobile-footnote  .content {
    overflow: scroll;
    height: 100%;
}
#mobile-footnote  .content a.numeral {
    display: none;
}
#close-note {
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    background: #a34054;
    color: white;
    font-size: 40px;
    position: absolute;
    top: -25px;
    right: -25px;
}

@media only screen and (max-width: 940px), screen and (max-device-width: 500px) {
    #cont p span.uno {
        font-family: "AdobeGaramondProRegular","Georgia","Times New Roman", "bitstream vera serif", Times, serif;
        font-size: 40px;
        float: none;
        display: inline;
        color: black;
        padding-right: 0;
    }
    #footnotes {
        display: none !important;
    }
    #wrap {
        width: auto;
        left: auto;
        margin-left: 0;
        float: none;
    }
    #cont {
        padding-right: 0px !important;
        margin: 0 auto !important;
        float: none;
        border-right: none;
        width: 95%;
        max-width: 600px;
    }
    #cont p img {
        width: 100% !important;
    }
    .footnote {
        display: none;
    }
    .mobile-footnote {
        color: #a34054;
        display: inline;
    }
    .mucash_button {
        display: none;
    }
    #menu {
        position: fixed;
        top: 30px;
        width: 100%;
        z-index: 100;
        background: white;
        display: none;
    }
    ul#menu li {
        display: block;
        padding: 10px;
        text-align: left;
    }
    ul#menu li.book-button>a {
        display: none;
    }
    ul#menu ul.book-menu {
        display: block;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 20px;
    }
    ul#menu ul.book-menu li {
       font-size: 14px !important;
    }
    #toggle-menu {
        display: block;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        background: #a34054;
        color: white;
        font-size: 18px;
        top: 0;
        position: fixed;
        cursor: pointer;
        z-index: 100;
    }
    #foot {
        width: auto;
        padding-bottom: 30px;
    }
    #redditbutton {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    #shamelessplug {
        height: auto;
        width: auto;
        max-width: 410px;
        padding-bottom: 10px;
        margin: 0 10px;
    }
}

@media screen and (max-device-width: 500px) {
    #cont {
        max-width: none;
        font-size: 40px;
    }
    #menu li, #menu li a, #menu ul.book-menu li.section {
        font-size: 40px !important;
    }
    #toggle-menu {
        height: 100px;
        font-size: 50px;
        line-height: 100px;
    }
    #menu {
        top: 100px;
    }
    #mobile-footnote {
        font-size: 36px;
    }
    #shamelessplug {
        height: auto;
        width: auto;
        max-width: 900px;
        padding-bottom: 10px;
        padding-right: 10px;
        margin: 0 10px;
        font-size: 26px;
    }
    p.pip {
        display: none;
    }
}
