body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.blubak {
	background-color: #000000}
	
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
   background-color: #ff0000;
    border-color: #1a1a1a;

}

/* Make hero title smaller globally */
.hero-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

/* Responsive adjustments for hero title */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 2.3rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-title {
        font-size: 2rem !important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem !important;
    }
}

/* Prevent horizontal scrolling */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}

/* Fix any potential overflow issues with other elements */
img, video, iframe {
    max-width: 100% !important;
    height: auto !important;
}