body {
    background-color: #111;
    color: #f5f5f5;
    font-family: 'Segoe UI', sans-serif;
}
.navbar-brand img {
  max-height: 45px;
}
.hero-section {
    background-color: #111;
    min-height: 80vh;
}

.hero-logo {
    max-width: 500px;
    width: 100%;
}
/*.hero-section {
    background: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), 
    url('../images/logo/Finishline_Logo.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}*/
/* Mobile Fix */
/*@media (max-width: 768px) {
    .hero-section {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        height: auto;
        padding: 100px 0;
    }
}*/
h1, h2, h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.btn-warning {
    background-color: #f4b400;
    border: none;
}

.btn-warning:hover {
    background-color: #d89c00;
}
.btn-outline-warning {
    border: 2px solid #f4b400;
    color: #f4b400;
}

.btn-outline-warning:hover {
    background-color: #f4b400;
    color: #000;
}

.contact-section {
    background-color: #111;
}

.contact-card {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    max-width: 600px;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.contact-link {
    color: #f4b400;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
}

.contact-link:hover {
    color: #ffffff;
}

.contact-divider {
    border-color: #444;
}

section {
    border-bottom: 1px solid #222;
}

footer {
    font-size: 0.9rem;
}
.social-link {
    color: #f4b400;
    text-decoration: none;
    font-weight: 600;
}

.social-link:hover {
    color: #ffffff;
}