﻿h1 {
    font-size: 35px;
    /* font-size: 2.5vw; */
    font-weight: bold;
}

body {
    font-size: 20px;
    /* font-size: 1.3vw; */
}

.front-page-left {
    display: inline-block;
}

.front-page-image {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

/* Moves the home page background image to the top on mobile devices  */
@media only screen and (max-width: 1024px) {
    div.bg-img {
        background-position-y: 0;
    }
}
