/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 * Modified by PangurDubh for Marsh's Library/Omeka 2017-20
 */
@import url('https://fonts.googleapis.com/css?family=Notable&display=swap');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url("https://fonts.googleapis.com/css?family=Cormorant");
@import url("https://fonts.googleapis.com/css?family='EB Garamond'");
/* custom CSS */
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/*-----------------------*/

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo__item {
  flex: 0 0 25%;
}

@media (min-width: 700px) {
  .logo__item {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 1100px) {
  .logo__item {
    flex: 0 0 25%;
  }
}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}

.logo-responsive {

  height: 10rem;
  vertical-align: middle;
  horizontal-align: center;
}
.padding-above {padding-top: 20px;}
.caption{
    position: absolute;
    bottom: 0;
    z-index:900;
    width: 100%;
    color: #bf8f63;
/*background: #305f67;#2d443b;#3b4d35*/
background: #3a5a4d;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Mozilla */
  opacity: 0.8;
padding: 1%;
 
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.row-horizon {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.row-horizon > [class*="col-lg"], .row-horizon > [class*="col-md"], .row-horizon > [class*="col-sm"], .row-horizon > [class*="col-xs"] {
  float: none;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.row-horizon > .col-xs-12 {
  width: 90%;
}
.row-horizon > .col-xs-11 {
  width: 82.5%;
}
.row-horizon > .col-xs-10 {
  width: 75%;
}
.row-horizon > .col-xs-9 {
  width: 67.5%;
}
.row-horizon > .col-xs-8 {
  width: 60%;
}
.row-horizon > .col-xs-7 {
  width: 52.5%;
}
.row-horizon > .col-xs-6 {
  width: 45%;
}
.row-horizon > .col-xs-5 {
  width: 37.5%;
}
.row-horizon > .col-xs-4 {
  width: 30%;
}
.row-horizon > .col-xs-3 {
  width: 22.5%;
}
.row-horizon > .col-xs-2 {
  width: 15%;
}
.row-horizon > .col-xs-1 {
  width: 7.5%;
}
@media (min-width: 768px) {
  .row-horizon > .col-sm-12 {
    width: 90%;
  }
  .row-horizon > .col-sm-11 {
    width: 82.5%;
  }
  .row-horizon > .col-sm-10 {
    width: 75%;
  }
  .row-horizon > .col-sm-9 {
    width: 67.5%;
  }
  .row-horizon > .col-sm-8 {
    width: 60%;
  }
  .row-horizon > .col-sm-7 {
    width: 52.5%;
  }
  .row-horizon > .col-sm-6 {
    width: 45%;
  }
  .row-horizon > .col-sm-5 {
    width: 37.5%;
  }
  .row-horizon > .col-sm-4 {
    width: 30%;
  }
  .row-horizon > .col-sm-3 {
    width: 22.5%;
  }
  .row-horizon > .col-sm-2 {
    width: 15%;
  }
  .row-horizon > .col-sm-1 {
    width: 7.5%;
  }
}
@media (min-width: 992px) {
  .row-horizon > .col-md-12 {
    width: 90%;
  }
  .row-horizon > .col-md-11 {
    width: 82.5%;
  }
  .row-horizon > .col-md-10 {
    width: 75%;
  }
  .row-horizon > .col-md-9 {
    width: 67.5%;
  }
  .row-horizon > .col-md-8 {
    width: 60%;
  }
  .row-horizon > .col-md-7 {
    width: 52.5%;
  }
  .row-horizon > .col-md-6 {
    width: 45%;
  }
  .row-horizon > .col-md-5 {
    width: 37.5%;
  }
  .row-horizon > .col-md-4 {
    width: 30%;
  }
  .row-horizon > .col-md-3 {
    width: 22.5%;
  }
  .row-horizon > .col-md-2 {
    width: 15%;
  }
  .row-horizon > .col-md-1 {
    width: 7.5%;
  }
}
@media (min-width: 1200px) {
  .row-horizon > .col-lg-12 {
    width: 90%;
  }
  .row-horizon > .col-lg-11 {
    width: 82.5%;
  }
  .row-horizon > .col-lg-10 {
    width: 75%;
  }
  .row-horizon > .col-lg-9 {
    width: 67.5%;
  }
  .row-horizon > .col-lg-8 {
    width: 60%;
  }
  .row-horizon > .col-lg-7 {
    width: 52.5%;
  }
  .row-horizon > .col-lg-6 {
    width: 45%;
  }
  .row-horizon > .col-lg-5 {
    width: 37.5%;
  }
  .row-horizon > .col-lg-4 {
    width: 30%;
  }
  .row-horizon > .col-lg-3 {
    width: 22.5%;
  }
  .row-horizon > .col-lg-2 {
    width: 15%;
  }
  .row-horizon > .col-lg-1 {
    width: 7.5%;
  }
}


.exhibit-page {
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(8.35vmin);
  font-family: "Cinzel";
font-variant: historical-ligatures;
  color: #b58f63;   text-shadow: 2px 2px 5px #192633;
}
 
/*timeline*/
.scrolling-wrapper {transform: rotateX(180deg);
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  background-color:#2C3E50;
  
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.section {
  background: #F45B69;
  padding: 50px 0;
}

.timeline .container 
{height: fit-content;
background: #3e5f50;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}


/* TIMELINE
�������������������������������������������������� */

.timeline {
background-color:#2C3E50;
  white-space: nowrap;
  overflow-x: scroll;
}

.timeline::-webkit-scrollbar{
        height: 40px;
        border: 15px solid#2C3E50;
        background: #fff;
    }
 

   

 

   .timeline::-webkit-scrollbar-thumb:horizontal
{width: 100px;
      height: 100px;
     
	border-radius: 50px;
	background-color: #b58f63;
  border: 5px solid#2C3E50;
transform:rotateX(90deg);
    -ms-transform:rotateX(90deg); /* IE 9 */
    -webkit-transform:rotateX(90deg); /* Safari and Chrome */
}

.timeline ol {transform: rotateX(180deg);
  font-size: 0;
  width: 50vw;
  padding: 280px 0;
  transition: all 1s;}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 150px;
  height: 3px;
  background: #fff;
}
.timeline ol li:first-child {

  width:auto;
}

.timeline ol li:last-child {
  width: 250px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ad8869;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  padding: 10px;
width: 250px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
color: black;
}


/* TIMELINE ARROWS
�������������������������������������������������� */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
�������������������������������������������������� */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    /*try transform: none !important;*/
    transform: rotateX(180deg);
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}         


/*trigger*/
.about-dropdown-trigger {
    /*position: absolute;*/
    z-index: -1;
    bottom: -44px;
    left: 50%;
    width: fit-content;
    height: fit-content;
    margin-left: 40%;
margin-top: -4%;
color:#fff;
    cursor: pointer;
    border-bottom-left-radius: 150%;
  border-bottom-right-radius: 150%;
    background-color:#2d443b;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
 

.close {
    color: #fd0101; 
    opacity: 1;
font-size:3em;
font-weight: 400;}



.exhibit:nth-child(4n+1){
    clear:both
}

body {
    padding-top: 50px
}

body>.navbar {
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}

@media (min-width:768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}

/*body {
    padding-top: 0
}*/

.navbar-brand {
    padding: 13.5px 15px 12.5px;
}

.navbar-brand.onlytext{
    padding: 19.5px 15px;
}

.navbar-brand>img {
    display: inline;
    margin: 0 10px;
    height: 100%
}

#banner {
    min-height: 300px;
    border-bottom: none
}

.table-of-contents {
    margin-top: 1em
}


.page-header h1 {
    font-size: 4em
}

.bs-docs-section {
    margin-top: 6em
}

.bs-docs-section h1 {
    padding-top: 10px
}

.bs-component {
    position: relative
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 700
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}

footer {
	margin-top:2em;
    padding: 2em 0 5em;
}

footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

footer p {
    clear: left;
    margin-bottom: 0
}

.splash {
    padding: 9em 0 2em;
    background-color: #141d27;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em
}

.splash #social {
    margin: 2em 0
}

.splash .alert {
    margin: 2em 0
}

.section-tout {
    padding: 4em 0 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #eaf1f1
}

.section-tout .fa {
    margin-right: .5em
}

.section-tout p {
    margin-bottom: 3em
}

.section-preview {
    padding: 4em 0 4em
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.section-preview .preview .options {
    padding: 1em 2em 2em;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    text-align: center
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em;
p{padding-top: 1.5em}
}

@media (max-width:767px) {
    .section-preview .image img {
        width: 100%
    }
}

.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}

.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}

.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}

@media (max-width:767px) {
    .splash {
        padding-top: 4em
    }
    .splash .logo {
        width: 100px
    }
    .splash h1 {
        font-size: 2em
    }
    #banner {
        margin-bottom: 2em;
        text-align: center
    }
}

/**-------------------**/
.navbar {
    margin-bottom: 0;
    border-radius:0;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.page-header {
    margin-top:0;
}

.header-row {
    padding-top:40px;
}


.page-header h1 {
    font-weight:bolder;
}

.page-header p
{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 200%;
	margin: 0;
	max-width: 60%;
	padding: 10px;
}

.page-header .well
{
	opacity: 0.8;
	border-radius:10px;
}

.bs-docs-section h1 {
    margin-top: 10px;
}

@media only screen and (max-width: 767px)
{

	div#header-claim-holder .held, div#header-claim-holder p
	{
		max-width: 100%;
	}

}

#sort-links-list {
    list-style: none;
    display: inline-block;

  }
  #sort-links-list li {
    display: inline-block;

  }

.exhibit-item:nth-child(4n+1){
    clear:both
}
.exhibit-item-p:nth-child(3n+1){
    clear:both
}

@media (min-width: 768px) and (max-width: 991px) {
    .exhibit>.clear:nth-child(4n+1)::before {
      content: '';
      display: table;
      clear: both;
    }
}



@media (min-width: 768px) {
  
  header .intro-text .name {
    font-size: 5vw;
  }
header .intro-text .subtitle {
font-family: "EB Garamond", serif;
  
  font-size: 2vw;
  font-weight: 300;
}

  header .intro-text .skills {
    font-size: 2vw;
  }
}

@media (min-width: 992px) {
    .exhibit>.clear:nth-child(6n)::before {  
      content: '';
      display: table;
      clear: both;
    }
}


.squareshadow {/*width:60%;
-webkit-box-shadow: 10px 10px 18px 0px rgba(21,48,35,1);
-moz-box-shadow: 10px 10px 18px 0px rgba(21,48,35,1);
box-shadow: 10px 10px 18px 0px rgba(21,48,35,1);
border:4px solid #1c3d1f;
margin-bottom:15px;*/
width:60%;
-webkit-box-shadow: 10px 10px 18px 0px rgba(21,48,35,1);
-moz-box-shadow: 10px 10px 18px 0px rgba(21,48,35,1);
box-shadow: 10px 10px 18px 0px #090c0e;
border: 4px solid #090c0e;
margin-bottom:15px;
}





h1.tname {font-family: "Notable", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 900;
font-size: calc(14rem + 4.5vmin);
padding-right:8.5vmin;

color: black;
-webkit-text-stroke: 1px #fff;
text-shadow: 17px 0px 20px #07380f;}

.plain {-webkit-text-stroke: none;
letter-spacing: 0.07em;
text-shadow: none;
color:#2C3E50;
font-weight: normal;
font-size: 2rem;}

.px2 {font-size: 08.rem;}

.rising {font-weight: 900;
/*color:#407563;*/ color: #111212; 
-webkit-text-stroke: 0.12vmin #fff;
letter-spacing: 0.07em;

text-shadow: 2px 2px 5px #07380f;}

.risingh {font-weight: 900;
/*color:#407563;*/ color: #111212; 
-webkit-text-stroke: 0.175vmin #fff;
letter-spacing: 0.45vmin;
font-size: calc(2.9rem + 4.35vmin);
margin-top:0;
text-shadow: 2px 2px 5px #07380f;}





body {
  font-family:'EB Garamond', Times, serif;
  overflow-x: hidden;
}
p {
  font-size: 1.3em;
}
p.small {color:#fff;
  font-size: 1em;
}
p.px2 {color:#000;
  font-size: 1em;
}
p.smallc {color:#2C3E50;
  font-size: 0.8em;
  padding-top: 1.2em;
}

a,
a:hover,
a:focus,
a:active,
a.active {font-weight:900;
  color: #b58f63;
}
h1 {font-family: "Cinzel";
  text-transform: uppercase;
  font-weight: 400;
    font-size: calc(2rem + 5vw);
  
 /* color: #111212; */  /*text-shadow: 2px 2px 5px #07380f;*/
}

h2{
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: calc(1.4rem + 0.9vmax);


font-variant: historical-ligatures;
  /* color: #111212;   text-shadow: 2px 2px 5px #07380f;*/
}

h3{
  font-family: Cinzel;
  text-transform: uppercase;
  font-weight: 900;
  font-size: calc(2rem + 2.5vmin);
  /* padding-right: 3vw; */
  color: #b58f63;
  /* text-shadow: 2px 2px 5px #07380f;*/
}

h4{font-family: Lato;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
 /* color: #111212; */  text-shadow: 2px 2px 5px #07380f;
}
h5{font-family: Lato;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
 /* color: #111212; */  text-shadow: 2px 2px 5px #07380f;
}
h6 {font-family: Lato;
  text-transform: uppercase;
  font-weight: 900;

 /* color: #111212; */  text-shadow: 2px 2px 5px #07380f;
}


div.star-light {
    padding: 0;
  border: none;
  border-top: solid 2px;
  text-align: center;
  max-width: 250px;
  margin: 45px auto 1px;}
div.star-light {
  border-color: white;
}
div.star-light:after{
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.7em;
  content: '\f1d1';
}
div.star-light:after {background:#2C3E50;
  color:  #b58f63;
}



div.star-light,
div.star-primary {
    padding: 0;
  border: none;
  border-top: solid 2px;
  text-align: center;
  max-width: 250px;
  margin: 45px auto 1px;}


div.star-light:after,
div.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.7em;
  content: '\f1d1'; }

div.star-light {
  border-color: white;
}
div.star-light:after {
  /*background-color: #2d443b;*/
  
  color:  #b58f63;
}
div.star-primary {
  border-color: #2C3E50;
}
div.star-primary:after {
  background-color: white;
  color: #b58f63;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #fff  ;
  color: #b58f63;
}
header .container {
 /* padding-top: 50px;*/
  padding-bottom: 50px;
white-space:nowrap;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10vw;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
header .intro-text .subtitle {
font-family: "EB Garamond", Times, serif;
  
  font-size: 4vw;
  font-weight: 400;
font-variant: historical-ligatures;
}

.img-centered {
  margin: 0 auto;
}

header .container {
    padding-top: 25px;
  padding-bottom: 25px;
white-space:nowrap;
}
header img {
  display: block;
}
header .intro-text 
 {
  display: block;
  font-family: "Righteous", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10vw;
color: #bf8f63
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
header .intro-text .subtitle .name{
font-family: "EB Garamond", "Helvetica Neue", Helvetica, Arial, sans-serif;
 :
  font-size: 5vw;
  font-weight: 400;
color: #ccc;
}

@media (min-width: 768px) {
  header .container {
    padding-bottom: 25px;
  }
  header .intro-text .name { color:#2C3E50;

    font-size: 1vw;
text-align: center;
    font-weight:400;
  }
header .intro-text .sub {
font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.5vw;
  font-weight: 100;
  color:#2C3E50;
}

  header .intro-text .skills {
    font-size: 2vw;
  }
}
.navbar-custom {
  /*background: #2d443b;8*/
  background:#2C3E50;
  font-family: "Cinzel", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #bf8f63;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #346152;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #346152;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #bf8f63;
  color: white;
  border-color: #346152;
}
@media (min-width: 768px) {
  .navbar-custom {
    /* padding: 25px 0; */
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 30px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {/*background: #2d443b;8*/
  background:#2C3E50;
  color: white;
}

}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

#exhibit .exhibit-item-p {
font-size: large;  
margin: 0 0 20px;
  right: 0;
}
#exhibit .exhibit-item-p .exhibit-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#exhibit .exhibit-item-p .exhibit-link .caption {
  background: #346152;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#exhibit .exhibit-item-p .exhibit-link .caption:hover {
  opacity: 1;
}
#exhibit .exhibit-item-p .exhibit-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#exhibit .exhibit-item-p .exhibit-link .caption .caption-content i {
  margin-top: -12px;
}
#exhibit .exhibit-item-p .exhibit-link .caption .caption-content h3,
#exhibit .exhibit-item-p .exhibit-link .caption .caption-content h4 {
  margin: 0;
}


#exhibit .exhibit-item {
  margin: 0 0 20px;
  right: 0;
}
#exhibit .exhibit-item .exhibit-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#exhibit .exhibit-item .exhibit-link .caption {
  background: #346152;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#exhibit .exhibit-item .exhibit-link .caption:hover {
  opacity: 1;
}
#exhibit .exhibit-item .exhibit-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#exhibit .exhibit-item .exhibit-link .caption .caption-content i {
  margin-top: -12px;
}
#exhibit .exhibit-item .exhibit-link .caption .caption-content h3,
#exhibit .exhibit-item .exhibit-link .caption .caption-content h4 {
  margin: 0;
}
#exhibit * {
  z-index: 2;
}



@media (min-width: 767px) {
  #exhibit .exhibit-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #346152;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background:#2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #1b2631;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #346152;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #332a86;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #346152;
  border-color: #346152;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #346152;
  border-color: #346152;
}
.btn-success .badge {
  color: #346152;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  top: 150vh;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}

.scroll-about {
  position: absolute;
  top: 85vh;
  right: 50%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.exhibit-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 10px 0;
  text-align: center;
}
.exhibit-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.exhibit-modal .modal-content img {
  margin-bottom: 30px;
}
.exhibit-modal .modal-content .item-details {
  margin: 30px 0;
}
.exhibit-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.exhibit-modal .close-modal:hover {
  opacity: 0.3;
}
.exhibit-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.exhibit-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.exhibit-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
} 
#skipnav a:focus {
  position: absolute; 
  left: 0px;
  top: 0px;
  background: #346152;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

img {
  vertical-align: middle;
}
.img-responsive-mp,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.next-page, .previous-page
h5{font-family: "Cinzel", Times, serif;
    text-transform: uppercase;
    font-weight: 700;
font-size:1em;}

.layout-file-text
p {
    font-size: 1.3em;

}
