/*-------------
 	General
-------------*/

/* 
   EDEDE4 - white/grey
   EDE2E7 - orange
   E3EEED - blue
   E7F1E9 - green
   F0E6CE - sort of a base cream
   */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.red-bg {border: 0px solid #F00;}

html{
	font: normal 16px sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #444;
}

h3 {
	/*font-family: 'Akshar', sans-serif;
	text-transform: uppercase;
	letter-spacing: -.06em;
	*/
	font-size: 42px;
}
h4 {
	font-size: 24px;
	margin: 10px 0  20px 0;
}

ul, nav{
	list-style: none;
}

a, button{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:hover, button {
	opacity: 1;
	color:#c35427;
}

a.btn, button {
	color: #fff;
	border-radius: 4px;
	border: 0px solid transparent;
	text-transform: uppercase;
	background-color: #c35427;
	font-weight: 800;
	text-align: center;
	padding: 18px 42px;
	margin-top: 1em;
}



form a.btn{
	margin-top: inherit;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #c35427;
	border: 0;
	margin-bottom: 80px;
}

section{
	padding: 125px 0px 125px 0px;
}

table {
	width: 100%;
}

tr:nth-child(even) {
	background-color: #F5F6F7;
}
td {
	padding: .3em;
	border-top: 1px solid #666;
}


section .container h1:nth-child(1) {
	margin-top: 0;
}


@media (max-width: 1000px){
	section{
		padding: 100px 20px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 0px;
	}

}

section h3.title{

	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 55px;
	font-size: 42px;
	/*
	font-weight: 600;
	color: #1c9ba9;
	*/
}

section p{
	/*max-width: 800px;*/
	margin-bottom: 35px;
	line-height: 1.3;
}



/*-------------
 	Logo
-------------*/

#logo {
	transition: all ease 1.5s; 
	position: fixed; 
	z-index: 99; 
	top: -40px; 
	left: -35px; 
	max-width: 650px;
}

#menu-icon {
	position: fixed;
	top: 20px;
	right: 2.5%;
	z-index: 99;
	color: #fff;
	font-size: 26px;
	border: 0px solid red;
}
#menu-open, #menu-close {
	display: none;
}

@media (max-width: 1150px){
	#logo {
		max-width: 450px;
		margin-right: 70px;
	}
	#menu-open  {
		display: block;
	}

}


/*-------------
 	Header
-------------*/

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;

	align-items: center;
	color: #fff;
	padding: 20px 0px 20px 0px;
	background-size: cover;
	min-height: 80px;
	/*background: #3F0000;*/
	transition: all 0.7s ease;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 5%, transparent);
}

header nav{
	display: block;
	padding-top: 15px;
	text-align: right;
	/*margin-left: 175px;*/
}

header nav a:hover {
	color: #FFF;
}

header nav li{
	margin: 0;
	padding: 0 15px 15px 0px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

header nav li:first-child{
	margin-left: 0;	
	padding-left: 0;
}

header nav li:last-child{
	margin-right: 0;	
}

header nav li ul {
	position: absolute;
	left: -15px;
	display: none;
	background-color:rgba(0, 0, 0, 0.75);
	min-width: 300px;
	text-align: left;
}

header nav li:hover ul{
	display: block;
	transition: all .2s;
}

header nav li ul li {
	margin: 0 0;
	padding: 0 15px 15px 15px;
	display: block;
}

header nav li ul li:first-child {
	padding: 15px 15px 15px 15px;
}


header .container {
	transition: margin-top ease 1s;
	margin-top: 45px;
}



@media (max-width: 1150px){
	header nav {
		/*display: none;	*/	
	}
	header {
		background-color:rgba(0, 0, 0, 0.85);	
		background-image:none !important;
		padding: 55px 5px 15px 5px;	
	}
}

@media (max-width: 700px){
	header{
		/* flex-direction: column; */
	
	}

	header h2{
		margin-bottom: 15px;

	}
}

@media (max-width: 1150px){

	header nav {
		width: 100%;
		height: 0;
		top: 100px;
		right: 0px;
		z-index: 99;
		/*display: none;*/
		overflow: hidden;
		/*display: block;*/
		transition: height .2s linear 0s;
		padding-top: 0;
		margin-top: 15px;
		border: 1px solid red;
	}
	header nav li {
		display: block;
		padding: 0 15px 15px 0;
	}
	header nav li:hover ul {
		display: none;
	}
	header .container {
		margin: 0 0 0 0;
		width: 100%;
	}

}


/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}

.hero .background-image  {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0;
}

.hero h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 15px;
}

.hero h3{
	margin-bottom: 40px;
}

.hero a.btn{
	padding: 20px 46px;
}

.hero div.exhibitinfo {
	position: absolute;
	max-width: 600px;
	background: rgba(200, 193, 177, 0.75);
	background: rgba(255, 255, 255, 0.80);
	background: rgb(237, 237, 228, .8);
	left: 3%;
	top: 350px;
	margin-right: 3%;
}

.hero div.exhibitinfo  h1 { 
	font-size: 40px;
	padding: 1em 2em 0 2em;
	margin-bottom: 0;
	font-weight: bold;
	color: #222;
}

.hero div.exhibitinfo h2 {
	margin-top: 0;
	padding-bottom: 3em;
	font-weight: Regular;
	color: #222;
}

/*
@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 48px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}



/*--------------------
 	Exhibit Section
---------------------*/

.exhibit-list{
	background-color:#fff;
	background: linear-gradient(to bottom, #c8c1b1, 5%, #FFF);
	background: #FFF;
}

.exhibit-list .container .row:first-of-type {
	padding: 4em 4em 4em 0; 
	background: linear-gradient(to right, #FFF 20%, #edede4 20%);
}

.exhibit-list .container .row {
	padding: 4em 4em 4em 0; 
	background: transparent;
}

.exhibit-list .container .row:last-of-type  {
	padding: 4em 4em 4em 0; 
	background: linear-gradient(to right, #FFF 20%, #F0E6CE 20%);
}


.exhibit-list .row {
	margin-bottom: 4em;
}

.exhibit-list div {
	overflow: hidden;
}

.exhibit-list div.seven {
	max-height: 350px;
}


.exhibit-list div img {
	height: auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}
.exhibit-list div img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.15);
}

.exhibit-list h1, .exhibit-list h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

.exhibit-list .exhibit-intro {

}


@media (max-width: 800px){
	.exhibit-list .container .row:first-of-type,
	.exhibit-list .container .row:last-of-type,
	.exhibit-list .container .row {
		padding: 0 0 0 0; 
		background: transparent;
	}

}



/*----------------------
 	Eventss Section
----------------------*/

.features{
	background-color: #f7f7f7;
}
.features h4, .features p {
	text-align: center;
}


/*

@media (max-width: 1000px){


}


@media (max-width: 600px){

	

}



/*--------------------
 	Visit Section
--------------------*/

.visit{
	background-color: #fff;
}


/*
@media (max-width: 1000px){

	.visit .quote{
		font-size: 20px;
	}

	.visit .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
	background-color: rgba(255, 255, 255, 0.89);
	justify-content: center;
	text-align: center;
}


.contact form input {
	width: 100%;
}
.contact form .btn, .contact form input {
	padding: 18px 42px;
}

.contact form div.eight:first-of-type {
	text-align: right;
}
.contact form div.four:last-of-type {
	text-align: left;
}

/*
@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px 8px 0;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}


#footer a, #footer p, #footer h4, .bottomfooter p, .bottomfooter a {
	color: #FFF;
}

#footer p, #footer li {
	line-height: 1.8;	
}
#footer a:hover {
	text-decoration: underline;
}

#footer a i { font-size: 32px;}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}





