@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

body {
	font-family: 'Schoolbell', 'Yomogi', cursive;
	font-size:16px;
	line-height:1.7;
	color:#fff;
	font-weight:400;
	overflow-x:hidden;
	background:#000;
	margin:0;
	padding:0;
}

h2,h3 {
	color:#fff;
	line-height:1;
	font-weight:500;
	text-align:center;
}
h2{
	margin-bottom:40px;
	font-weight:600;
}


img {max-width: 100%;}

/* --- Intro --- */
header {
	display:block;
	width:100%;
	max-width:100%;
	overflow:hidden;
	margin:0 0 4em;
	padding:0;
	overflow:hidden;
	background-attachment:fixed !important;
}
header img{
	display:block;
	width:100%;
	padding:0;
	margin:-20px auto 0;
	overflow:hidden;
}

input.contact {
	background:#fff;
	border:solid 1px #ddd;
	color:#000;
	padding:15px 30px;
	
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
}
input.contact.noMarr {
	margin-right:0px;
}
textarea.contact {
	background:#fff;
	color:#000;
	border:solid 1px #ddd;
	padding:15px 30px;
	
	margin-bottom:40px;
	outline:none;
	height:150px;
}
.contact.submit {
	background:#333;
	font-family: 'Schoolbell', cursive;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:center;
		margin:0px;
	border:none !important;
	border-radius:3px;
	padding:3px 20px !important;
}
.contact.submit:hover {
	background:#777 ;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid red !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}
@media screen and (min-width:768px) {
	input.contact.col-md-6 {
		width: 48.5%;
	}
}
/* --- Footer --- */
.footer {
	background:#000 ;
	position:relative;
}
.footer .container {
	padding:60px 0 20px;
}
.footer ul {
	margin:0 auto;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
	list-style-type:none;
	padding-left:0;
}
.footer ul li {
	display:inline-block;
	text-align:center;
	background:#111;
	color:#ffffff;
	line-height:45px;
	margin:0 4px 0px;
	width:45px !important;
	height:45px !important;
		-webkit-border-radius:3px;
	border-radius:3px;
}
.footer ul li:hover {
	background:#2a2a2a;
}
.footer ul li:hover	a {
	color:#fff;
}
.footer ul li a {
	color:#fff;
	width:42px !important;
	height:42px !important;
}
.footer ul li a i {
	line-height:45px;
	color:#fff;
}
.footer p {
	color:#fff;
	font-size:10px;
	line-height:24px;
	font-weight:300;
	text-align:center;
}

.footer a,.footer a:hover {
	color:#fff;
}
.credits {
    text-align: center;
}

section{
	display:block;
	margin-bottom:6em;
}

section.music img{
	display:block;
	width:77%;
	margin:0 auto 1.5em;
}

section.contact .alert-success, .alert-danger{
	background:#333;
	color:#fff;
	border:none;
}
.text-danger{
	color:#fff;
}

p.tellsome{
	padding-bottom:2em;
}

#lock {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	display: none;
	opacity: 0.7;
}

.label-danger{
	background:none;
	color:#fff;
}

@media screen and (max-width:800px) {
	.row img{
		display:block;
		text-align:center;
		width:60%;
		margin:0 auto 1em;
		}
	.col-md-3, .col-md-6{
		display:block;
		margin-bottom:2em;
	}
	header{
		margin-bottom:2em;
	}
}