
:root {
	
	--ArtIndexColor : #f4a3b7;
	
	
	/*
	8. #00b5cd
	6. #d51b8a
	5 #48b749
	4 #1dbcc2
	3
	2
	1
	*/
	
	}

/*


#1dbcc2


*/

/* typography */
body{
	color:#666;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
	padding-top:1px;
}


h1{
	
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:1.063em;
	margin:.45em 0;
	padding:20px 3px;
	font-weight:400;
	
	
	}
 h2 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 

h3 {
	font-weight:300i;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:0.813em;
	margin:.45em 0;
	padding:20px 3px;
	
	
	}
h4 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:1em;
	margin:.45em 0;
	padding:20px 15px;
    color: #ccc;
	
	
	
	}
	h14 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: var(--ArtIndexColor);
  padding:30px 5px;
  
}
.background-color5 {
	
	background-color: #8d63ab;
	}
.background-color-fridaynight {
	
	background-color: #f4a3b7;
	}
.name {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:0.813em;
	color:#CCC;
	margin:.45em 0;
	padding:10px 3px;
	
	}
.send {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:0.813em;
	color:#000;
	background-color:#FFF;
	margin:.45em 0;
	padding:10px 3px;
	
	}
.form {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:0.813em;
	color:#000;
	background-color:#FFF;
	margin:.45em 0;
	padding:10px 3px;
	height:10px;
	min-width:85%m;
	
	}
.corner {
	border-radius: 15px;
	background: #73AD21;
    padding: 15px; 
	}
.vertical-align {
	display: table-cell;
	vertical-align: middle
	}

/* links */

#menu-main-navigation
a,
a:visited,
a:active,
a:hover{color:#fff; font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:400;}
a:hover{ text-decoration:overline; font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:400;}
.current{
    text-decoration:overline; 
    
}
/* YOUTUBE CONTAINER*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 68.70%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	-webkit-box-sizing:border-box;	box-sizing:border-box;
	-moz-box-sizing:border-box;}


.venue-names{
	color:#000;
	}
	
.padding-names{
	padding:20px 5px;
}
.padding-5 {
	padding:20px;
	}
.content-bg-color {
	background-color: #f4f4f4;
	}
  
/* structure */   
.wrapper{
	width: 75%; 
	 
	
	
}
.wrapper5{
    margin-right: 10%;
    margin-left: auto;
    margin-top: 125px;
    width: 75%;
    padding: 5px;
}
.wrapper6{
    margin-right: auto;
    margin-left: 15%;
    margin-top: 125px;
    width: 70%;
}
.wrapper7{
    margin-right: 13%;
    margin-left: auto;
    margin-top: 170px;
    width: 75%;
    padding: 5px;
}
.footer-container{
     padding: 10px;
    max-width: 100%;
    
   
    
        
    }
.bacground-color-2{
 background-color:#fad6ce;
 
	}
.header-bgcolor{
 background-color:#000;
 position:fixed;
 width:100%;
 margin-top: 0px;
 z-index: 9999;
 height: 17%;
 padding:30px;
 
	}
header{ 
	
	padding:30px;
	background-color:#000;
	
	
}
#banner{ 
	text-align:center;
}
	
#hero,
#page-header{
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:1px 0;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:400;}

.flexslider{
	display:none;
}

#content {  
	margin-bottom:40px;
	margin-top:180px;
}

#content2 {  
	margin-bottom:40px;
	margin-top:150px;
}

aside { 
	margin:40px 0;
}

p{ margin:0 0 1.5em;
font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:300; }


/*-------BUTTON-----*/

.button{
               
                cursor:pointer;
                border: none;
				 color: #fff;
	background-color: #f4a3b7;
	font-size:1em;
	
	
            }
#button { text-decoration: non; border:none; }

input[type=button] {
    background-color: #fbb162;
    border: none;
    color: white;
    padding: 5px 4px;
    text-decoration: none;
   margin-left:50px;
   padding-left:30px;
   margin-bottom:5px;
    cursor: pointer;
	
	outline: none;
}


.exhibition-buttons{
    padding: 5px;
}


.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #00a7e5;
    color: #fff;
	 display: inline-block;
    padding: 5px 7px;
    font-weight: 300;
	font-size:80%;
    text-decoration: none;
	background-color:#00a7e51;
	border-radius: 25px;
    
    margin-bottom: 5px;
    
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
	
}


.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #166b8e;
    color: #00a7e5;
	background-color:#fff;
	border-radius: 25px;
}

.btn-ghost2:link,
.btn-ghost2:visited {
    
    color: #f4a3b7;
	display: inline-block;
    
    font-weight: 300;
	font-size:1em;
    text-decoration: none;
    
    
    
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
	
}


.btn-ghost2:hover,
.btn-ghost2:active {
    
    color: #f87394;
	background-color:#fff;
	text-decoration:underline;
}

.btn-ghost3:link,
.btn-ghost3:visited {
    
    color: #f4a3b7;
	display: inline-block;
    
    font-weight: 300;
	font-size:0.85em;
    text-decoration: none;
    
    
    
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
	
}


.btn-ghost3:hover,
.btn-ghost3:active {
    
    color: #f87394;
	background-color:#fff;
	text-decoration:underline;
}

.btn-ghost4:link,
.btn-ghost4:visited {
    
    color: #1dbcc2;
	display: inline-block;
    
    font-weight: 300;
	font-size:1em;
    text-decoration: none;
    
    
    
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
	
}


.btn-ghost4:hover,
.btn-ghost4:active {
    
    color: #1dbcc2;
	background-color:#effafa;
	text-decoration:underline;
}

.btn-ghost5:link,
.btn-ghost5:visited {
    border: 1px solid #f4a3b7;
    color: #fff;
	 display: inline-block;
    padding: 5px 7px;
    font-weight: 400;
	font-size:80%;
    text-decoration: none;
	background-color: #f4a3b7;
	border-radius: 25px;
    
    margin-bottom: 5px;
    
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
	
}


.btn-ghost5:hover,
.btn-ghost5:active {
    border: 1px solid #f87394 ;
    color: #fff;
	background-color: #f87394;
	border-radius: 25px;
}

.btn-ghost6:link,
.btn-ghost6:visited {
    
    color: #00000;
	font-size:1.2em;
    font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-weight:300;
	text-decoration:underline;
	
}


.btn-ghost6:hover,
.btn-ghost6:active {
    color: #00000;
	font-size:1.2em;
    font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-weight:400;
	text-decoration:underline;
}

.btn-ghost7:hover,
.btn-ghost7:active {
	
    color: #00a7e5;
    text-decoration:underline;
	font-weight: 400;
	font-size:1em;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	
}

.btn-ghost7:link,
.btn-ghost7:visited {
    
    color: #000;
    text-decoration:underline;
	font-weight: 400;
	font-size:1em;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	
	
}

/*--------END BUTTONS---------*/


/*-------- RESPONSIVE IMAGES */


img{ max-width:100%; height:auto;}

.footer-image { 
padding:30px;
	
	}
ion-icon {
    color: white;
}

icon-icon a{
    color: white;
    
}
icon-icon a:hover{
    color: aqua;
    
}

/*-----------STICKY HISTORY BACK-------------------*/

.sticky-container {
    padding:0px;
    margin:0px;
    position:fixed;
    left:-10px;
    top:130px;
    width:80px;
    z-index: 1100;
}
.sticky li {
    list-style-type:none;
    background-color:#f4a3b7;
    color: #f4a3b7;
    height:43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-right:-15px;
	 background-color:#f4a3b7;
}

.sticky li img {
    float:left;
	size:50%;
	margin-left:40px;
    margin-top:10px;
}
.sticky li p {
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a {
    text-decoration:none;
    color:#f4a3b7;
}
.sticky li p a:hover {
    text-decoration:underline;
}

/*-----------MAIN MENU-----------------*/
.menu-toggle{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#000;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
}
.menu-toggle.toggled-on{
	background:#000;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
	
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	background:#1dbcc2;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
}
.srt-menu li a:hover{
	background:#e8e8e8;
	color:#000;
}
.srt-menu li li a {
	background:#000;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#000;
	padding-left:80px;
}

/*------------SECONDARY MENU-----------------------*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}
/*--BOx Element--*/
.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    border: 0;
}

/*------------------------box element vege---*/

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/


.exh-columns{
    
    height: 100px;
    border: 2px;
    border-color: aqua;
}
.row{
	
width: 100%;
margin-top:20px;
padding:20px 15px;
margin-bottom:40px;
}

.row2{
	
border-bottom: solid 1px #1c9ca6;
color:#999;
text-align: center;
margin-top:20px;
padding:20px 15px;
}
.row3{
	

margin-top:20px;
padding:20px 15px;
margin-bottom:40px;
}
.row3{
	margin-left: auto;
    margin-right: auto;
}
#columnsdemo .grid_1,
#columnsdemo .grid_2,
#columnsdemo .grid_3,
#columnsdemo .grid_4,
#columnsdemo .grid_5,
#columnsdemo .grid_6,
#columnsdemo .grid_7,
#columnsdemo .grid_8,
#columnsdemo .grid_9,
#columnsdemo .grid_10,
#columnsdemo .grid_11,
#columnsdemo .grid_12 {

color:#999;
text-align: left;
margin-top:20px;
padding:20px 10px;
}

.grid_1,
.grid_2,
.grid_3,

.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:2px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	
	
}
.grid_4 {
	margin-bottom:2px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 450px;
  
	
	
}
.column-color{
	
	background-color:#fff;
	border:2px;
	border-color:#06C;}


/*FOOTER*/
footer{  
	clear:both;
	font-size:80%;
	padding:10px 0;
    margin: auto;
    text-align: center;
}
footer ul{
	margin:auto;
	padding:0;
}

/*colors and backgrounds*/
body{
	background:#fff;
}
h1, h2, h3, h5, h6{
	color:#333; 
}

footer{ 
	background:#fff;
	color:#ccc;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{ 
	background:rgba(25, 189, 194, 0.94);
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#000;
	text-decoration:overline;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}



/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


.column.bg {
	background-color:#CCC;
	}

/*------------------QUIERIES------------------------*/

/*--- @media only screen and (max-width: 320px) and (min-width: 414px)  {.grid_4 { width: 100%; height: 200px; }}---*/

@media only screen and (min-width : 375px) { /*---iPhone 6, 7, & 8 in portrait--*/
    
   .wrapper5{
    
    margin-right: auto;
    margin-left: 4%;
    width: 100%;
       padding: 5px;
       
    
} 
.wrapper6{
    margin-right: auto;
    margin-left: 4%;
    margin-top: 125px;
    width: 90%;
}

.grid_4 { width: 100%; height: 400px;
}

.lakeside {
	width:60%
}
	}

    
@media only screen and (min-width: 414px) {
    
    .footer-container{
		
		
		max-width:100%;}
	
	.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
	
	
	
}
.wrapper5{
    
    
    margin-right: 5%;
    margin-left: auto;
   
    width: 85%;
    padding: 5px;
}
    
.wrapper6{
    margin-right: auto;
    margin-left: 10%;
    margin-top: 125px;
    width: 85%;
}
.row
    {padding:20px 8px;}

#logo{ float:left;

		}
#content {  
	float:left;
	width:100%;
	margin-left:5%;
    margin-top:130px;
    
}	
#columnsdemo{
	width:100%;
	margin-left:10%;
	}
.wrapper{
	
	margin-left:5%;
	width:90%
}
	
.grid_4 { width: 100%; height: 480px; 
}
.lakeside {
	width:60%
}
	}



/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
	
	.footer-container{
		
		
		max-width:100%;}
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
	
	
	
}

.wrapper5{
    
  
    margin-right: 5%;
    margin-left: auto;
    margin-top: 125px;
    width: 88%;
    padding: 5px;
}
.row
    {padding:20px 8px;}

#logo{ float:left;

		}
#content {  
	float:left;
	width:100%;
	margin-left:10%;
}
#columnsdemo{
	width:100%;
	margin-left:10%;
	}
.wrapper{
	
	margin-left:4%;
	width:75%
}
.grid_4 { width: 100%; height: 500px; 
}
.lakeside {
	width:60%
}
} 


@media only screen and (min-width: 667px) {
    
.grid_4 { width: 100%; height: 600px; }
.wrapper{
	
	margin-left:4%;
	width:75%
}
    
}
@media only screen and (min-width: 757px) {
    
.grid_4 { width: 100%; height: 800px; }
    

.wrapper5{
    
   
    margin-right: 5%;
    margin-left: auto;
    margin-top: 125px;
    width: 89%;
    padding: 5px;
}
}
/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 736px) {

.footer-container{
		
		
		max-width:100%;}
#columnsdemo{
	width:100%;
	margin-left:10%;
	}
	
.wrapper{
	max-width: 1200px; 
	margin-left:6%;
	width:75%
}

.wrapper5{
    
   
    margin-left: 7%;
    margin-right: auto;
    margin-top: 125px;
    width: 85%;
    padding: 5px;
}
#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:20px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:100%;
	margin-left:10%;
}
#content.wide-content{
	float:none;
	width:100%;
}

.flexslider{
display:block;
/*demo 1 slider theme*/	
margin: 0 0 60px; 
background: #fff; 
border: 4px solid #fff; 
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}


aside { 
	float:right;
	width:30%;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
	float:right;
	margin: 0.43em 0 0 0;
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	background:#000;
	margin:3px; 
	padding:10px 20px;
	height:45px;
}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e2e2e2;	
}
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:rgba(25, 189, 194, 0.94);
		color:	#fff;
		padding-left:20px;
		height:auto;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a,
.srt-menu li.current a{ 
	color:#fff;
	background:#000;
}
.srt-menu li li:hover > a{
	color:#fff;
	background:rgba(25, 189, 194, 0.94);
}



/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
     
        width: 100%;

}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 50%; height: 460px; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}

.lakeside {
	width:70%
}


}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

#columnsdemo{
	width:90%;
	margin-left:10%;
	}

.grid_4 {
        
         width: 33.33%;
    }

    
.wrapper5{
    
   
    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;
    width: 75%;
    padding: 20px;
}
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1491px) {

    #columnsdemo{
	width:100%;
	margin-left:10%;
	}
    
    #content {  
float:left;
width:100%;

    }
    
  
    h1{
        font-size:0.5em;
    }
.wrapper5{
    
   
    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;
    width: 75%;
    padding: 20px;
}
	
    
} 
@media only screen and (min-width: 1519px) {

    #columnsdemo{
	width:100%;
	margin-left:10%;
	}
    
    .row{
        width: 100%;
    }
	
.wrapper5{
    
   
    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;
    width: 75%;
    padding: 20px;
}
} 
   

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; -webkit-filter:none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
SOCIAL ICONS
*/

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/*TABLE */
	
	.table2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color:#fff;
 
}

	.table3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  
  margin-left:10px;
  margin-right:10px;
  background-color:#fff;
  border:0px;
 
}
.table4 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  
  margin-left:20px;
  background-color:#fff;
  border:0px;
 
}
.table5 {
  
 
  text-align: left;
  border:0px;
  background-color:#d8d8d8;
  width:100%;
  
 
}
.locations{
	
	 background-color: #f4f4f4;
	 padding-top:25px;
	 
	}
/* PHOTOS*/

.exhib-photo {
    width: 100%;
	height:50%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}
.exhib-photo img {
    
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}


/* Style table headers and table data */
th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

/* Zebra-striped table rows */
tr:nth-child(even) {
  
}
.border-column {
	 border: 2px solid #000;
	
	 padding:10px;
	 margin:20px;}

/*---------BOTTOM STFF---------*/

.bottom{
	height:20%;
	background-color:#333;
	
	}
	

.social_media{
    
   text-align: center;
	background-color:#5f5d5d;
    padding: 10px;
}

/*-----MAP-----*/
#map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }


#firstHeading {
	font-size: 20px;
}
#bodyContent {
	a {
		color: red;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
	}
	
	p {
		font-size: 15px;
		max-width: 400px;
	}



