header {
    background-color: #0f2358;
    padding: 10px;

}

.home-header {
    color: white;
    position:fixed;
    top: 0%;
    right: 0%;
    left: 0%;
}

.home-header h1 {
    text-align: center;
}

.home-header p {
    text-align: center;
}
.home-header a {
    color: white;
    position: relative;
    top: -5%;
    right: 0%;
    bottom: 5%;
}

.home-content {
    position: fixed;
    top: 300px;
    left: 250px;
    right: 250px;
    bottom: 250px;
    text-align: center;
}

.home-button {
    background-color: #FF6B35; 
    text-align: center; 
    height: 50px; 
    width: 200px; 
    font-size: 16px; 
    color: white;
    border-radius: 15px;
    border: 2px solid #FF6B35;
}

.home-footer {
    
    background-color: #0f2358;
    color: white;
    text-align: center;
    position: fixed;

    bottom: 0%;
    right: 0%;
    left: 0%;
}

.hours-footer {
    background-color: #0f2358;
    color: white;
    text-align: center;
    position: fixed;

    bottom: 0%;
    right: 0%;
    left: 0%;
}

.hours-table {
    width: 70%;
    margin: auto;
    border-collapse: collapse;

    th {
        background-color: #3875bc;
        padding: 12px;
        text-align: center;
    }

    td {
        background-color: #f9f9f9;
        padding: 12px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    tr:nth-child(even) td {
        background-color: #8bafd0;
    }

    th, td {
        border: 2px solid black;
    }
}   

.hours-header {
    background-color: #0f2358;

    color: white;
    position:fixed;
    top: 0%;
    right: 0%;
    left: 0%;
}

.hours-header a {
    color: white;
}


.services-footer {
    background-color: #0f2358;
}

.location-footer {
    background-color: #0f2358;
    color: white;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.services-footer {
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-color: #0f2358;
    color: white;
    text-align: center;
}

.contact-navbar {
    background-color: #0f2358;
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    color: white;

    a {
        color: white;
    }

    padding: 10px;
}

.contact-footer {
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-color: #0f2358;
    color: white;
    text-align: center;
}

.container {
    border: solid 1px black;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 125px auto 150px auto;
    width: 80%;
    justify-content: center;
    align-items: center;
}

.service-box {
    border: 1px solid black;
    padding: 75px;
    align-items: center;
    justify-content: center;
    
}

.contact-button {
    background-color: #FF6B35;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    margin: 30 auto;
    border: 2px solid #FF6B35;
}

.contact-information {
    padding: 100px;

    input {
        padding: 12px;
        font-size: 18px;
    }
}