/* Your custom styles */
.top-nav-collapse {
    background-color: #000 !important; 
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #000 !important;
    } 
}
body {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
}
h1 {
    letter-spacing: 8px;
}
h5 {
    letter-spacing: 3px;
}
.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}
@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 700px; 
    } 
}
.view {
    background: url(../images/ferriswheel.jpg);
    background-size: cover;
}
.float-left {
	border-radius: 70px;
}
.img-fluid {
	width: 100%;
}
.jumbptron-image {
	max-height: 30%;
}
 #success_message{
	display: none;
}              