.text-light h1, .text-light h2, .text-light h3 a, .text-light h4, .text-light h5, .text-light h6 {
    color: #161616 !important;
}
a.read_more {
    display: inline-block;
    font-weight: bold;
    color: #ffd200;
	font-size: 15px;
    text-decoration: none;
}

.de_light h3 {
    color: #ffffff;
}

.call-to-action h3 {
    text-transform: none;
    font-size: 22px;
}

header.transparent {
    background: rgb(255 255 255);
}
#mainmenu a {
    display: inline-block;
    line-height: 35px;
    text-decoration: none;
    color: #060606;
    text-align: center;
    outline: none;
}


@media only screen and (max-width: 992px){
header.header-mobile #mainmenu li a {
    color: #0a0a0a;
	}}