/* COLORS: 				*/
/* bg:      #131f2f 		*/
/* pink:    #d1529e 		*/
/* ltblue:  #78cfe5 		*/

body {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000626;

	font-family: sans-serif;
	font-weight: 300;
	color: #FAEBFF;
}

.header,
.content,
.footer {
	padding-right: 15px;
	padding-left: 15px;
}


/* HEADER / FOOTER */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}
.header img {
	width: 100%;
	margin-bottom: 20px;
}

.footer {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #a5a5a5;
}

/* SITE CONTENT */
.content {
	margin: 20px 0;
	font-size: 0.9em;
}
.content h2 {
	font-weight: 500;
	font-size: 1.5em;
	margin-top: 40px;
}
.content h3 {
	font-weight: 500;
	font-size: 1.2em;
}
.content span {
	font-weight: 500;
}

#map {
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

.sponsor {
	text-align: center;
	opacity:	0.8;
	filter:		alpha(opacity=80);
	margin-top: 10px;
	margin-bottom: 10px;
}

.sponsor:hover {
	opacity: 	1;
	filter:		alpha(opacity=100);
}

.split {
	margin-bottom: 100px;
	opacity: 0;
}

.extra-margin {
	margin: 30px 0px;
}

.extra-margin-top {
	margin-top: 10px;
}

/* BUTTONS odwrócony pomarańcz -> 105cd3*/
a {
	color: #5054FF;
}

a:link {
	color: #5054FF;
}

h2 {
	color: #5054FF;
}

.btn {
	border: 0 none;
	border-radius: 0px;

	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 7px 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}

.btn-wide {
	width: 100%;
}
.btn-square {
	width: 56px;
	margin: 5px 2px;
	padding: 6px 0;
}
.btn.outline {
	border: 3px solid #5054FF;
	color: #5054FF;
	background: none;
	text-align: center;
}
.btn.outline:hover, .btn.outline:focus, .btn.outline:active, .btn.outline.active, .open > .dropdown-toggle.btn {
	color: #E2E2E2;
	border-color: #E2E2E2;
}
.btn.outline:active, .btn.outline.active {
	border-color: #fff;
	color: #fff;
	background-color: #5054FF;
	box-shadow: none;
}

/* TABLETS / MOBILE */
@media (min-width: 768px) {
	.container {
		max-width: 730px;
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

/* SETTINGS FOR DESKTOP, sucky override but oh well */
@media screen and (min-width: 768px) {
	body {
		font-family: 'Lato', sans-serif;
	}
	.header,
	.content,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}

	.header {
		margin-bottom: 30px;
	}
	.btn {
		font-size: 1.5em;
	}

	.content {
		font-size: 1.1em;
	}
	.content h2 {
		font-weight: 500;
		font-size: 2.5em;
		margin-top: 40px;
	}
	.content h3 {
		font-weight: 500;
		font-size: 1.3em;
	}

	.map {
		height: 600px;
	}
}
