#main-navigation a, #main-navigation span {
    text-transform: none;
    font-weight: 600;
}
#main-front .front-region h5 {
    background: teal;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
#topdiv {
    background-color: #efefef !important;
    background: -webkit-linear-gradient(-45deg, rgb(241 241 241) 0%, rgb(204 226 237) 50%, rgb(161 189 217) 50%, rgb(232 241 235) 100%);
}
#main-front {
    background: -webkit-linear-gradient(-45deg, rgb(215 202 202) 0%, rgb(209 224 231) 50%, rgb(226 239 223) 50%, rgb(237 237 237) 100%);
}
.block-title {
    padding: 10px;
    margin-bottom: 0;
    background-color: #ffffff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}