body {
	background: url(../images/gravitacja-home.jpg) top center / cover fixed no-repeat;
	
}

input, select, textarea {
	border-radius: 0 !important;
	border: 0 !important;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3) !important;
}

a {
	color: #fc0;
}

a:hover {
	color: #fa0;
}

.alert-yellow {
	background-color: rgba(0,0,0,0.5);
	border: 2px #fc0 solid;
}

.yellow {
	color: #fc0;
}

#top {
	height: 40px;
	padding-top: 10px;
	background: rgba(204,0,0,0.7);
	color: #fff;
}

.well.dark {
	background: rgba(0,0,0,0.5);
	border: 0;
}

#header {
	background: #000;
	height: 80px;
	color: #fff;
	z-index: 10;
	width: 100%;
}

#logo {
	margin-top: 11px;
	float: left;
	margin-right: 30px;
	max-width: 210px;
	height: auto;
}



#header h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}

#header h1 span {
	font-size: 16px;
	text-transform: uppercase;
}

#content {
	padding: 40px 0;
	background-color: rgba(204,0,0,0.8);
	color: #fff;
}

@media (max-width: 768px) {
	
	.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.fixed + #content {
	margin-top: 80px;
}

  #logo {
  	max-width: 150px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
	height: auto;
}

#header h1 {
	font-size: 18px;
	line-height: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

#header h1 span {
	font-size: 14px;
	text-transform: uppercase;
}

#content {
	padding: 20px 0 40px 0;
}
}

@media (max-width: 514px) {
	#top {
		padding-top: 3px;
	}
	
	#top p {
		line-height: 100%;
	}
}

.g-recaptcha {
	margin-bottom: 1em;
}


#footer {
	padding: 30px 0;
	background: #000;
	color: #aaa;
}


/* VALIDATION */
input.error, select.error { border: 1px solid red; }
label.error {
	color: #fc0;
	font-size: 0.85em;
}
label.valid {

}
