html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
#full-screen-background-image {
	
	  z-index: -999;
	  min-height: 100%;
	  min-width: 1024px;
	  width: 100%;
	  height: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
}
	
.address{
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
}
.contact{
	padding-top:20px;
	padding-bottom:60px;
	border-radius:10px;
}		
.navbar-top,{
		width: 100%;
		position: fixed;
		min-height: 60px!important;
	 }
 
.navbar-top .nav li a{
		color: #fff;
		font:'ChunkFiveRegular';
		line-height: 1.5;
		font-size: 16px;		
	 }
.nav li a:hover{ 
		background: rgba(0,0,0,0.3);
	}
.navbar-nav li a:focus{ 
		background: rgba(0,0,0,0.3);
	}
.audio{
		  background-color: #000;
		  
	}
	
.footer-text{
		color #fff;
		min-height: 20px!important;
		line-height: 1.5;
		background: rgba(192,192,192,0.3);
	}
.footer-text small{
		color: #fff !important;
	}

.btn-default {
		border: 1px solid #42dca3;
		color: #42dca3;
		background-color: transparent;
	}
#mail{
		padding: 5px;
		border: 1px solid #42dca3;
		color: #42dca3;
		background-color: transparent;
		border-radius: 5px;
		}
#mail:hover{
	border: 1px solid #42dca3;
	outline: 0;
	color: #000;
	background-color: #42dca3;
	text-decoration: none;
}

.btn-default:hover,
	.btn-defaultfocus {
		border: 1px solid #42dca3;
		outline: 0;
		color: #000;
		background-color: #42dca3;
	}

	ul.banner-social-buttons {
		margin-top: 0;
	}
		