
#content {
    color: #565d66;
    font-size: 15px;
    font-weight: 300;
}

#main {
    margin: 30px 0 30px 0;
}

#main a {
    color: rgb(66,139,202);
    text-decoration: none;
}

#header {

}

h1 {
    text-align: center !important;
    font-family: Roboto;
    font-size: 54px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.navbar {
    background: white url(/images/enghouse_globe.png) top right no-repeat !important;
}

.navmenu {
    background: rgb(143, 155, 169);
}

.navmenu, .navmenu a {
    color: white;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
}

.navmenu a:hover {
    background-color: black;
    color: white;
}

.navmenu a:current {
    background-color: blue;
}

#login-form-section {
    margin-top: 4.5rem !important;
    padding-bottom: 2rem;
}

#news {
    background: #f0f0f0;
    padding: 15px;
}

#news h2 {
    color: #07529e !important;

}

.news-item p {
    color: gray;
    font-size: 15px;
}

.news-item a {
    text-decoration: none;
}

.news-item h3 {
    color: #07529e;
    font-size: 18px;
    padding-left: 10px;
}