html
{
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
}

body
{
	background-image: url("assets/background.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding-top: 70px;
	font-family: 'Roboto', sans-serif;
}

h1
{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
}

h3
{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
}

input,label
{
	max-width: 500px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

textarea
{
	overflow-y: scroll;
	max-width: 500px;
	font-family: 'Roboto', sans-serif;
}

input[type=submit]
{
	width: 20%;
	font-family: 'Roboto', sans-serif;
}

.form-submit-button
{
	background: #D3D3D3;
	color: #000000;
	border: 1px solid #eee;
	border-radius: 20px;
	text-shadow:none;
	font-family: 'Roboto', sans-serif;
}

.bg-1
{
	width: 70%;
	color:#D3D3D3;
	background: rgba(0,0,0,0.9);
	font-family: 'Roboto', sans-serif;
}

.bg-contact
{
	width: 70%;
	max-width: 525px;
	color:#D3D3D3;
	background: rgba(0,0,0,0.9);
	font-family: 'Roboto', sans-serif;
}

.bg-event
{
	width: 70%;
	color:#D3D3D3;
	background: rgba(0,0,0,0.9);
	font-family: 'Roboto', sans-serif;
}

.form-text
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
}

.form-label
{
	color:#D3D3D3;
	font-family: 'Roboto', sans-serif;
}
	
.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		width: 70%;
		margin: auto;
}



img
{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}

.navbar-inverse
{
     text-align: center;
     display: block;
     height: auto;
     padding-bottom: 0;
     overflow: visible;
	 font-family: 'Roboto', sans-serif;
}

.nav.navbar-nav
{
	display: inline-block;
	float: none;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}