@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Start "collections/show" */
/* Landing Page: */
/* NB: 'my-collection' so isn't same as css/style.css's styles */
.my-collection header {
  height: 116.67vh;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(to left, rgba(14, 147, 252, 0.7), rgba(75, 0, 153, 0.7)), linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.7)), url("../images/newspaper-collage-1.png");
  background-size: auto, auto, cover;
  /* make color = gradient that's transparent where triangles meet and white elsewhere.
  &::after {
  	content: '';
  	width: 100%;
  	height: 10px;
  	background-color: white;
  	display: block;
  	position: absolute;
  	bottom: -5px;
  } */ }
  .my-collection header .small-diagonal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.33%;
    height: 8.33vh;
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, white 50%); }
  .my-collection header .big-diagonal {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66.67%;
    height: 16.67vh;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, white 50%); }
  @media screen and (min-width: 600px) {
    .my-collection header {
      height: 133.33vh; }
      .my-collection header .small-diagonal {
        height: 16.67vh; }
      .my-collection header .big-diagonal {
        height: 33.33vh; } }

.title {
  position: absolute;
  top: 16.67vh;
  left: 4.167%;
  max-width: 95.833%; }
  .title span {
    font-size: 1rem;
    font-weight: bold;
    color: white; }
    @media screen and (min-width: 400px) {
      .title span {
        font-size: 1.5rem; } }
  .title h1 {
    font-weight: 700;
    color: white;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    display: inline; }
    @media screen and (min-width: 400px) {
      .title h1 {
        font-size: 3rem;
        line-height: 1.25; } }
    @media screen and (min-width: 800px) {
      .title h1 {
        font-size: 3.75rem;
        line-height: 1.5; } }
  @media screen and (min-width: 600px) {
    .title {
      left: 8.33%;
      max-width: 83.33%; } }

/* Main Styles: */
.content {
  position: relative;
  background-color: white; }

.line-wrapper {
  display: grid;
  grid-template-areas: "line" "stats"; }
  @media screen and (min-width: 768px) {
    .line-wrapper {
      grid-template-areas: "line ....." "line stats" "line .....";
      grid-template-rows: 12.5vh auto 12.5vh;
      grid-template-columns: 33.33% 1fr; } }

.item-wrapper {
  grid-area: line;
  position: relative;
  margin-bottom: 1em; }
  @media screen and (max-width: 767.99px) {
    .item-wrapper {
      height: 25vh; } }

.vertical-line {
  margin-bottom: 3em;
  position: absolute;
  top: -2px;
  left: calc(33.33% - 2px);
  height: 100%;
  width: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#383393), to(#331a4d));
  background-image: -webkit-linear-gradient(top, #383393, #331a4d);
  background-image: -o-linear-gradient(top, #383393, #331a4d);
  background-image: linear-gradient(to bottom, #383393, #331a4d); }
  .vertical-line::after {
    content: '';
    display: block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: -16px;
    transform: translate(10px, 50%); }
  @media screen and (min-width: 768px) {
    .vertical-line {
      left: calc(100% - 2px); } }

.collection-stats, .collections.show .description {
  position: relative;
  left: 8.33%;
  font-size: 1.25rem; }
  @media screen and (min-width: 600px) {
    .collection-stats, .collections.show .description {
      font-size: 1.5rem; } }
  .collection-stats span, .collections.show .description span {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-weight: bold; }

.collection-stats {
  grid-area: stats;
  width: 83.33%;
  margin: 3em 0;
  padding: .5em;
  border: 4px solid rgba(56, 51, 147, 0.9);
  color: black;
  font-family: "Inconsolata", monospace;
  text-align: right; }
  .collection-stats span {
    float: left;
    color: #383393;
    font-weight: 400;
    font-family: "Inconsolata", monospace; }
  .collection-stats div {
    text-transform: uppercase;
    position: absolute;
    top: -4px;
    left: 0;
    transform: translate(0, -100%);
    font-family: "Open Sans", sans-serif;
    color: black;
    font-weight: bold; }
  @media screen and (min-width: 600px) {
    .collection-stats {
      width: 66.67%;
      padding: 1em 1.5em; } }

.collections.show .description {
  color: #2a2670;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  font-family: "Inconsolata", monospace;
  width: 83.33%; }
.collections.show .description span {
    color: black;
    font-size: 2rem;
    border-bottom: 1px solid black; }
  @media screen and (min-width: 768px) {
    .collections.show .description {
      width: 58.33%; } }

.the-collection {
  font-weight: 700;
  font-size: 3.75em;
  line-height: 1;
  position: relative;
  bottom: -6px;
  z-index: 1;
  color: rgba(75, 0, 153, 0.7);
  margin-left: calc(12.5% + 16px);
  margin-top: 1em; }

/* Gallery: */
.gallery-bg {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05); }

.item-container {
  columns: 1;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  padding-bottom: 0;
  padding-top: 3em; }
  @media screen and (min-width: 600px) {
    .item-container {
      columns: 2; } }
  @media screen and (min-width: 800px) {
    .item-container {
      columns: 3;
      max-width: 800px; } }
  @media screen and (min-width: 1200px) {
    .item-container {
      max-width: 75%;
      columns: 3; } }
  @media screen and (min-width: 1600px) {
    .item-container {
      font-size: 2em; } }
  .item-container .item {
    background-color: white;
    color: black;
    font-family: "Raleway", sans-serif;
    margin-bottom: 1em;
    margin-top: 2px;
    min-height: 120px;
    width: 100%;
    display: inline-block;
    padding: 1em 1em 1em 1em;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.05); }
    .item-container .item a.permalink {
      text-decoration: none;
      color: black;
      display: block; }
    .item-container .item a.permalink {
      margin-bottom: .5em;
      padding-bottom: .5em;
      border: 0px solid;
      border-bottom-width: 1px;
      border-image: linear-gradient(to right, rgba(51, 26, 77, 0.5) 20%, rgba(0, 0, 0, 0) 20%) 1; }
      .item-container .item a.permalink:hover {
        font-weight: bold;
        text-decoration: underline; }
    .item-container .item a img {
      max-height: 160px;
      display: block;
      border: 1px solid rgba(51, 26, 77, 0.1);
      padding: 7px;
      margin-top: .25em;
      margin-bottom: 1em; }
    .item-container .item span {
      color: #4d0099;
      font-weight: bold;
      padding-right: 3px;
      font-family: "Open Sans", sans-serif; }

/* End "collections/show" */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }
html {
  background: #331a4d;
}
body {
  font: 16px/1.375 "Open Sans", sans-serif;
  color: #5a5a5a;
  color: rgba(90, 90, 90, 0.9); }

h2 {
  font-size: 1.2rem;
  line-height: 1.1; }

a {
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s; }
  a:link {
    color: #331a4d;
    color: rgba(51, 26, 77, 0.8); }
  a:visited {
    color: #331a4d;
    color: rgba(51, 26, 77, 0.8); }
  a:hover {
    color: #1a0d26;
    color: rgba(26, 13, 38, 0.8); }
  a:focus {
    color: #1a0d26;
    color: rgba(26, 13, 38, 0.8); }
  a:active {
    color: #331a4d;
    color: rgba(51, 26, 77, 0.8); }
  a img {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  a i,
  a input[type=submit] {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  h1 a, h2 a, h3 a {
    text-decoration: none; }
  #item-tags a {
    /* item show page tags */
    display: inline-block; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th,
td {
  border-color: rgba(90, 90, 90, 0.2);
  vertical-align: top;
  padding: 1rem;
  border-bottom: 1px solid rgba(90, 90, 90, 0.2);
  /* show.php: lines across bottom */ }
  th:first-of-type,
  td:first-of-type {
    /* show.php: styles all fields */
   
    /* this applies to data and headings so splits in half - unintentional?? */
    color: #747474; }

th {
  text-align: left;
  font-weight: 600; 
  width: 20%;
}
td{
  width: 80%;
}
/* Forms */
input[type=text] {
  padding: 6px; }

select {
  font-size: 1.2rem; }

.field {
  margin-bottom: 1.5rem; }

#admin-bar {
  display: none; }

img,
svg {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

nav ul {
  list-style: none; }
nav li {
  display: inline-block; }
  nav li + li:before {
    content: "\b7";
    padding-right: .25em; }

#banner {
  background-color: #331a4d;
  color: white;
  padding: 1rem 2rem;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  #banner a:link,
  #banner a:visited,
  #banner a:hover,
  #banner a:focus {
    color: white;
    text-decoration: none; }

#homelink,
#primary-nav {
  font-size: .825rem;
  margin: 0; }

#homelink {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem; }

#primary-nav {
  text-align: right; }
  #primary-nav ul {
    margin: 0;
    padding: 0; }

#main {
  background: white;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto; }
  .collections.show #main {
    max-width: inherit;
    padding: 0; }
  .browse #main h1:first-of-type, .page #main h1:first-of-type {
    text-align: center; }
    .browse #main h1:first-of-type:after, .page #main h1:first-of-type:after {
      display: block;
      content: " ";
      height: .25rem;
      width: 50px;
      background: rgba(255, 128, 0, 0.75);
      margin: 3rem auto; }

#homepage-text {
  padding: 2rem 0; }
  #homepage-text p:first-of-type {
    margin-top: 0; }
  #homepage-text p:last-of-type {
    margin-bottom: 0; }

.item-pagination {
  text-align: center; }
  .item-pagination ul {
    text-align: center; }
  .item-pagination a {
    text-decoration: none; }

.sort-links ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline; }
  .sort-links ul li {
    display: inline-block; }
    .sort-links ul li + li:before {
      content: "\b7";
      padding: 0 .25em;
      color: rgba(0, 0, 0, 0.5); }

.pagination_list,
.sort-links {
  font-size: .825rem;
  line-height: 1; }

.pagination_list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .pagination_list li {
    display: inline; }
    .pagination_list li.pagination_current {
      background: rgba(51, 26, 77, 0.375);
      color: rgba(0, 0, 0, 0.8);
      padding: .25em .75em; }
  .pagination_list a {
    text-decoration: none;
    background: rgba(51, 26, 77, 0.05);
    padding: .25em .75em; }
    .pagination_list a:hover, .pagination_list a:focus {
      background: rgba(51, 26, 77, 0.125); }

.browse {
  /* browse view */ }
  .browse .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }
  .browse .item {
    width: 29%;
    margin-bottom: 2em; }

/* Old collection show styles: */
.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .gallery .image {
    height: 200px;
    background: rgba(51, 26, 77, 0.5);
    margin-bottom: .5rem; }
  .gallery li {
    width: 48%;
    margin-bottom: 2rem;
    font-size: .9rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .gallery a {
    text-decoration: none; }

/* collections containing header images */
/* assign header images to collections */
li#collection-11 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-11.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-11.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-12 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-12.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-12.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-13 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-13.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-13.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-14 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-14.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-14.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-15 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-15.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-15.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-16 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-16.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-16.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-17 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-17.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-17.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-18 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-18.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-18.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* assign header images to collections */
li#collection-22 .image {
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-22.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)), url(../images/collection-22.jpg);
  background-size: cover;
  background-position: 50% 50%; }

.collection header {
  min-height: 50vh;
  background-color: rgba(51, 26, 77, 0.75);
  background-image: -webkit-linear-gradient(rgba(64, 32, 96, 0.9), rgba(64, 32, 96, 0.9)), url(../images/bg-large.jpg);
  background-image: linear-gradient(rgba(64, 32, 96, 0.9), rgba(64, 32, 96, 0.9)), url(../images/bg-large.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  padding: 4rem; }
  .collection header h1 {
    font-size: 3rem;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: 100; }
.collection .content {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .collection .content .item {
    width: 48%;
    margin-bottom: 2rem;
    font-size: .9rem;
    font-weight: 100;
    letter-spacing: -1px; }
.collection .item .item-img {
  float: left;
  width: 33%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2%;
  border: 1px solid rgba(64, 106, 191, 0.125); }
.collection .item h2 {
  margin-top: 0; }

body.exhibits.browse .exhibits {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.exhibits.browse .exhibits .image {
    width: 195px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

body.exhibits.browse .exhibits .image img {
    margin:0;
}

#homepage-text:after {
    display:block;
    content: " ";
    height: .25rem;
    width: 50px;
    background: rgba(255, 128, 0, 0.75);
    margin: 3rem auto;
}


.exhibit {
    width: 48%;
}

@media screen and (min-width: 800px) {
  .browse-list-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 0 1rem; }
    .browse-list-links .pagination_list {
      text-align: left;
      margin: 0; }
    .browse-list-links .sort-links {
      text-align: right; }
      .browse-list-links .sort-links ul {
        text-align: right;
        margin: 0; } }
/* Footer styles */
#contentinfo {
  background-color: #331a4d;
  clear: both;
  text-align: center;
  color: #e0e0e0;
  color: rgba(255, 255, 255, 0.75);
  padding: 1rem 2rem; }
  #contentinfo p {
    font-size: .825rem; }
  #contentinfo a,
  #contentinfo a:link
  a:visited {
    color: #e0e0e0;
    color: rgba(255, 255, 255, 0.75); }
  #contentinfo a:hover,
  #contentinfo a:focus {
    color: #fff; }

#slab-link {
  content: " ";
  display: block;
  text-align: center;
  vertical-align: middle;
  max-width: 250px;
  margin: 2rem auto;
  padding: 5px 10px; }
  #slab-link svg {
    vertical-align: middle;
    max-height: 27px; }
    #slab-link svg path {
      fill: #e0e0e0;
      fill: rgba(255, 255, 255, 0.75); }
  #slab-link:hover path {
    fill: #fff; }

/* Miscellaneous classes */
.visuallyhidden, .skip,
.audible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.eyebrow {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  color: #999;
  margin: 0; }
  .eyebrow + h2 {
    margin-top: 0; }

div#figures figure:not(:target) {
  display:none !important;
}

div#figures figure:first-of-type {
  display:block;
}

div#figures figure:target {
  display:block;
}

#exhibit-pages {
 float:left;
 width:30%;
}

.exhibits #primary{
  float:right;
  width:68%;
}

.exhibits #main{
  overflow:hidden;
  zoom:1;
}

#exhibit-pages ul {
  margin: 0;
  padding: 0;
  list-style-type:disc;
}

#exhibit-pages li{
  display:block;
}

#exhibit-pages li:before {
  padding: 0;
  content: "";
}

#homepage-text,
#home .exhibits,
.simple-page #primary {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#collaboratorbios .thumbnail {
    float:right;
    width: 200px;
    margin: 2em 0 2em 2em;
}

#collaboratorbios main h1 ~ div {
    margin-bottom:2em;
    overflow:hidden;
}


.simple-pages-navigation ul {
    margin:0;
    padding:0;
}

.simple-pages-navigation li {
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.125);
}

.simple-pages-navigation li:before {
    content: "";
    display:none;
}

.simple-pages-navigation a {
    text-decoration:none;
    font-weight:bold;
    display:block;
    line-height:3em;
    padding: 0 1em;
}

.simple-pages-navigation a:hover,
.simple-pages-navigation a:focus,
.simple-pages-navigation a:active {
    background: rgba(0,0,0,.0375);
}

.simple-pages-navigation .active a {
    color: #333;
}

.simple-page .page-text {
    float:left;
    width: 65%;
}

.simple-page #simple-pages-navigation {
    float:right;
    width: 30%;
    margin-top:1em;
}


.simple-page #primary {
    overflow:hidden;
}

#introduction {
    background-image: 
    linear-gradient(rgba(64, 32, 96, 0.75), rgba(64, 32, 96, 0.75)),
    url("../images/bg-large.jpg");
    background-size: auto, auto, cover;
    background-position: 0 0,50% 50%;
    margin: -2rem -2rem 2rem;
    padding: 4rem;
    display:flex;
    min-height: 60vh;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#introduction p {
    margin:0;
    max-width: 40vw;
    font-size: 1.25rem;
    color: white;
}

#homepage-navigation {
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
}

#homepage-navigation a {
  display:flex;
  flex-direction: column;
  align-items: center;
  text-decoration:none;
  width: 30%;
  font-size: 1.25em;
}

#homepage-navigation img {
  border: 5px solid rgba(64, 32, 96, 0.25);
  margin-bottom: 1em;
}


