﻿body {
    background-color: #e3f1ff;
    background-image: url('../images/background.png');
    background-repeat: repeat;
}

.hero-image {
    background-color: #000;
    background-image: url('../images/hero-image.jpg');
    background-size: contain;
    min-height: 20vh;
    text-align: center;
}

.icon {
    font-size: 8rem;
}

.green {
    color: #1cc41f;
}

.contact-anchor {
    text-decoration: none;
    color: #178019;
}

@media (max-width: 992px) {
    .column-reverse {
        flex-direction: column-reverse;
    }

    .hero-image {
        text-align: left;
    }
}
