.movingmemories {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
}

.mm-title {
	line-height: 80px;
	font-family: 'Poiret One', cursive;
	font-size: 80px;
	text-align: center;
	font-weight: 500;
	color: black;
	text-decoration: none;
}

.mm-subtitle {
	line-height: 33px;
	font-family: 'Poiret One', cursive;
	font-size: 33px;
	text-align: center;
	color: black;
	text-decoration: none;
}

.mm-qabd {
	color: #828282;
	text-align: center;
}

/*** NAVIGATION BAR ***/
.mm-nav {
	font-family: 'Raleway', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
.mm-nav * {
	box-sizing: border-box;
}
.mm-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 1.5em;
	padding: 0;
}
.mm-nav a {
	padding: 0.5em 0;
	color: rgba(0, 0, 0, 0.7);
	position: relative;
	letter-spacing: 1px;
	text-decoration: none;
}
.mm-nav a:before,
.mm-nav a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mm-nav a:before {
	bottom: 0;
	display: block;
	height: 3px;
	width: 0%;
	content: "";
	background-color: #ce4725;
}
.mm-nav a:after {
	left: 0;
	top: 0;
	padding: 0.5em 0;
	position: absolute;
	content: attr(data-hover);
	color: black;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
.mm-nav a:hover:before,
.mm-nav .current a:before {
	opacity: 1;
	width: 100%;
}
.mm-nav a:hover:after,
.mm-nav .current a:after {
	max-width: 100%;
}

/*** INDIVIDUAL ORAL HISTORY PAGES ***/

.mm-ind-title {
	font-family: 'Montserrat', sans-serif;
	vertical-align: middle;
	padding-top: 40px;
	color: #efefef;
}

.mm-ind-quote {
	font-family: 'Copse', serif;
	color: #efefef;
}

.mm-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height:30px;
	font-weight:700;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mm-section-transcript {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.mm-purple {
	background: #1b004a;
	position: relative;
	padding-bottom: 40px;
}

.mm-purple:before {
	content:"";
	background:#1b004a;
	position: absolute;
	top: -20px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}

.mm-gray {
	background: #efefef;
	position: relative;
	display: grid;
	padding: 40px 0px;
}

.mm-gray:before {
	content:"";
	background-color:#efefef;
	position: absolute;
	padding-bottom: 10px;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}

.mm-white {
	padding: 40px 0px;
	border-top: 2px solid #ccc;
}

/*** ARTIFACT SECTION ***/

.mm-container {
  position: relative;
  vertical-align: middle !important;
  max-width:100%;
  height:auto;
}

.mm-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
  vertical-align: middle !important;
}

.mm-container:hover .mm-overlay {
  opacity: 0.8;
}

.mm-overlay-text {
  top: 20px;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  text-align: center;
  vertical-align: middle !important;
  overflow:auto; 
  max-height:90%;
}

.mm-artifact-img {
  display:block; 
  border: 3px solid #ccc;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.mm-overlay-text::-webkit-scrollbar-track{
	background-color: #aaa;
}

.mm-overlay-text::-webkit-scrollbar
{
	width: 3px;	
}

.mm-overlay-text::-webkit-scrollbar-thumb
{
	background-color: #fff;
}



/*** SCROLLBAR ***/
.mm-section-transcript::-webkit-scrollbar-track{}

.mm-section-transcript::-webkit-scrollbar
{
	width: 3px;	
}

.mm-section-transcript::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


/*** ART DESCRIPTION PAGE ***/
.mm-art-desc {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.mm-art-media {
	font-style: italic;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

/*** ARTISTS PAGE ***/
.mm-artist-name {
	font-style: bold;
	font-size: 40px;
	font-family: 'Copse', serif;
}

.mm-artist-title {
	font-style: italic;
	font-size: 20px;
	font-family: 'Copse', serif;
}

/*** BUTTONS ***/
.mm-exhibit-button {
	font-family: 'Montserrat', sans-serif;
	height: 40px;
	background: #c5e9f0;
	color: #222D42;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	font-size: 25px;
	padding: 10px 20px;
	transition: 0.2s;

}
.mm-exhibit-button:hover {
	background: #e8fbff;
	color: #222D42;
	border-style: none none solid;
	border-width: 3px;
	border-color: #ce4725;
	font-weight: 900;
}

.mm-exhibit-button a:link {color: white;}
.mm-exhibit-button a:visited {color: white;}


/*** EXHIBIT TABLE ***/
.tg {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	margin:0px auto;
}

.tg td {
	border-style:solid;
	border-width:0px;
	font-family:'Montserrat', sans-serif;
	font-size:4vw;
	line-height:5vw;
	color:white;
	padding:5%;
	word-break:normal;
}

.tg .tg-8zna {
	background-color:#ce4725;
	border-color:#ffffff;
	text-align:left;
	vertical-align:middle;
	width: 50%;
}

.tg .tg-vgv3 {
	background-color:#ce4725;
	border-color:#ffffff;
	text-align:right;
	vertical-align:middle;
	width: 50%;
}

.tg .tg-uxdp {
	border-color:#ffffff;
	vertical-align:center;
}

/*** AUDIO PLAYER ***/

.movingmemories {
	--plyr-color-main: black;
	--plyr-audio-controls-background: white;
	--plyr-font-family: urw-form-condensed, sans-serif;
}

#section-player {
	--plyr-color-main: black;
	--plyr-audio-controls-background: white;
	--plyr-font-family: urw-form-condensed, sans-serif;
}


/*** VIDEO ***/
.mm-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.mm-video iframe,
.mm-video object,
.mm-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}

