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

/*----HTML and CSS by Jules Ius----*/
/*---http://www.iusfuldesign.com---*/
/*---------------2015--------------*/


/*General Attributes*/
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#header, #body, #info, #foot {
	margin: 0;
	width: 100%;
	position: static;
}

.container {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 50px;
	margin-bottom: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	padding: 0;
	color: #000;
	margin: 0;
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

p, ul, li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

ul, li {
	list-style: none;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
}

a, a:visited {
	color: inherit;
	font: inherit;
	font-style: inherit;
}
a, a:hover, a:active {
	color: #58B649;
}


.btn {
	background-position: top;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999em;
}
.btn:hover {
	background-position: bottom !important;
}

/*Header*/
#headabout {
	background-image: url(images/headbutton-about.png);
}
#headcontact {
	background-image: url(images/headbutton-contact.png);
}
#headgallery {
	background-image: url(images/headbutton-gallery.png);
}
#headhome {
	float: left;
	display: inline-block;
	height: 120px;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#headabout, #headcontact, #headgallery {
	width: 77px;
	height: 120px;
	margin: 0px;
	display: inline-block;
	float: right;
}

#header {
	background-color: #000;
	height: 120px;
}

#header .container {
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	height: 120px;
}

/*Info*/

#info {
	height: auto;
}

.col3contain {
	width: 240px;
	height: auto;
	margin: 0px;
	padding: 10px 3px 10px 2px;
	display: inline-block;
	float: left;
}

.col3contain h3, li, ul, p, .btn {
	position: relative;
}
.col3contain h3 {
	text-align: center;
	margin: 20px auto 10px auto;
	max-width: 230px;
}
.col3contain li {
	margin: 0px auto 2px auto;
}
.col3contain ul {
	left: 40px;
}
.col3contain p {
	padding-bottom: 12px;
}

#hia {
	width: 41px;
	height: 46px;
	background-image: url(images/HIAlogo.png);
	margin: 5px;
	float: left;
	left: 47px;
}
#vba {
	width: 85px;
	height: 46px;
	background-image: url(images/VBAlogo.png);
	margin: 5px;
	float: left;
	left: 47px;
}

#rego {
	width: 141px;
	height: 46px;
	margin: 5px 50px 5px 49px;
}

.social {
	width: 50px;
	height: 42px;
	margin: 8px;
	float: left;
	left: 26px;
}
#fb {
	background-image: url(images/facebook.png);
}
#twit {
	background-image: url(images/twitter.png);
}
#insta {
	background-image: url(images/instagram.png);
}

/*Footer*/

#foot {
	background-color: #000;
	height: 25px;
	margin-bottom: 0;
	bottom: 0;
	padding-bottom: 0;
}
#foot p {
	color: #999;
	float: right;
	margin: 5px 10px 0px 10px;
}

/*About*/

#danny {
	background-image: url(images/aboutBW.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: thin solid #999;
	width: 100%;
	min-width: 900px;
	min-height: 750px;
}

.dannytext {
	max-width: 500px;
	padding-left: 55px;
	height: auto;
	padding-bottom: 10px;
	margin: 0;
}

h1.dannytext {
	padding-top: 150px;
}

/*Galleries*/

#galleryshow {
	height: auto;
	width: 100%;
	margin: 0;
}

#gallerynav {
	position: relative;
	top: 825px;
	left: 50%;
}

#gallerytext {
	width: 100%;
	height: auto;
	margin: 2px;
	padding-left: 10px;
	padding-bottom: 25px;
}

.gallerythumb {
	width: 300px;
	height: 300px;
	display: block;
	float: left;
	margin: 25px;
	background-color: #000
}
.gallerythumb h3 {
	color: #FFF;
	width: 300px;
	height: 150px;
	padding: 6px 2px 2px 15px;
}
.gallerythumb:hover h3 {
	color: #58B649;
}

.galleryimg {
	width: 300px;
	height: 260px;
	padding: 0;
	margin: 0;
}