footer img {
    height: 32px;
    margin-left: 5px;
}

.card-reveal li {
    list-style: disc !important;
}

.communication {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.communication img {
    height: 32px;
    margin-right: 10px;
}
.communication a {
    color:black !important;
    /* padding-top: 5px;
    padding-left: 10px; */
}

.card .card-action a {
    text-transform: none !important;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

/* body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    max-width: 100%;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #004080;
    padding: 10px 20px;
    color: white;
}
header img {
    height: 80px;
}
header a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
header a img {
    height: 32px;
}
.wrapper {
    display: flex;
    justify-content: left;
}
nav {
    background: #003366;
    width: 200px;
    min-height: 77vh;
    padding-top: 20px;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    margin: 15px 0;
}
nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 12px;
    display: block;
}
nav ul li a:hover {
    background: #0055aa;
    border-radius: 4px;
}
main {
    padding: 20px;
    width: 100%;
}
footer {
    display: flex;
    justify-content: space-between;
    background: #559fe9;
    color: white;
}

footer a {
    padding: 10px 20px;
}

footer section a {
    color: white;
} */