/* css Slideshow */
.mySlides {display:none
background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

/* body */

body { background-color: #efeeee !important;
		font-family: 'Open Sans', sans-serif;}

/* HEADER - TAGLINE - Search bar - social icons */		
#tag-line {font-family: 'Open Sans', sans-serif;
	color:#0f549b; 
	text-align:center;
	padding-top: -10px;
	font-size: 20px
	}


#main-header { background-color: inherit;
				font-family: 'Open Sans', sans-serif;
				font-size: 40px;
				letter-spacing: 3px;
				text-align: center;
				color: black !important;
				}

.header-container {display: flex;
					flex-direction: row;
					justify-content: center !important;
					align-items: baseline;
					justify-content: space-around;
				 }

			
.social-search { display: block;
				text-align: center;
				margin-right: 15px;
				padding-top: 24px;
    			width:% ;
    			background-color: inherit;
    			padding-left: 950px;
    			float: left;
    			position: relative;
    			 }

header {position: absolute;
		float:center; }
header a {text-decoration: none !important;}
		
/* article - Navigation bar - UL - main-container */

ul {list-style-type: none;
padding: 14px 16px;}

#navbar { list-style-type: none;
    margin: 0;
    padding-top: 14px; 
    padding-right:30px; 
    padding-left: 20px;
    width: 100%;
    background-color: inherit;
    height: 100%; /* Full height */
    border-right: 1px solid #828282;
	font-size:16px !important;
	}
	
#navbar a { display: block;
		color: #000000;
		text-align: left;
		padding: 14px 16px;
		text-decoration: none;
		}
		
#navbar a:hover {display: block;
			background-color: #828282;
			color: #ffffff}
#current {display: block;
			background-color: #ffffff;
			color: #000000;}
#navbar  a:active {display: block;
			background-color: #ffffff;
			color: #000000;}
			
.maincol {display: block;
		position: relative;
		width: 100%;
		height: 100%;
    	overflow: hidden;
    	padding-left: -20px;
    	padding-top: 20px;
    	}

article {display: block;
    border-left: none;
    padding-top: 30px;
    overflow: hidden;}
    
#post-title { font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	display: block;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 14px;
	}		

.navcol { display: block;
			padding-top: 90px;}


					
.main-container { display: flex;
					flex-direction: row;
					justify-content: flex-start;
					padding-top: 10px;}

#carousel-title {font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	display: block;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 14px;
	}
/* Footer*/					
footer {display: block;
		position: relative;
		text-align: center;
		font-size: 12px;
		color: #828282;}	

/* Biography containers*/

.biography-container1 { display: flex;
					flex-direction: column;
					justify-content: center;
					align-items:center;
					width: 65%;
					padding-left: 50px;
					text-align: justify;}
					
h4 {font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration: italic;
	letter-spacing: 10px;
	padding-top: 20px;
	text-align: center; }

#exhib-list {list-style-type: square;
				}
#exhib-list a {text-decoration: none;}
#exhib-list a:hover {color:  #828282; }


.exhib-container {display: flex;
					flex-direction: column;
					justify-content: center;
					align-items:center;
					width: 35%;
					padding-left: 40px;
					text-align: justify;
					}
					
.about-container {display: flex;
					flex-direction: row;
					justify-content: space-evenly;
					align-items: baseline;
					padding-top: 30px;
					}
#photo-bio {background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }
    
    
/* GALLERY */
div.gallery { display: block;
    border: 1px solid #ccc;
    
}

div.gallery:hover {
    border: 1px solid #777;
    opacity: 0.5;
}

div.gallery img {
    width: 100%;
    height: auto;
    padding: 10px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive { 
    padding: 0px 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-container {display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: flex-start;
				align-items: flex-end;
				align_content: flex-start;
				padding-top: 30px;
				padding-left:20px;
				padding-right:20px;}

				
.container {display: block;
width: 75% !important;}

/*NEWS PAGE*/
.news-container1 { 
	display: flex;					
	flex-direction: column;					
	justify-content: center;					
	align-items:center;					
	width: 65%;					
	padding-left: 80px;					
	text-align: justify;
}
					

#latest {
list-style-type: square;
				
}

#latest a {
text-decoration: none;}


.latest-container {
	display: flex;					
	flex-direction: column;					
	justify-content: center;
	align-items:center;					
	width: 35%;					
	padding-left: 40px;
	padding-top: 30px;
	text-align: justify;				
	}
					

.news-container {display: flex;					
	flex-direction: row;				
	justify-content: space-evenly;					
	align-items: baseline;					
}
