:root{
	--ap_yellow: #cfc7c050;
}

.active {
    background-color: var(--ap_yellow);
    border-radius: 0em;
    box-shadow: 0 0 0 0.4em var(--ap_yellow);
}

#three_columns{
    padding-top: 10em;
	display: flex;
	flex-direction: row;
}

.column{
	width: 30%;
    border-bottom: 0;
    margin-bottom: 0;
}

.header_column{
    width: 30%;
    border-bottom: 0;
    margin-bottom: 0;
}

.two_thirds_column{
    width: 65%;
}

#middle_column, #right_column, .two_thirds_column{
    margin-left: 5%;
}


.exhibition_entry{
    margin-bottom: 1em;
}

.exhibition_entry:last-of-type{
    margin-bottom: 0;
}

#description p:last-of-type{
    margin-bottom: 0;
}

.exhibition_entry span{
    display: block;
}

.exhibition_meta{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.exhibition_meta > * {
    width: 20%;
    margin-right: 5%;
}

#first_meta{
    width: 50%;
}

.exhibition_links{
    margin: 0;
    margin-bottom: 1.5em;
}

.exhibition_links li{
    text-indent: -0.55em;
    margin-left: 0.55em;
}

.exhibition_links li:before{
    content: "– ";
}

@font-face {
    font-family: 'Louize';
    src: url('../type/louize.woff2') format('woff2'),
        url('../type/louize.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Louize';
    src: url('../type/louize-italic.woff2') format('woff2'),
        url('../type/louize-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Louize Display';
    src: url('../type/louize-display.woff2') format('woff2'),
        url('../type/louize-display.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.louize{
    font-family: 'Louize', serif;
    margin-top: 2px;
    font-size: 14px;
    margin-bottom: 1em;
}

i, em{
    font-style: italic;
}

input{
    border-radius: 0;
    -webkit-appearance: none;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
input[type="submit"]:hover{
    text-decoration: underline;
}

input[type="email"]{
    background: none;
    color: black;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid black;
    font-size: inherit;
    font-family: inherit;
}



input:-webkit-autofill, input:focus:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 100px var(--ap_yellow) inset;
}

/* Placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
}

button:focus, input:focus
{
    outline:0;
}

.column_title{
	font-family: 'Louize', sans-serif;
    font-variant-caps: all-small-caps;
	margin-left: 30%;
    margin-top: 2px;
    font-size: 14px;
    margin-bottom: 1em;
}

.column_section{
	display: flex;
	flex-direction: row;
    margin-bottom: 1em;
}

.column_section_label_left{
	width: 25%;
	margin-right: 5%;
	font-family: 'Louize', sans-serif;
    font-variant-caps: all-small-caps;
    margin-top: 2px;
    font-size: 14px;
}
.column_section_content_right{
	width: 70%;
}

.artists_in_exhibition{
    display: inline;
}

.artists_in_exhibition li{
    display: inline;
}

.artists_in_exhibition li:after{
    content: ", ";
    display: inline;
}

.artists_in_exhibition li:last-child::after {
    content: "";
}

.donation_container{
    display: flex;
    flex-direction: row;
}
.donation_image, .donation_embed{
    width: 50%;
}

html {
    font-size: 16px;
}

header{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: calc(100% - 2em);
    max-width: 1300px;
}

#ap_logotype{
	width: 315px;
    font-size: 21px;
    font-family: 'Louize Display', 'Louize', serif;
}

#ap_logotype svg{
    transition: 0.25s;
}

#ap_logotype svg:hover{
    fill: var(--ap_yellow);
}

.logo_wide{
    display: inline-block;
}

.logo_stack{
    display: none;
}

.mhph_brancussi{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 90px;
}

body {
	width: calc(100% - 2em);
	max-width: 1300px;
	margin: 1em;
    font-family: 'Louize', serif;
    color: black;
    background-color: var(--ap_yellow);
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

h1 {
    font-weight: 400;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    line-height: 1;
}

h2 {
    font-weight: 400;
    margin-top: 2.1rem;
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
    line-height: 1;
}

h3 {
    font-weight: 400;
    font-size: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
    line-height: 1;
}

hr {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
}

.numeral {
    font-family: et-book-roman-old-style;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p,
dl,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li{
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
    padding-right: 0;
    vertical-align: baseline;
}

blockquote {
    font-size: 1.4rem;
}

blockquote p {
    width: 55%;
    margin-right: 40px;
}

blockquote footer {
    width: 55%;
    font-size: 1.1rem;
    text-align: right;
}

section > p,
section > footer,
section > table {
    width: 55%;
}

/* 50 + 5 == 55, to be the same width as paragraph */
section > dl,
section > ol,
section > ul {
    width: 50%;
    -webkit-padding-start: 5%;
}


figure {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-block-start: 1em;
    margin-block-end: 1.5em;
}

figure:first-of-type{
    margin-block-start: 0em;
}

figcaption {
    clear: right;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: baseline;
    position: relative;
    max-width: 80%;
}

figure.fullwidth figcaption {
    margin-right: 24%;
}


/* Sidenotes, margin notes, figures, captions */
img {
    max-width: 100%;
}

.sidenote,
.marginnote {
    float: right;
    clear: right;
    margin-right: -60%;
    width: 50%;
    margin-top: 0.3rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    vertical-align: baseline;
    position: relative;
}

.sidenote-number {
    counter-increment: sidenote-counter;
}

.sidenote-number:after,
.sidenote:before {
    font-family: et-book-roman-old-style;
    position: relative;
    vertical-align: baseline;
}

.sidenote-number:after {
    content: counter(sidenote-counter);
    font-size: 1rem;
    top: -0.5rem;
    left: 0.1rem;
}

.sidenote:before {
    content: counter(sidenote-counter) " ";
    font-size: 1rem;
    top: -0.5rem;
}

blockquote .sidenote,
blockquote .marginnote {
    margin-right: -82%;
    min-width: 59%;
    text-align: left;
}

div.fullwidth,
table.fullwidth {
    width: 100%;
}

div.table-wrapper {
    overflow-x: auto;
    font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif;
}

.sans {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    letter-spacing: .03em;
}

code, pre > code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 1.0rem;
    line-height: 1.42;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */
}

.sans > code {
    font-size: 1.2rem;
}

h1 > code,
h2 > code,
h3 > code {
    font-size: 0.80em;
}

.marginnote > code,
.sidenote > code {
    font-size: 1rem;
}

pre > code {
    font-size: 0.9rem;
    width: 52.5%;
    margin-left: 2.5%;
    overflow-x: auto;
    display: block;
}

pre.fullwidth > code {
    width: 90%;
}

.fullwidth {
    max-width: 90%;
    clear:both;
}

span.newthought {
    font-variant: small-caps;
    font-size: 1.2em;
}

input.margin-toggle {
    display: none;
}

label.sidenote-number {
    display: inline;
}

label.margin-toggle:not(.sidenote-number) {
    display: none;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .staff_and_board{
        display: flex;
        flex-direction: row;
    }

    .staff_and_board div{
        width: calc(50% - 1em);
        margin-right: 1em;
    }

@media (max-width: 960px) {
    .exhibition_meta{
        flex-wrap: wrap;
    }
    .exhibition_meta > * {
        width: 45%;
        margin-bottom: 1em;
    }
    #ap_logotype{
    }
    .column_section{
        flex-direction: column;
    }
    .column_section_label_left{
        margin-bottom: 1em;
        width: 100%;
    }
    .column_section_content_right{
        width: calc(100% - 1em);
        margin-left: 1em;
    }
    #first_meta{
        width: 100%;
    }
    .donation_container{
        flex-direction: column;
    }
    .donation_image, .donation_embed{
        width: 100%;
    }
        .staff_and_board{
        flex-direction: column;
    }

    .staff_and_board div{
                width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

}



@media (max-width: 600px) {
    #ap_logotype{
        width: 315px;
    }
    #three_columns{
        flex-direction: column;
        padding-top: 0;
    }
    .column{
        width: 100%;
        border-top: 1px solid black;
        padding-top: 1em;
    }
    .header_column{
        width: 100%;
    }
    .two_thirds_column{
        width: 100%;
        order: 1;
    }
    .exhibition_index{
        order: 2;
    }
    .exhibition_meta{
        margin-top: 1em;
    }
    .exhibition_meta div p{
        margin-bottom: 0;
    }
    #middle_column, #right_column, .two_thirds_column{
        margin-left: 0;
    }
    .column_section{
        flex-direction: row;
    }
    .column_section_label_left{
        margin-bottom: 0;
        width: 25%;
    }
        .column_section_content_right{
        width: 70%;
        margin-left: 0;
    }
    header{
        flex-direction: column;
        position: relative;
    }

}



