/* -----------------------------------------------------------------------

English Language Centre: Supplementary CSS
Supplementary Styles for Text, Tables and Spacing - Main Pages

version: 3.1
date: June 2025
authors: Tarquin Rees - Derek Zinger
email: hello@okapicreative.com
----------------------------------------------------------------------- */

span + h4 {margin-top: 3%;}

.carousel-item img {
object-fit: scale-down;
object-position: left;
overflow: hidden;
}

/* =========== Tables =========== */ 

table, th, td {
margin-top: 3%;
margin-left: 0px;
border: 1px solid #ccc;
}

table td {padding: 50%;}

table h2, table h3 {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, 
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
"Fira Sans", "Droid Sans", "Helvetica Neue", 
sans-serif;
color: #ea3223;
}

table h3, table td p, table ul li {
font-size: .96rem;
color: #000;
}

table td p, table ul li {font-size: .91rem;}

.companies td {text-align: center;}

/* =========== OUR STORY PAGE =========== */

ul.ps-3 li {list-style-type: disc;}

/* =========== Images =========== */

figure img, .newpic {
border-radius: 8px;
width: 80%;
}

.logo {
margin-top: 10%;
max-width: 75%;
max-height: 75%
}

/* =========== Video =========== */

div.sidevid, div.sidevid2 {
margin-top: 10%;
margin-left: 5%;
margin-right: 5%;
width: 95%;
}

div.sidevid2 {margin-left: 0;}

/* =========== EVENTS PAGE =========== */

p.lighter {
font-weight: normal;
font-style: oblique;
font-size: 0.9em;
}

/* =========== General / Spacing =========== */

footer.space {
margin-top: 5em;
}


























