#mainLogo img{
    max-height: 100vh;
    width: 100%;
    margin: auto;
}

.hero {
    background: #213329;
    flex: 1 1 auto;
}

.main {
    flex: 0 1 auto;
}

section {
    background: white;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    clear: both;
    overflow: hidden;
    font-size: 20px;
    max-width: 1024px;
}

.serviceImage {
    margin: 20px 20px 0;
    border-radius: 5px;
}

section:nth-child(even) {
    background: #213329;
    color: #e9e9e9;
    padding-right: 15px;
}

section:nth-child(odd) {

}

section:nth-child(even) .serviceImage {
    float: left;
}

section:nth-child(odd) .serviceImage {
    float: right;
}

.serviceParagraph {
    margin-left: 15px;
}