/* Layout spacing */
main {
    margin-top: 60px;
}

section {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Navbar */
.navbar-brand span {
    font-size: 24px;
    transform: scale(.5, 1);
}

.navbar-brand img {
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Headings */
h1 span {
    font-size: 48px;
}

h3 {
    text-decoration: underline;
    margin-bottom: 20px;
}

/* Cards (global) */
.card {
    background-color: white;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Services cards */
.service-card {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card content */
.card-body {
    text-align: center;
    padding: 25px;
}

.card-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Icons */
.icon-lg {
    font-size: 3.5em;
    color: #2c7be5;
    margin-bottom: 15px;
}

.icon-md {
    font-size: 2.5em;
}

/* Anchor fix for navbar offset */
.anchor {
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}
