body {
    margin: 0;
    background: #d6eeff;
}
div.body {
    font-family: Arial,Verdana,Helvetica,Tahoma,san-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e414f;
    width: 100%;
}

div.main {
    background: #bcd5e8;
    max-width: 1219px;
    min-width: 200px;
}

div.header {
/*    width: 1219px; */
    height: 338px;
    background-image: url(../../images/queechy-lake-header.png);
    background-repeat: no-repeat;
    background-size: 100% auto;   /* Scales width to 100%, height adjusts automatically to keep ratio */
    background-position: top center; /* Optional: pins the image to the top */
    border: 0;
    display: flex;
    justify-content: center;
    align-items: top;
}

h1 {
    color: #2e414f;
    font-size: 48pt;
    margin: 12pt;
}

h2 {
    color: #2e414f;
    font-size: 24pt;
}

div.contents {
    font-size: 16pt;
    margin: 16pt;
}

div.contacts {
    display: block;
    clear: both;
    margin: 16pt;
}
