* {
  box-sizing: border-box;}



  html, body {
    height: 100%;
  }



  body {
    color: black;
    font-size: 20px;
    line-height: 32px;
    overflow: auto;
    margin: 0px auto 0px auto;
    min-width: 1200px;
  }


  /* paragraph styles */

  p {
    font-family: "freight-text-pro", garamond, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 0px;
  }



  p.intro {
    float: right;
  }

  p.sources {
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .3em;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 700;
    display: inline;
  }


  /* heading styles */

  h1, h2, h3 {
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .3em;
    text-transform: uppercase;
  }



  h1 {
    font-size: 18px;
    font-weight: 700;
  }



  h2 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
  }



  h3 {
    font-size: 12px;
    font-weight: 700;
  }



  /* links */

  a:link, a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 4px solid white;
    margin-bottom: 0px;
    display: inline-block;
  }



  a:hover p, a:hover {
    color: black;
    text-decoration: none;
    border-bottom: 4px solid #e1dbc9;
    margin-bottom: 0px;
    display: inline-block;
  }



  a:active {
    color: #e1dbc9;
    border-bottom: 4px solid white;
  }


  nav li a, nav li a:visited {
    display: inline-block;
    margin-left: 55px;
  }



  a.logo-type, a:visited.logo-type, a:hover.logo-type, a:active.logo-type {
    color: black;
    border: none;
  }



  .source-links {
    width: 660px;
  }



  #img-link, #img-link img{
    text-decoration: none;
    border-width: 0px;
    border-bottom: none;
  }



  footer li a:link, footer li a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 4px solid #e1dbc9;
  }



  footer li a:hover {
    color: black;
    text-decoration: none;
    border-bottom: 4px solid black;
  }




  /* navigation */

  nav {
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .3em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1024px;
    padding-top: 20px;
  }



  .logo {
    display: inline-block;
  }



  .nav-max-width {
    display: inline-block;
  }



  nav li {
    display: inline-block;
    list-style: none;
    text-align: right;
  }



  /* homepage layout */

  .homepage-content {
    margin: 0 auto 0 auto;
    justify-content: space-between;
    width: 1024px;
    padding-left: 0px;
  }



  /* intro paragraphs */

  .page-content p {
    line-height: 1.9em;
    width: 650px;
  }



  .page-content h1 {
    margin: 0 auto 0 auto;
  }



  .page-content {
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1024px;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 90px;
    padding-right: 90px;
  }



  .about-quote-image {
    margin: 0 auto 0 auto;
    justify-content: space-between;
    width: 1024px;
    padding-left: 0px;

  }



  /* hompage image and caption*/

  .index-image {
    float: right;
    max-width: 504px;
    max-height: 593px;
    margin-bottom: 165px;
    position: relative;
    clear: both;
    padding-top: 74px;
  }



  .index-image img {
    max-width: 100%;
  }



  p.image-caption {
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .25em;
    font-weight: 400;
    font-size: 10px;
    display: block;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: -42px;
    bottom: -100px;

  }


  /* internal pages quote */

  .quote {
    float: left;
    max-width: 500px;
    position: absolute;
    padding-top: 99px;
  }



  .about-quote {
    margin: 0 auto 0 auto;
    justify-content: space-between;
    display: flex;
    width: 1260px;
    padding-left: 200px;
    padding-right: 90px;
    padding-bottom: 140px;
    flex-direction: column-reverse;
  }




  /* homepage quote */

  blockquote {
    font-size: 28px;
    font-family: "freight-text-pro", garamond, serif;
    font-weight: 400;
    line-height: 1.6em;
  }



  blockquote hr {
    border: 2px solid #e1dbc9;
    width: 1080px;
    margin-left: 0px;
  }



  .quote-caption {
    font-size: 11px;
    position: absolute;
    max-width: 500px;
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .25em;
    font-weight: 700;
    padding-left: 30px;
  }



  /* gallery layout */

  .gallery {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    column-gap: 0;
    margin: 0 auto 0 auto;
    width: 1200px;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 90px;
    padding-right: 90px;
    clear: both;
  }

  .gallery a {
    display: inline-block;
    border-bottom: 4px solid white;

  }

  .gallery a:hover {
    cursor: url(../images/image-cursor.png), pointer;
    border-bottom: 4px solid white;
  }



  .gallery img{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }




  /* artist-gallery */

  .artist-gallery img{
    margin: 0 auto 0 auto;
    width: 100%;
    padding-bottom: 5px;
    clear: both;
  }



  .artist-gallery p {
    padding-bottom: 60px;
    width: 415px;
  }



  .artist-gallery {
    padding-top: 70px;
    clear: both;
    width: 1024px;
    margin: 0 auto;
  }

  /* additional gallery pages */

  .artwork-image img{

    margin: 0 auto 0 auto;
    width: 100%;
    padding-bottom: 5px;
    clear: both;
  }



  .artwork-image {
    margin: 0 auto 0 auto;
    max-width: 680px;
    padding-top: 70px;
    padding-bottom: 40px;
    clear: both;
    display: flex;
    flex-direction: column;
  }



  p.artwork-title {
    font-style: italic;
  }



  /* layout 50/50 */

  .layout-50-50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    padding-top: 70px;
    padding-bottom: 40px;
    clear: both;
  }



  .layout-50-50 .layout-item:nth-child(odd) {
    flex: 0 0 50%;
    padding-right: 10px;
  }



  .layout-50-50 .layout-item:nth-child(even) {
    flex: 0 0 50%;
    padding-left: 10px;
  }



  /* tables */
  table {
    padding-bottom: 70px;
    padding-top: 20px;
    width: 680px;


  }

  td {
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    max-width: 100%;
    position: relative;
  }



  /* footer */

  footer {
    background-color: #e1dbc9;
    margin: 0px auto 0px auto;
    background-size: 1280px;
    clear: both;

  }



  .footer-image {
    background-image: url("../images/footer-abstract4.jpg");
    background-repeat: repeat;
    height: 45px;
    background-size: cover;
  }



  footer img {
    width: 1200px;
  }



  p.footer-text {
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .3em;
    font-weight: 400;
    color: black;
    font-size: 10px;
    margin: 0px;
  }



  .footer-inner {
    width: 1024px;
    margin: 0px auto 0px auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }



  .footer-inner ul {
    text-align: right;
    font-family: 'Montserrat', arial, serif;
    font-style: normal;
    letter-spacing: .3em;
    font-weight: 700;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 12px;
    clear: both;
    padding-top: 0px;
    margin: 0px;
  }
