@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type:none;
	color:#000;
	font-weight:normal;
	-webkit-margin-before: 0em;
	box-sizing: border-box;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'sangbleu-republic-regular';
	color:#666;
}

html {
}

body {
	overflow-y: scroll;
	width:100%;
}


div#logo, ul#nav {
	margin-top:75px;
	} 


ul#nav {
	margin-bottom:25px;
	} 

div#logo h2, div#logo p {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:2px;	
	color:#000;
	font-family: 'sangbleu-republic-bold';
	} 
	
div#logo a {
	text-decoration:none;
	} 
	

ul#nav, div#logo {
	text-align:center;
}

ul#nav li, ul#nav li a:link, ul#nav li a:visited {
	font-size:14px;
	width: 100%;
	display:inline;
	text-decoration:none;
	border: none;
	line-height:32px;
	text-transform:uppercase;
	letter-spacing:3px;	
	margin-left:50px;
}

ul#nav li, ul#nav li a:hover, ul#nav li a:active {
	color:#000;
}



ul#nav li:first-child, ul#nav li a:first-child  {
	margin-left:0px;
}


ul#nav li.active, ul#nav li.active a {
	color:#000;
}





#content  {
	padding:5%;
	width:100%;
	}
	
#content img {
	width:100%;
	margin-bottom:25px;
	padding:0 10%;
	}
	

#box1 {
	width:40%;
	padding: 2%;
	float:left;
	vertical-align:central;
}

#content #box1 img {
	width:100%;
	padding:0;
}

#content #box1 p, #content #box1 h3 {
	font-size:14px;
}

#content #box1 p a {
	text-decoration:none;
	border-bottom:1px solid #666;
	}
	
#content #box1 p a.fa, #content #box1 p a.no-border  {
	text-decoration:none;
	border-bottom:none;
	}

#content #box1 h3 {
	font-family: 'sangbleu-republic-bold';
	font-style:normal;
	margin-bottom:5px;	
}






#content #box2 {
	width:60%;
	padding:3% 0 3% 0;
	float:left;
	vertical-align:central;
}

#content #box2 #exhibitions p {
	padding: 0;
	font-size:12px;
	}
	
#content #box2 h2 {
	font-family: 'sangbleu-republic-bold';
	font-size:18	px;
	line-height:24px;
	margin-bottom:25px;
	padding: 0 10% 0 10%;
	}
	
#content #box2 h3 {
	font-family: 'sangbleu-republic-bold';
	font-size: 14px;
	line-height:24px;
	padding: 0 10% 0 10%;
	}
		
#content #box2 p {
	text-align:left;
	font-size:14px;
	line-height:24px;
	margin-bottom:25px;
	padding: 0 10% 0 10%;
	}

#content p {
	text-align:left;
	font-size:14px;
	line-height:24px;
	margin-bottom:25px;
	}
	
#content p i {
	font-family: 'sangbleu-republic-regular-italic';
	font-style:normal;
	}
	
#content #box2 #exhibitions p  {
	font-family: 'allrounder-grotesk-regular';
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	}

#content #box2 #exhibitions p strong {
	font-family: 'allrounder-grotesk-bold';
	font-style:normal;
	font-weight:normal;
	}
	
#content #box2 #exhibitions h3 {
	font-family: 'allrounder-grotesk-bold';
	margin-top:75px;
	text-align:left;
	margin-bottom:25px;
	font-size:12px;
	padding:0;
	}
	
#content #box2 #exhibitions h4 {
	font-family: 'allrounder-grotesk-bold';
	border-bottom:1px solid #666;
	display:inline-flex; 
	text-align:left;
	margin-bottom:15px;
	font-size:12px;
}

#content #box2 #exhibitions {
		padding: 0 10% 0 10%;
}









	


/* Mix It Up*/

.container img {
	width:100% !important ;
	margin-bottom:0px !important ;
}
.container p {
	padding:5px 0 0 10px;
	width:100%;
	text-align:left !important;
	font-size:14px !important;
	font-family: 'sangbleu-republic-bold', !important ;
	line-height:32px !important;
	width: 100% !important;
}

.container a,
.container a img {
	text-decoration:none;
	border:none;
}

.container a:hover img {
	opacity:0.4;
	transition: all 0.5s;	
	}

.container p span {
	font-family: 'sangbleu-republic-regular-italic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important ;
}

.controls ul {
	padding:0;
}

.controls ul li.control {
	font-size:14px;
}


/* Footer*/

#footer{
	margin-top:100px;
	}
	
#footer ul li,#footer ul li a {
	font-size: 14px;
	width: 100%;
	display:inline;
	margin-right:10px;
	text-decoration:none;
}
#footer ul li:last-child {
	margin-right:0;
}



@media screen and (max-width: 800px) and (min-width:481px){

ul#nav li, ul#nav li a:link, ul#nav li a:visited {
	margin-left:10px;
}

.controls ul {
	text-align:center;
}

#content p{
	margin-bottom:30px;
}

#content #box1, #content #box2 {
	float:none;
	width:100%;
}

#box1, #box2 {
	padding:15%;
}


}

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

ul#nav li, ul#nav li a:link, ul#nav li a:visited {
	display:block;
	text-align:center;
	margin:0;
}

.controls ul {
	text-align:center;
}

#content p{
	margin-bottom:30px;
}

#content #box1, #content #box2 {
	float:none;
	width:100%;
}

#box1, #box2 {
	padding:15%;
}


}
