body{
	background-color: #000 !important;
}
.sven-slide{
	background-color: #000 !important;
}
.yellow{
	color: #ffc722 !important;
}
footer{
	text-align: center;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}
footer a{
	color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s;
}
footer a:hover,
footer a:focus{
	color: #ffc722;
}
.bgYellow{background-color: #ffc722 !important; color:#000 !important;}

.goButton {
	position: absolute;
	left: 50%;
	bottom: 150px;
	transform: translateX(-50%);
	text-align: center;
}
.goButton h4{
	text-transform: uppercase;
	margin: 20px 0;
}
.goButton a{
	text-decoration: none;
	font-size: 2.5rem;
	color: #000;
	padding: 10px 25px;
	background: #ffc722;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .4s ease-in-out;
}
.goButton a:hover{
	background: #fff;
}
