@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  background-color: #FAF9F6;
  padding-bottom: 100px;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.headline {
	font-size: 60px;
	font-weight: 400;
}

.navbar {
	margin-bottom: 75px;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0)) !important;
	padding: 25px;
}

.navbar-brand {
	font-weight: 700;
	font-size: 25px;
}

.nav-link {
	color: #000;
	font-weight: 500;
	border-bottom: 2px solid #FAF9F6;
	transition: 0.3s;
}

.nav-link:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

.card {
  margin-top: 50px;
  padding: -5px;
  width: 100%;
}

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}

.card .menu-content::after {
  clear: both;
}

.card .menu-content li {
  display: inline-block;
}

.card .menu-content a {
  color: #fff;
}

.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}

.card .wrapper {
  background-color: #000;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper2 {
  background-color: #000;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
  transform: translateY(0);
}

.card .wrapper2:hover .data {
  transform: translateY(0);
}

.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}

.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.card .author {
  font-size: 12px;
}

.card .title {
  margin-top: 10px;
}

.card .text {
  height: 70px;
  margin: 0;
}

.card input[type=checkbox] {
  display: none;
}

.card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}

.content .wrapper:hover .menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}

.content .header {
  color: #fff;
  padding: 1em;
}

.content .header::before, .content .header::after {
  content: "";
  display: table;
}

.content .header::after {
  clear: both;
}

.content .header .date {
  float: left;
  font-size: 12px;
}

.content .menu-content {
  float: right;
}

.content .menu-content li {
  margin: 0 5px;
  position: relative;
}

.content .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}

.content .data {
  color: #fff;
  transform: translateY(calc(70px + 4em));
}

.content .title a {
  color: #fff;
}

.content .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

.content .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.content .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

footer {
	margin-top: 150px;
}

hr {
	margin: auto;
	border: none;
	height: 1px;
	width: 75%;
	color: black !important;
	/* old IE */
	background-color: #000 !important;
	/* Modern Browsers */
	opacity: 1;
}

.exhibithead {
	margin-bottom: 75px;
}

audio {
	margin-top: 25px;
	width: 100%;
}

video {
	margin-top: 25px;
}

.gallery img {
	margin-top: 25px;
	width:100%;
}

.imgbox {
  width:100%;
  max-height:275px;
  overflow:hidden;
  transition: transform .2s;
}

.imgbox2 {
  width:100%;
  max-height:275px;
  overflow:hidden;
  transition: transform .2s;
}

.vidbox {
  width:100%;
  overflow:hidden;
  transition: transform .2s;
}

.imgbox:hover, .vidbox:hover {
	transform: scale(1.025);
}

.imgtitle {
	margin-top: 15px;
}

.imgtitexp {
	font-size: 60px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.formtopic {
	margin-top: 100px;
}

.formtopic h2 {
	font-size: 40px;
	margin-bottom: 15px;
}

.fbox {
  width: 750px;
  position: relative;
  padding: 35px;
  margin-top: 10px;
  
}

.vfbox {
  width: 100%;
  position: relative;
  padding: 35px;
  margin-top: 10px;
}

form {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #000;
	color: #000;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
	background: none;
}

textarea {
	line-height: 150%;
	height: 200px;
	resize: none;
    width: 100%;
	overflow: auto;
	margin-bottom: 5px;
}

#form_button {
  background: none;
  border: solid 2px #000;
  color: #000;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  margin-top: 5px;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.modalbutton {
	background: none !important;
	text-decoration: none;
	border: solid 2px #000;
	color: #000;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 15px;
}

.modalbutton:hover {
	background: #000 !important;
	outline: none;
	color: #fff;
	border: solid 2px #000;
}

#form_button:hover {
  background: #000;
  color: #fff;
}

.fcopy {
	font-weight: 600;
	margin-top: 35px;
}

footer svg {
	color: #000;
    margin-top: 35px;
}

@media (max-width: 1400px) {
    
    .imgbox, .imgbox2 {
		 max-height: 200px;
	  }

}

@media (max-width: 1000px)  {  /* Form & Img Width Control*/

	.fbox {
		  width: 100%;
		  padding: 5px;
	  }
	  
    .imgbox, .imgbox2 {
		 max-height: 350px;
	  }
}

@media only screen and (max-width: 575px)  {  /* Regular Phone Screen Portrait Mode*/
    
    .nav-link:hover {
    	border-bottom: 2px solid #FAF9F6;
    }  
    
    hr {
        width: 100%;
    }
	
	.main {
	    margin-top: 25px;
	}
	
	.vfbox {
	    padding: 0px;
	}
	
	.imgbox, .imgbox2 {
		 max-height: 300px;
	}
	
	
}
