body {
    background: url(../img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin-top: 120px;
    margin-bottom: 50px;
}

body {
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #EBEBEB;
    text-align: left;
    background-color: #2B3E50;
}

.links {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.police, .ems {
    display: flex;
    margin: 0px 100px;
    background-color: rgba(0, 0, 0, 0.50);
    box-shadow: 5px 5px 18px #000;
    align-items: center;
}

.police a, .ems a {
    padding: 50px;
}

.police img, .ems img {
    width: 400px;
    height: 110px;
}

.front-page-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.front-page-footer h1 {
    font-size: small;
    font-style: italic;
    margin: 0;
}
