/**
* CSS
*
* @version 2.0
* @author Vaska
*
* There are also some obscure rules in base.css
*/


html,
body {
    height: 100%;
    margin: 0;
}



body {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 100;
    background: #fff;
    color: #000000;
    line-height: 1.3em;
    /* font-weight: 300; */
}


/* Making slideToggle() elements collapsed by default in jQuery */
.mySlides {
    display: none;
}

.exhibit_title {
    display: none
}

/* https: //stackoverflow.com/a/332600 */



/* link scheme */
/* you can customize links further down the page too */


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

/* a:hover { text-decoration: none; } */
a:active {
    text-decoration: none;
    color: #00cc00;
}

a {
    text-decoration: none;
    color: #000000;
}


#img-container a:link {
    font-style: italic;
    color: #4b4b4b;
}

#img-container a:hover {
    font-style: normal;
    color: #4b4b4b;
}

/* general styles */
small {
    font-size: 9px;
}

code {
    font-family: monospace;
}

blockquote {
    padding-left: 9px;
}

/* headings */
h1 {
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 200;
}

h2 {
    font-size: 10px;
    margin-bottom: 1em;
    font-weight: bold;
}

h3 {
    font-size: 10px;
    margin-bottom: 1em;
}

h4 {
    font-size: 10px;
    margin-bottom: 1em;
}


/*#img-container { width: 8374px; }*/
#img-container {
    height: 100%;
    width: 100%
}

#img-container .text {
    float: left;
    width: 215px;
}

#img-container .text p,
#img-container .textor p {
    width: 200px;
}

#img-container .text2 p {
    width: auto;
}

#img-container .picture {
    float: left;
}

#img-container .captioning {
    height: 50px;
    text-align: left;
    overflow: visible;
}

#img-container .captioning .title {
    margin-top: 3px;
    text-align: left;
}

/* paragraph width */
#menu p {
    margin-bottom: 1em;
    font-style: italic
}

/* #exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; line-height: 1.3em; } */

/* highlighter style - maybe you want to change colors? */
.highlight {
    background: #ccff00;
    color: #000;
}

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #menu .container and #exhibit .container for only padding adjustments */
.format-horizontal {
    width: 100%
}

#menu.container {
    width: 160px;
    float: left;
    background: #fff;
    /* line-height: 1.3em; */
    padding: 80px 9px 40px 30px;
    position: fixed;
}

#exhibit.container {
    display: block;
    width: 580px; /* avoid image size changing while resizing window on desktop */
    height: 80%;
    /* float: left; */
    background: #fff;
    /* line-height: 1.3em; */
    padding: 80px 20px 40px 35px;
    margin-left: auto;
    margin-right: auto;
}


.mySlides {
    margin: 0 auto;
    padding: 0;
    display: block;
    max-height: 105%;
    max-width: 100%;
    /* let images fit the container automatically */
    /* https://stackoverflow.com/a/3029434 */
    height: 105%;
    width: 100%;
}

/* styling the menu */
#menu ul {
    list-style: none;
    margin: 0;
}

#menu ul.section {
    margin-bottom: 1em;
}

#menu ul.subsection {}

/* the follow rules for menu are not required */
/* they are mostly for complex customization */
/* for tag display */
#menu ul#all_tags {
    list-style-type: none;
    margin-bottom: 1em;
}

#menu ul#all_tags li {
    display: inline;
    margin-right: 3px;
}

#menu ul#all_tags li a {}

/* active section title */
#menu span.section_title a {
    font-style: bold;
}

/* active exhibit title parts */
li.active a:link,
li a.active,
li.active a:hover,
li a.active,
li.active a:active,
li a.active,
li.active a:visited,
li a.active,
li span.active,
#menu ul.section li.active a:link,
#menu ul.section li.active a:hover,
#menu ul.section li.active a:active,
#menu ul.section li.active a:visited {
    font-weight: bold;
}

/* additional #menu options */
#menu ul li .password a {
    /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */
}

/* the "new" indicator */
#menu ul li sup {
    color: #0c0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8px;
    vertical-align: top;
}

/* end styling for menu */

/* links styles only for the #menu region */
#menu a:link {}

#menu a:hover {}

#menu a:active {}

#menu a:visited {}

/* links styles only for the #exhibit region */
#exhibit a:link {}

#exhibit a:hover {}

#exhibit a:active {}

#exhibit a:visited {}

/* this is where you pad them separately */
#menu .container {}

#exhibit .container {}




.section_title {
    font-weight: 250
}


/* indictor to pull down top navigation menu on mobile site, hidden on desktop*/
#mobile_button {
    display: none;
    visibility: hidden;
}

.bar1,
.bar2,
.bar3 {
    width: 24px;
    height: 1px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.2s;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-1.5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(0.5px, -3.5px);
}

/* hide top navigator by default */
/*  */
.topnav {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.topnav .section_title {
    margin-bottom: 100px;
}

/* mobile responsiveness compatiability */
@media all and (max-width: 900px) {

    html,
    body {
        width: 100%;
        margin: 0;
    }

    #menu.container {
        width: 160px;
        float: left;
        background: #fff;
        /* line-height: 1.3em; */
        padding: 80px 9px 10px 5%;
        position: static !important;
    }

    #exhibit.container {
        width: 90%;
        height: 70%;
        float: left;
        background: #fff;
        /* line-height: 1.3em; */
        padding: 10px 5% 40px 5%;
        margin-left: 0px;
        position: static;
    }

    #img-container {
        width: 95% !important;
        height: 70%;
        float: left;
        background: #fff;
        /* line-height: 1.3em; */
        padding: 10px 2.5% 40px 2.5%;
    }



    .mySlides {
        margin: 0 auto;
        padding: 0;
        display: block;
        max-height: 130%;
        max-width: 100%;
    }

    .container .section_title {
        display: none;
        visibility: hidden;
    }

    .container .exhibit_title {
        display: none;
        visibility: hidden;
    }

    div.container {
        width: auto;
        margin: 0;
    }

    h1,
    section {
        float: none;
        position: static;
        width: auto;
    }

    h1 {
        padding-right: 200px;
    }

    section {
        border: 1px solid #e5e5e5;
        border-width: 1px 0;
        padding: 20px 0;
        margin: 0 0 20px;
    }

    head a small {
        display: inline;
    }

    head ul {
        position: absolute;
        right: 50px;
        top: 52px;
    }

    /* show menu indicator button on mobile site */
    #mobile_button {
        font-size: 18px;
        margin-top: 5%;
        right: 8%;
        position: absolute;
        display: block;
        visibility: visible;
    }

}


/* when top nav is visable and than the screen is expend, 
the top nav should also hide*/
/* https://stackoverflow.com/a/32522338 */
@media all and (min-width: 685px) {
    .topnav {
        display: none !important;
        visibility: none !important;
    }
}