body {
	font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #222;
}

h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
	color: #009bd9;
    font-size: 36px;
}

h2 {
    color: #b7bb19;
	margin-bottom: 20px;
	font-size:30px;
}

h2 {
    color: #009bd9;
	margin-bottom: 15px;
	font-size:20px;
}

.text { 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

.menu-home .menu-home-item a {
    overflow: hidden;
}

.menu-image a {
    background: url('../images/site/placeholders/news-placeholder.png') center / cover no-repeat !important;
}

.menu-image a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    transition: background-color .5s;
}

header .quick-menu a.quick-item {
    background-image:url(/images/site/office.png);
}