#page_container {
    background-size: cover !important;
}

.container {
    max-width: 1400px !important;
}

.bookmark-group, .services-group, #information-widgets {
    background-color: #00000099 !important;
    border-radius: 5px;
    padding: 15px 25px 20px 25px !important;
    margin-bottom: 35px !important;
}

#information-widgets {
    border-bottom: 0px !important;
    margin-bottom: 25px !important;
}

.bookmark > a, .service > *, .widget-container {
    background-color: #333333cc !important;
    padding: 20px 10px 20px 15px !important;
    border: 1px solid #333c !important;
    font-weight: 700 !important;
}

.widget-container, #information-widgets-right {
    border-radius: 5px !important;
}

#information-widgets-right {
    background-color: #333333cc !important;
    padding: 5px 15px 5px 15px !important;
}

.bookmark-group-name {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}

.bookmark-group {
    padding-bottom: 50px !important;
}

.bookmark-name, .service-name {
    font-size: 1.1em !important;
}

.bookmark > a:hover, .service > *:hover {
    background-color: #333a !important;
    border-color: #eee4 !important;
}
