body {
    font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial;
    font-size: 14px;
}

.box {
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
}

.newsBar {
    background-color: black;
    text-align: center;
    width: 100%;
}

.logo {
    height: auto;
    width: auto;
}

.signature {
    max-width: 100%;
    height: auto;
}

.welcome {
    max-width: 100%;
    height: auto;
}

.navTable {
    width: 70%;
}

.newsText {
	font-family: Arial,Segoe,Segoe UI,Candara,Calibri;
    color: white;
    font-size: 14px;
}
h3 {
    font-weight: bold;
}

.navbar {
    display: flex;
    padding-right: 10px;
    justify-content: space-evenly;
}

.homeBox {
    padding-top: 55px;
    display: flex;
    justify-content: space-evenly;
}

.homeImage {
    max-width: 100%;
    height: auto;
}

.pageTitle {
    text-align: center;
}

.page-content {
    padding-left: 20px;
}

.contentBox {
    padding-top: 25px;
    display: flex;
    justify-content: space-evenly;
}

.contentItem {
    max-height: 640px;
    width: auto;
    text-align: center;
}

.content-image {
    max-width: 100%;
    height: auto;
}

.aboutLink {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
