@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
#background {
    width: 100%; 
    height: 100%;
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}
h1{
font-size:64px !important;
}
/*************************************************************
***		MAIN
***********************************************************/
.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 200%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
.white_content {
	display: none;  
	
	position: absolute;
	text-align: center ;
	top: 25%;
	width: 100%;
	height: 100%;
	z-index:1002;
}
	
div#headi {
font-family: 'Source Sans Pro';
	color: #dbdbdb;
	text-align:center;

	position: fixed;
	top: 0px;
	left:0px;
	width:100%;
	
	padding: 5px;

}

.stretch {
    width:100%;
    /*height:100%;*/
	
}

body {
    margin: 0px;
    padding: 0px;
	background-color: #dbdbdb;
	
}
img{padding:0px;
margin:0px;
}
div#footer {
z-index: 500;
font-family: 'Source Sans Pro';
	/*background-color: #000000;*/
	color: #0b8140;
	text-align:center;

	position: fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	
	padding: 0px;
}
div#footertop{
text-align:right;
padding-right:10px;
font-size:12px !important;
}
div#footertop a{
text-decoration:none;
color: #0b8140;
}
div#footerline {
background-color: #000000;
margin:0px;
padding:0px;
}
div#watermark {
	z-index: -600;
	position: fixed;
	top: 40%;
	left:35.5%;
	width:100%;
	height:100%;
	background-image: url("../img/bg.jpg");
	background-repeat:no-repeat;

}

div#main{
	font-family: 'Source Sans Pro';
	font-weight: 400;
	text-align: left;
	z-index: -999;
	
	/*background-color:#0000ff;*/
	
	width:700px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;	
	display: flex;
    justify-content:center;
	flex-wrap: wrap;

}

div#mainline{
padding-left:30px;
width:100%;
/*background-color: #000000;*/
text-align:center;

}

div#maintext{
padding-left:30px;
width:100%;
/*background-color: #000000;*/
text-align:left;

}

div#mainboxx{
padding-left:30px;
width:100%;
/*background-color: #000000;*/
text-align:left;

}

div#about{
width:100%;
height:440px;
background-image: url("../img/bwg.jpg");
background-repeat: no-repeat;
background-position: left bottom;
margin-left:40px;
}

div#welcome{

font-size:52px;
text-align:center;
	
}
/****************************************
***		GALLERY
******************************************/
div#imageline{
	text-align: left;
	display: flex;
    justify-content:center;
	flex-wrap: wrap;
	/*background-color: #000000;*/
	width:100%;

}

div#galleryItem{
	margin: 0px auto;
	
	padding: 0px;
	border: 2px solid #000000;
	width: 30%;
	margin-top: 50px;
	background-color: #000000;
	
	box-shadow: 10px 10px 10px #555;
    -moz-box-shadow: 10px 10px 10px #000000;
    -webkit-box-shadow: 10px 10px 10px #000000;
}


div#galleryItem a {
	text-decoration:none;
	}

div#galleryItem:hover{
	text-decoration:none;
	box-shadow: 10px 10px 10px #004400;
    -moz-box-shadow: 10px 10px 10px #004400;
    -webkit-box-shadow: 10px 10px 10px #004400;
}
	
div#galleryUpItem{
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #000000;
	width: 200px;
	margin-top: 20px;
	background-color: #000000;

	box-shadow: 10px 10px 10px #555;
    -moz-box-shadow: 10px 10px 10px #000000;
    -webkit-box-shadow: 20px 20px 20px #000000;
}

div#galleryImage{
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
}
div#galleryText{
color:#0b8140;
	margin: 0px auto;
	background-color: #000000;
	padding: 4px 24px 4px 24px;
	text-align:left;
	font-family: 'Source Sans Pro';
	font-weight: 600;
}







/*********************************************************
**	NAVIGATION
*********************************************************/

div#wrapper {
    margin: 0px auto;
	/*border-bottom: 2px solid #000000;*/
	/*margin-bottom: -102px;*/

	
}

nav {
	padding: 0px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	margin: 0px auto;
	/*background-color: #ff0000;*/
	display: flex;
    justify-content:center; 
	z-index: 1;
}

nav ul {
    padding: 0px;
    margin: 0px;
	z-index: 1;

    
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
	z-index: 1;
}

nav ul,nav ul li{
    /*background-color: #dbdbdb;*/
	z-index: 1;
}
nav ul li {
    list-style: none;
    float:left;
	z-index: 1;
}

nav ul li a {
    text-decoration: none;
    display: block;
    color: #000000;
    padding: 14px 34px 14px 34px;
	/*width: 250px;*/
	text-align:center;

	z-index: 1;
}

/* popup */
nav ul li:hover a, nav ul li:hover > ul li a {
    background-color: #dbdbdb;
	z-index: 1;
}

/* main item hovered */
nav ul li:hover > a {
background-color: #000000;
    color: #dbdbdb;
	border-radius: 0.75em 0.75em 0em 0em;
	z-index: 1;

	
}
nav ul li:hover > ul {
    visibility: visible;
	z-index: 1;	
}

nav ul li ul{
	border: 2px solid #000000;
	border-radius: 0em 0em 0.75em 0.75em;
    /*display: inline;*/
    visibility: hidden;
    position: absolute; /*makes block same size if disabled*/
    padding:0px;
	z-index: 1;
}
nav ul li ul li{
	float: none;

	
}
/* links unhovered */
nav ul li ul li a {
    color: #000000;
	z-index: 1;

}
nav ul li ul li a:hover{

	color: #000000;
	text-decoration: underline;
	/*background-color: #000000 !important;*/
	border-radius: 0em 0em 0em 0em;
	z-index: 1;
}

div#separator {
	font-family: 'Source Sans Pro';
    margin: 0px auto;
	border-bottom: 2px solid #000000;
	margin-bottom:0px;
	background-color: #000000;
	color: #dbdbdb;
	text-align:center;
	/*margin-top:-300px;*/

}

/*********************************************
***		CONTACT
***************************************/

#form1{text-align:center}
#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
	
	border-radius: 20px 20px 20px 20px;
}


.feedback-input {
	color:#3c3c3c;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #000000;
	color: #000000;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#000000;
	border:#000000 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url("../img/name.png");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url("../img/mail.png");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#comment{
	background-image: url("../img/note.png");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url("../img/phone.png");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	float:left;
	width: 100%;
	border: #dbdbdb solid 4px;
	cursor:pointer;
	background-color: #000000;
	color:#dbdbdb;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}


#button-blue:hover{
	background-color: #dbdbdb;
	color: #000000;
	border: #000000 solid 4px;
}


