/* html5 styles */


 
header {
		text-align: center;
		padding-top: 10px;
		border-bottom: 2px solid #000;
}

	header h1 {
		font-size:2.5em;
		color: #fff;
		text-align:center;
		font-style: italic;
		text-shadow:2px 2px 5px black;
		margin-bottom: 10px;
	}


	a[href^="mailto:"]{
	color: #f33;
	font-weight: bolder;
	}
	
	
footer {
	background: #FFFFFF;
	text-align: center;
}


body{
		font-family: Tahoma;
		background:#c7b184;
	}	

nav ul {
		font-size:1.1em;
		list-style-type: none; 
		padding-top: 5px;
	}

/* these are all equivelent */
	nav ul li {
		display: inline;
	}
	
	nav a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding: 5px 5px 0 5px;
	}
	
	nav a:hover {
		background: #000;
		border-radius: 3px 3px 0 0;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	
	

	
	#page{
		padding: 20px 20px;
	}
	
	section{
		padding: 20px 30px;
	}
	
	section p{
		margin: 1.0em 1.0em 2.0em;
	}
	


carousel slide { display: center;
}

header img {
Align: center;
}

article figure img{
	border: 3px solid black 
	
}	

article {
		display: block;
		width: 60%;
		min-width: 360px;
		float: left;
		clear: left;
		padding: 0 15px 10px 10px;
	}
	
	article figure{
		text-align: left;
		padding-left: 10px
	}
	
	article figure img{
		border:3px solid black;
		box-shadow: 5px 5px 10px;
		}
	
	article figure figcaption {
		margin-top: 10px;
		font-size: small;
	}
	
	article h2{
		text-align: left;
		font-size: 1.5em;
		padding-bottom: 0.5em;
	}
	
	aside {
		display: block;
		padding: 10px;
		margin-top: 35px;
		border: 2px solid #000;
		width: 30%;
		min-width: 200px;
		float: left;
		background: rgba(255,255,255,0.75);
		clear: right;
		box-shadow: 8px 8px 19px 0px rgba(0,0,0,0.75);
	}
	
	aside h3{
		margin: 10px auto;
		text-align: center;
		
	}
	
	.pill{
		display:inline-block;
		line-height: 2.5em;
	}
	
	.pill a{
		color: #fff;
		border: 1px solid #000;
		text-decoration: none;
		background: #000;
		margin: 5px 0;
		padding: 8px;
		border-radius: 8px;
	}
	
	.pill a:hover{
		color: #000;
		background:#fff;
	}
	
	aside ul {
		list-style-type: none;
		padding: 10px;
	}
	
	aside ul li{
		padding: 5px;
	}
	
	
	#skip-links a{
		text-decoration: none;
		font-weight: bold;
		color:#000;
	}
	
	#skip-links a:hover{
		color: #fff;
		background: #000;
	}
	
	.three-column{
		min-height: 330px;
		min-width: 350px;
		margin-bottom: 40px;
	}
	
	.three-column .column{
		width:29%;
		min-height: 330px;
		float: left;
		padding: 10px;
		margin-right:10px;
		border: 2px solid #000;
		background: rgba(255,255,255, .5);
	}
	
	.contact-table {
		float: right;
		clear: left; 
	}
	
	.three-column h2{
		text-align: center;
		padding: 10px;
	}

	.two-column{
		border-radius:10px;
	}
	
	.two-column .column{
		float: right;
		clear: left;
		margin-right: 10px
	}
	
	#map-discription{
		width:45%;
		padding: 5px;
		margin-right:10px;
		border: 2px solid #000;
		background: rgba(255, 255,255,0.5);
	}
	
		div.article-container {
		position: relative;
		/* border: 1px dashed black; */
		min-height: 900px;
		padding: 10px;
	}

	
			
body.gallery {
    background: 
    url("../images/femalesoloet.jpg") no-repeat 100% 25%, 
    url("../images/beatsbackground.png"); 
}


.video { margin: 0 auto;
}
	
	.about h3{
		padding:10px;
	}
	
	.first-slide,
	.second-slide,
	.third-slide{
	margin: 0 auto;
	}
	
	
	.thumbnail-image{
		
		display:inline-block;
		float:left;
		clear:right;
		width: 250px;
		height: 250px;
		margin: 25px 25px;
		/*display:flex;*/
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content:center;
		align-content:center;
		align-items:center;
	}
	
	.thumbnail-image img{
		border:5px solid #fff;
	}
	
	.thumbnail-image img:hover{
		border:5px solid #000;
	}
	

	footer iframe {
	clear: left;
	border: 2px solid #000;
	margin-bottom: 10px;
	}
	
	


div.absolute {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 100px;
    height: 100px;
    border: 2px solid #000;
}
	
	
	#copyright {
	font-size:small;
	clear:both;
	text-align: center;
	color: #000;
	padding: 20px;
	}
	
footer{
		clear: both;

	} 
	
	#index-page-footer {
		width:100%;
		clear: both;
		text-align: left;
		font-weight: bold;
		background: #1f859b;
	} 