html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
body{
    font-family: courier;
    color: #e30513;
}
h1, h2, h3, h4, h5, h6, p, a{
    font-size: 14px;
    color: #e30513;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5em;
    text-align: right;
}
#wrapper{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#header h1{
    margin: 0;
    padding-top: 1%;
}
#header h1 a{
    text-decoration: none;
    cursor: pointer; cursor: hand;
    font-weight: bold;
    font-size: 15px;
}
#header{
    left: 0;
    margin: 0 auto;
    text-align: right;
    padding: 0% 10% 5% 10%;
    position: fixed;
    width: 80%;
    z-index: 1;
    top: 0;
    overflow: hidden;
    background-color: white;
}
#content{
   width: 80%;
   padding: 10%;
   height: 100%;
   position: relative;
   z-index: 2;
   background-color: white;
}
a:hover{
    color: black;
    background-color: #f1f1f1;
    cursor: hand;
    cursor: pointer;
}
.imgrow{
    margin-bottom: 3%;
}
.imgrow p.desc{
    margin: 0;
    margin-right: 12%;
    width: 100%;
    letter-spacing: 0.2em;
    margin-bottom: 3%;
}
.imgrow img{
    width: 100%;
}
.limiter{
    text-align: right;
    cursor: hand; cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.limiter:hover{
    background-color: #f1f1f1;
}
.toggle-state.closed i{
    display: none;
}
.toggle-state.open q{
    display: none;
}
.font h3{
    font-size: 20px;
    font-weight: bold;
}
.font h4{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4%;
}
.font p{
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-align: right;
}
h3{
    margin: 5% 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 65em) {
    .toggle-state{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 45em) {
    .toggle-state{
        margin-top: 10px;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}
/* ==========================================================================
   Clearfix
   ========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 20px;
        line-height: 35px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 20px;
        line-height: 35px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 20px;
        line-height: 35px;
    }
}
/* Large desktop */
@media (min-width: 1200px) {
    #header{
        width: 50%;
        padding: 0% 25% 5% 25%;
    }
    #content{
        width: 50%;
        padding: 0% 25% 5% 25%;;
    }
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 15px;
        line-height: 25px;
    }
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 25px;
        line-height: 40px;
    }
    .font h3{
        font-size: 45px;
    }
    .font h4{
        font-size: 40px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 18px;
        line-height: 35px;
    }
    .font h3{
        font-size: 22px;
    }
    .font h4{
        font-size: 20px;
    }
}
@media (min-resolution: 240dpi){
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 18px;
        line-height: 35px;
    }
    .font h3{
        font-size: 22px;
    }
    .font h4{
        font-size: 20px;
    }
}
@media (min-resolution: 320dpi) {
    h1, h2, h3, h4, h5, h6, p, a, .font p, #header h1 a{
        font-size: 32px;
        line-height: 50px;
    }
    .font h3{
        font-size: 40px;
    }
    .font h4{
        font-size: 36px;
    }
}
