footer {
    font-family: 'Helvetica', sans-serif;
    background-color: #1d3663;
    color: white;
    padding: 0;
    margin: 0;
	margin-top: 20px;
    text-align: center;
    width: 100%;
    min-height: 300px;
}

.footer-columns {
    display: flex;
	text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-columns h3 {
	font-family: 'GoodTimes', sans-serif;
	font-size: 1.5vw;
}

.footer-columns a {
	color: white;
}

.footer-colA,
.footer-colB {
    padding: 1%;
}

.footer-colA {
    width: 28%;
}

.footer-colB {
    width: 38%;
}

/* Responsive layout */
@media (max-width: 768px) {
    .footer-colA,
    .footer-colB {
        width: 100%;
    }

    iframe {
        width: 100% !important;
        height: auto;
    }
}
