body {
    text-align: center;
}

#top_logo {
    height: 200px;
}

hr.top-border {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.tabs {
    position: relative;
    top: -1em;
    line-height: 2em;
    height: 2em;
}

.tab {
    margin: 0px;
    height: 2em;
}

.header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.aboutHeading {
    color: red;
    text-align: center;
}

.header div {
    vertical-align: center;
    line-height: 200px;
    font-weight: bold;
    font-size: 20pt;
    white-space: nowrap;
}

.header div .inner {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
}

div .smallText {
    font-size: 12pt;
}

img.aboutImg {
    height: 300px;
}

#about {
    text-align: left;
}

#aboutImgs {
    text-align: center;
}

#contactForm {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding-right: 50px;
    padding-left: 50px;
}

#contactForm label {
    grid-column: 1/2;
    text-align: right;
}

#contactForm input,
#contactForm button {
    grid-column: 2/3;
}