img {
    border: 0;
    background-color: transparent
}

.page {margin-left:165px; margin-right:100px}

/*Left-side buttons 1 and 2*/
.menu-button {
    width: 300px;
    float: left;
    margin-right: 10px;
    font-size: 150%;
}

a.menu-button {
    display:block;
    //padding: 15px;
    line-height: 175%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    text-decoration:none;
    color: #f2efea;
    border-color: #045a77;
    background-color: #348aa7;
}

a.menu-button:link {
    color: #ededff;
    font-weight: normal;
    text-decoration: none;
}

a.menu-button:hover {
    background-color: #ededff;
    border-color: #348aa7;
    color: #348aa7;
}

.main-grid {
    display: grid;
    grid-template-columns: 2fr 300px 400px;
    grid-gap: 5px;
}

.text-block {
    font-size: 150%;
}

.pic-column {
}

.pic-column img {
    display: block;
    margin: auto;
    min-width: 300px;
    max-width: 400px;
    width: 100%;
}

.bg-img {
    background-image: url("../../pics/back.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body, html {
    height: 100%;
    margin: 0;
}