/* Global */

body,
html {
    background-color: rgb(44, 44, 44);
    font-family: "Raleway", sans-serif;
    color: wheat;
}

h1 {
    font-family: "Raleway", sans-serif;
    color: wheat;
}

h2,
h3,
h4 {
    font-family: "Raleway", sans-serif;
    color: wheat;
    border-bottom: 5px solid #444;
    display: inline-block;
    line-height: 40px;
}

hr {
    border-bottom: 1px solid wheat;
}

.site-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

h2 > a {
    color: wheat;
}

h3 > a {
    color: wheat;
}

h2 > a:hover {
    color: wheat;
}

h3 > a:hover {
    color: wheat;
}

cite,
blockquote {
    color: #d0d0d0;
}

blockquote {
    border-left: 2px solid #d0d0d0;
}

.js-off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.33);
}

/* Navigation */

.nav-desktop {
    background-color: rgb(44, 44, 44);
    height: 90px;
}

.site-logo {
    color: wheat;
    line-height: 90px;
    margin-left: 40px;
}

.site-logo :link {
    color: inherit;
}

.site-logo :visited {
    color: inherit;
}

ul.menu {
    background-color: rgb(44, 44, 44);
    margin-right: 40px;
}

ul.menu > li > a {
    color: wheat;
    font-size: 1.2em;
}

header > h1 {
    display: inline-block;
}

header span {
    margin-left: 2rem;
    color: wheat;
    font-size: 1.4em;
    letter-spacing: 0.1em;
}

p > a,
li > a {
    color: rgb(0, 255, 255, 0.75);
    text-decoration: underline;
}

p > a:hover,
li > a:hover {
    color: rgb(0, 255, 255, 0.95);
}

.painting-properties {
    border-left: 5px solid #444;
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
}

/* Mobile navigation */

.title-bar {
    height: 60px;
    color: wheat;
}

.is-small-caps {
    font-variant: small-caps;
}

.menu-icon::after {
    background: wheat;
    box-shadow: 0 7px 0 wheat, 0 14px 0 wheat;
    -webkit-box-shadow: 0 7px 0 wheat, 0 14px 0 wheat;
}

.title-bar-title {
    padding-left: 1em;
}

.off-canvas-title {
    color: wheat;
    padding: 10px;
    margin-bottom: 1em;
    font-weight: bold;
}

#mobile-menu {
    background-color: black;
    padding: 10px;
}

#mobile-menu li {
    list-style: none;
}

#mobile-menu a {
    line-height: 2;
    font-weight: bold;
    color: wheat;
}

#mobile-menu a:focus {
    color: wheat;
}

/* Login */
.login {
    padding: 3rem 2rem;
    background-color: #444;

  }


/* Content */

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 2rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.button-group .button {
    margin: 1rem;
}

.ml-3 {
    margin-left: 1rem;
}

.big {
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.fab,
.fas {
    padding-right: 0.5em;
}

.default-color {
    color: wheat;
}

.socials {
    text-align: center;
}

.socials > li {
    display: inline-block;
}

.social-space {
    margin-right: 2em;
}

.more-help-text {
    font-size: 0.8em;
    font-style: italic;
}

.is-float-right {
    float: right;
    margin: 0 0 2rem 2rem;
}

.is-image-left {
    border-radius: 50%;
    float: left;
    margin-right: 3rem;
    border: 7px solid #444;
}

.has-margin-left-1 {
    margin-left: 1rem;
}

.has-border-line {
    border-bottom: 1px solid wheat;
    margin-bottom: 1rem;
}

.is-color-wheat {
    color: wheat;
}

.has-background-wheat {
    background-color: wheat;
}

.is-size-7 {
    font-size: 0.9rem;
}

/* Gallery */

figcaption {
    color: wheat;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

section {
    margin-top: 4em;
}

section p {
    color: wheat;
    font-size: 1.1em;
}

ul > li {
    color: wheat;
    font-size: 1.1rem;
}

.section-content {
    padding: 1em 0;
}

.text-block {
    padding: 0 2em 0 0;
}

.gallery img {
    margin: 0 1em 3em 0;
}

.is-inline {
    display: inline;
}

/* Exhibitions */

.event {
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    background-color: #444;
}

.event-title {
    font-size: 1.25em;
    font-weight: bold;
    color: wheat;
    margin-bottom: 1em;
    border: 1px solid rgba(245, 222, 179, 0.3);
    padding: 0.25rem 0.5rem;
}

.event-summary {
    font-size: 0.9rem;
}

.event .button {
    margin-top: 2em;
}

.is-buy-button {
    margin-top: 1.5rem;
}

.hide {
    display: none;
}

.is-open {
    padding-bottom: 1rem;
}

.is-date {
    font-weight: bold;
    padding: 0 0.33rem;
}

.is-map-link {
    text-align: center;
}

/* Basket */
.items-divider {
    margin: 0.5rem 0;
    border-bottom: 1px solid wheat;
}

/* Photo Swipe */

.pswp__caption__center {
    font-size: 1em;
    max-width: 550px;
    color: wheat;
    padding: 10px;
    background-color: #444;
    margin-bottom: 10px;
    text-align: center;
}

.pswp__caption__center > hr {
    margin: 0.25rem auto;
}

.caption_ecom > a.button.warning {
    margin: 10px 0 0 0;
}

/* Footer */

footer {
    background-color: #444;
    height: max-content;
    padding-bottom: 1rem;
    color: wheat;
    border-top: 1rem solid #444;
}

.copyright {
    padding-top: 1em;
}

/* Modal */

.reveal {
    border: none;
}

form > label {
    color: wheat;
    font-weight: bold;
}

#newsletter.reveal {
    background-color: #444;
    color: wheat;
}

/* Response */

.callout.wheat {
    background-color: wheat;
    color: black;
    border: none;
}

/* Media queries */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .event {
        margin-top: 1em;
    }
    .socials {
        text-align: center;
        line-height: 2em;
    }
    section {
        margin-top: 2em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h1 {
        font-size: 1.6em;
    }
    li > a {
        font-size: 1em;
    }
    .nav-desktop {
        height: 70px;
    }
}
