﻿

.section {
    background: #fff;
    /* margin-bottom: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    padding: 20px;
}

.contact-table {
    overflow-x: auto;
}

.contact-table table,
.visiting-hours table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.contact-table th,
.contact-table td,
.visiting-hours th,
.visiting-hours td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.contact-table th,
.visiting-hours th {
    background: #fff;
    font-weight: bold;
}

.school-info {
    /* margin-top: 20px; */
    background: #f6bb18;
    padding: 0 10px;
    border: 1px solid #80808085;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
}

.school-info h3 {
    margin-bottom: 10px;
    color: #333;
}

.map-image {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

.career h2 {
    color: #13527a;
    margin-bottom: -11px;
    margin-top: 30px;
}

.career h4 {
    color: #444;
    /* margin-bottom: 15px; */
}
.school-info p{
    margin-bottom:5px;
}
.school-info p i{
    padding-right:8px;
}
section.section.career {
    background: #f5f5f5;
    padding-bottom: 0px;
}
section.section.visiting-hours h2{

font-size: 35px;

text-align: center;

/* padding: 20px 0px; */
}
section.section.visiting-hours {
    margin-bottom: 31px;
}
.visiting-hours th, .visiting-hours td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    text-align: center;
}

@media (min-width: 768px) {
    /*.section-contact .container {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }*/

    .contact-table,
    .school-info {
        flex: 1;
    }
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
table.table-striped {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
