body {
    background-color: rgb(219,219,219) !important;
}

#navLogo {
    height: 200px;
    width: auto;
}

.navigation {
    background-color: lightsteelblue;
}

.navbutton {
    background-color: rgb(98, 27, 29);
    margin: 0px 5px 5px 5px;
    padding: 10px 0px 30px 0px;
    text-align: center;
}

.navLink {
    color: white;
    text-decoration: none;
}

.navLink:hover {
    color: white;
    text-decoration: none;
}

.navbutton:hover {
    background-color: rgb(214, 63, 68);
}

#active {
    background-color: rgb(214, 63, 68);
}

.space {
    height: 15px;
}

#title {
    color:black;
    text-align: right;
    padding-bottom:35px;
}

.section {
    /*background-color: rgb(219,219,219);*/
    background-color: white;
    padding: 10px 0px 20px 0px;
    margin-bottom: 10px;
}

#theNetworkSign {
    max-width: 285px;
    max-height: 173px;
}

.redText {
    color: rgb(214, 63, 68);
}

.greyText {
    color:darkgrey;
}

#section-heading {
    color: rgb(214, 63, 68);
    text-decoration: underline;
}

.subtitle {
    color: rgb(214, 63, 68);
    font-weight:bold;
}

#5minImg {
    border: solid;
}

#middle{
    width: 10px;
    padding: 0px;
}

ul {
    list-style-type: square;
}

li {
    font-size: 14px;
    margin-bottom: 10px;
}

li:before {
    color: red;
}
