/* ------------- *
 * --- FONTS --- *
 * ------------- */

 @import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;600&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 
/* --------------- *
 * --- DESKTOP --- *
 * --------------- */

html {scroll-behavior: smooth;}

#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    background-color: #ffe;
    width: 40px;
    height: 40px;
    color: #3c3730;
    border: solid 2px #645d53;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    box-shadow: 20px 38px 34px -20px hsl(0deg 0% 0% / 20%);
    transition: all .75s ease;
  }
#btn-back-to-top:hover {
    cursor: pointer;
    box-shadow: 2px 8px 4px -6px hsl(0deg 0% 0% / 30%);
}

header {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Cormorant SC', serif;
}

i.mobile_nav_container {display: none;}

nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navi {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    color: #3c3730
}

.navi a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
    color: inherit !important;
}

.sig_container a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
    color: inherit !important;
}

.gallery a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
    color: inherit !important;
}

.gallery_btn {margin: 30px auto 80px auto;}

.video {width: 800px; height: 550px;}

.nav_btn {
    font-size: 32px;
    width: 135px;
    text-align: center;
    padding: 4px 8px;
    background:transparent;
    transition: all .75s ease;
    box-shadow: 20px 38px 34px -20px hsla(0,0%,0%,.2);
    border: solid 2px #645d53;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    cursor: pointer;
}

.nav_btn:hover {box-shadow:2px 8px 4px -6px hsla(0,0%,0%,.3);}

.number_me {
    background-color:#333;
    color: white;
    width: 80px;
    font-size: 1.75em;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    /* display: none; */
}

.pending_content {
    font-size: 36px;
    text-align: center;
    max-width: 1120px;
    margin: 40px auto;
    line-height: 1.5;
}

/* ---------------- *
 * --- Exhibits --- *
 * ---------------- */

.exhibit {
    max-width: 1120px;
    margin: 40px auto;
}

.exhibit_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 80px;
}

h2.exhibit_year {
    font-size: 52px;
    font-family: 'Cormorant SC', serif;
    line-height: 1.5;
    text-align:center;
    border-right: solid 3px #645d53;
    /* 
    border-radius: 255px 15px 15px 15px/15px 225px 15px 255px;
    border-bottom: none;
    border-left: none;
    border-top: none;
    */
    box-sizing: border-box;
    flex-basis: 28%;
}

.exhibit_info {
    flex-basis: 67%;
    padding-left: 80px;
    box-sizing: border-box;
}

.exhibit_subtitle {
    font-family: 'Cormorant SC', serif;
    font-size: 36px;
}

.exhibit_location_flex {
    display: flex;
    justify-content: space-around;
}

.exhibit_location {
    font-family: 'Square Peg', cursive;color: #3c3730;
    font-size: 36px;
    margin-top: 20px;
    line-height: 1.2;
}

.ex_locations {
    flex-basis: 30%;
}

img.paul_img {
    display: block;
    width:225px; 
    height: 300px;
    margin: 40px auto 0 auto;
    border: solid 2px #645d53;
    border-radius: 2px;
}

.two_col_art_tout {
    font-size: 36px;
    text-align: center;
    max-width: 1120px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.two_col_art_tout a {text-decoration: none !important;}
.art_tout_col {flex-basis: 50%;}
h3.art_tout_headline {font-size: 58px; margin-bottom: 15px;}

.art_nav {
    display:block;
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
}

a.art_nav div.nav_btn {padding: 9px 12px;}

.art_nav_img {
    width: 480px;
    height: 320px;
    margin: 26px auto;
    cursor: pointer;
}

.home_img {
    background-image: url('images/beaver_head_ridge_cropped.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 1200px;
    min-height: 725px;
    box-shadow: 0 0 36px 36px white inset;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}

.art_container {
    max-width: 1120px;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #3c3730;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
}

h2.art_header {
    text-align:center;
    font-size: 72px;
    padding: 30px 15px;
}

.art {
    transition: .5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 4px #645d53;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.vert_art {
    width: 300px;
    height: 400px;
    margin-bottom: 50px;
}

.horiz_art {
    width: 480px;
    height: 320px;
    margin-bottom: 80px;
}

.horiz_art_450 {
    width: 480px;
    height: 378px;
    margin-bottom: 80px;
}

.art:hover > * {opacity: 1;}
.art:active > * {opacity: 1;}
.art:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.art:active {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}


.art_overlay {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    transition: .5s ease;
    opacity: 0;
    color: white;
    text-align: center;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
}

.piece_title {font-size: 44px;}
.piece_subtitle {font-size: 24px; padding-top: 10px;}

.vert_art_overlay {width: 300px; margin-top: 140px;}
.horiz_art_overlay {width: 480px; margin-top: 98px;}

.painted_border {
    background-image: url('images/border_brush.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 1200px;
    padding-top: .7%;
    margin-top: 40px;
    box-shadow: 0px 0px 3px 1px white inset;
    margin-left: auto;
    margin-right: auto;
}

.sig_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
    color: #3c3730
}


/* -------------------- *
 * --- Frame Design --- *
 * -------------------- */

 .gallery {
    max-width: 1186px;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #3c3730;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    /* box-sizing: border-box; */
}

.frame_container_horiz {flex-basis: 46%;}
.frame_container_vert {flex-basis: 30%;}
.frame_container_double {flex-basis: 80%;}
.solo {
    justify-content: space-around;
    align-content: center; 
    align-items: center;
}
 

 .placard {
    max-width: 75%;
    min-height: 100px;
    background-color: #ffe;
    margin: 40px auto 120px auto;
    border-radius: 2px;
    border: 2px solid #fee;
    border-top-color:rgb(245, 245, 230);
    border-left-color:#eed;
    border-right-color:#eed;
    border-bottom-color:#ccb;
    padding: 20px;
    box-sizing: border-box;
    
 }

.placard_title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Cormorant SC', serif;
}

.placard_details {
    margin-top: 8px;
    font-size: 23px;
}

img.framed {
    border:solid 2px;
    border-bottom-color:#ffe;
    border-left-color:#eed;
    border-right-color:#eed;
    border-top-color:#ccb;
    max-height:100%;
    max-width:100%;
    z-index: 10;
}
  
.frame {
    background-color:#ffe;
    border:solid 1.5vmin #fff;
    border-top-color:#505050;
    border-left-color:#484848;
    border-radius:2px;
    border-right-color:#484848;
    border-bottom-color:#404040;
    box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
    box-sizing:border-box;
    display:inline-block;
    padding:2.25vmin;
    position:relative;
    text-align:center;
}

.frame_oil {
    box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
    box-sizing:border-box;
    border-radius: 5px;
    display:inline-block;
    position:relative;
    text-align:center;
}

img.framed_oil {
    max-height:100%;
    max-width:100%;
    margin-bottom: -5px;
    border-radius: 3px;
}

.frame:hover {cursor: pointer;}
.frame_oil:hover {cursor: pointer;}

  .video {
    background-color:#ffe;
    border:solid 2vmin #fff;
    border-top-color:#505050;
    border-left-color:#484848;
    border-radius:2px;
    border-right-color:#484848;
    border-bottom-color:#404040;
    box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
    box-sizing:border-box;
    display:inline-block;
    padding:2.25vmin;
    position:relative;
    text-align:center;
  }
/*
  .frame:before {
    border-radius:2px;
    bottom:-1.5vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-1.5vmin;
    position:absolute;
    right:-1.5vmin;
    top:-1.5vmin;
  }

  .video:before {
    border-radius:2px;
    bottom:-1.5vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-1.5vmin;
    position:absolute;
    right:-1.5vmin;
    top:-1.5vmin;
  }

  .frame:after {
    border-radius:2px;
    bottom:-2.15vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2vmin;
    position:absolute;
    right:-2vmin;
    top:-2vmin;
  }

  .video:after {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2vmin;
    position:absolute;
    right:-2vmin;
    top:-2vmin;
  }
*/
/* --------------- *
 * --- WORDAGE --- *
 * --------------- */
 
 h1 {font-size: 58px; margin-bottom: 12px;}
 h2 {font-size: 36px;}
.hand_drawn {font-family: 'Square Peg', cursive;color: #3c3730;}
.interview_intro {
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px; 
}

.interview_question {
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.interview_answer {
    font-family: 'Square Peg', cursive;
    color: #3c3730;
    font-size: 32px;
    margin-bottom: 40px;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* -------------- *
 * --- Modals --- *
 * -------------- */

 .modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(29, 27, 24);
    background-color: rgba(29, 27, 24, 0.9);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 85%;
    /* max-width: 600px; */
  }
  
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 20px 0;
    height: 150px;
    font-size: 48px;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 80px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/* --------------- *
 * --- TABLETS --- *
 * --------------- */

 @media(hover: hover) and (pointer: fine) {
    .art:hover > * {opacity: 1;}
    .art:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
}

@media only screen and (max-width: 920px) {
    h1 {font-size: 50px; margin-bottom: 10px;}
    h2 {font-size: 30px;}
    .painted_border {padding-top: 1%; max-width: 100%;}
    .art_container {justify-content: space-around;}
    .vert_art:nth-child(odd) {margin-left: 2%;}
    .vert_art:nth-child(even) {margin-right: 2%;}
    .vert_art:active > * {opacity: 1;}
    .vert_art:active {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .art_tout_col {flex-basis: 100%;}
    .art_tout_col:nth-of-type(2) {margin-top: 60px;}
    .gallery {
        max-width: 80%;
        margin: 0 auto;
    }
    .frame_container_horiz {flex-basis: 100%;}
    .frame_container_vert {flex-basis: 80%;}
    .gallery {justify-content: space-around;}
    #btn-back-to-top {right: 20px; bottom: 80px;}
    .video {width: 575px; height: 425px;}
    /* --- Exhibits --- */
    .exhibit_container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .ex_locations {
        font-size: 27px; 
        flex-basis: 32%;
        text-align: center;
    }
}

/* -------------------- *
 * --- SMAHT PHONES --- *
 * -------------------- */

@media only screen and (max-width: 480px) {
    h1 {font-size: 8.5vw; margin-bottom: 6px;}
    h2 {font-size: 6vw;}
    header {
        display: flex;
        justify-content: space-between;
        padding: 30px 30px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(252,252,252,1) 100%);
    }
    h2.art_header {font-size: 56px; padding-top: 0px; padding-bottom: 0px;}
    i.mobile_nav_container {display: inline-block;}
    .name_container {text-align: right;}
    .mn_sandwich {font-size: 8.5vw; color: #3c3730;}
    nav {display: none;}
    .home_img {
        background-image: url("images/mountain_view_mobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        min-height: 0;
        padding-top: 144.03%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 0px 0px;
    }
    .pending_content {
        font-size: 28px;
        max-width: 100%;
    }

    .painted_border {
        padding-top: 1%;
        box-shadow: 0 0 0 0;
        margin-top: 0px;
        max-width: 100%;
    }
    .sig_container {font-size: 22px;}
    .art_container {justify-content: space-around;}
    .vert_art:nth-child(odd) {margin-right: 0;}
    .vert_art:nth-child(even) {margin-left: 0;}
    .horiz_art {
        width: 330px;
        height: 220px;
        margin-bottom: 50px;
    }
    h3.art_tout_headline {font-size: 50px;}
    .art_nav_img {width: 330px; height: 220px;}
    .horiz_art_overlay {width: 330px; margin-top: 65px;}
    .gallery {max-width: 90%;}
    .placard {margin-top: 20px; margin-bottom: 60px; max-width: 90%;}
    .placard_title {font-size: 22px;}
    .placard_details {font-size: 20px;}
    #btn-back-to-top {right: 20px; bottom: 80px;}
    .video {width: 325px; height: 250px;}
    /* --- Exhibits --- */
    .exhibit {width: 97%; margin: 40px auto;}
    .exhibit_container {display: block; margin-bottom: 40px;}
    h2.exhibit_year {font-size: 46px; border: none; text-align: left;}
    .exhibit_info {flex-basis: none; padding-left: 40px;}
    .exhibit_subtitle {font-size: 28px;}
    .exhibit_location {font-size: 32px;}
    .exhibit_location_flex {display: block;}
    .ex_locations {
        text-align:left;
        font-size: 32px;
        padding: 10px 0px;
    }
}

/* ----------------------- *
 * --- SMAHT PHONE NAV --- *
 * ----------------------- */
 
 .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(100, 93, 83);
    background-color: rgba(100, 93, 83, 0.9);
    font-family: 'Square Peg', cursive;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .mob_nav_links {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: white;
  }
  
  .overlay a {
    padding: 30px 8px;
    text-decoration: none;
    font-size: 60px;
    color: white;
    display: block;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 80px;
  }