

div.logo {
    text-align: center;
    background-color: white;
}

div.logo img {
    width:60%;
}

div.menu-bar {
    background-color: #F5C02B;
    height: 35px;
    padding-top: 8px;
}

.menu-item {
    margin-right: 20px;
    padding-right: 15px;
    color: black;
}

.menu-link {
    color: black;
    font-weight: bold;
}

.menu-link:hover {
    color: black;
}

.footer {
    background-color: #F5C02B;
    height: 30px;
    padding-top: 6px;
    margin-top: 12px;
    font-size: small;
}


.footerlogo {
    text-align: center;
}

.intro {
}

.section-heading {
    border-bottom-color: #044D94;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    /*color: white;*/
    height: 44px;
    width: 100%;
    font-family:trebuchet ms,helvetica,sans-serif;
    font-size: large;
    padding-top: 12px;
    padding-left: 5px;
    margin: 10px;
}

.office-location {
    font-weight: bolder;
    padding-top: 2px;
    padding-left: 8px;
}

.spacer {
    height:10px;
}
.section-content {
    padding-top: 2px;
    margin-top: 2px;
    margin-left: 12px;

    font-family:trebuchet ms,helvetica,sans-serif;
}

.about {
    margin-bottom: 25px;
}

.twitter-button {
    margin-top: 10px;
}
