/* main menu font */
header nav ul li {
font-family: ‘Raleway’ !important;
font-size:14px;
}

/* main menu color */
header ul.menu > li > a {
color: black;
}

/* footer widget area */
footer .ftw {
background: #34495e;
padding: 80px 0px;
}

/* footer widget area title text */
footer .cnt .ttl {
color: #ffffff;
font-size: 1.231em;
font-weight: 700;
margin-bottom: 25px;
}

/* footer widget text */
.awr, {
color: white;
}

/* footer menu bar text color and font */
footer .fmn .fmw p {
color: #828282 !important;
font-size: 0.778em;
margin-top: 15px;
}

/*footer menu bar */
footer .fmn {
background: #dddbdb;
padding: 20px 0px;
text-transform: uppercase;
}

/* footer menu bar text */
footer .fmn ul li a {
color: #5b6f84;
font-size: .769em;
}

/* footer copyright top border */
footer .fmn+.copy {
border-top: 1px solid #2b2b2b;
}

/* footer copyright background color */
footer .copy {
background: #eee;
}

/* footer copyright text color */
footer .copy p {
color: #000;
}

/* hamburger icon */
@media only screen and (max-width: 768px){
header .hmn .rmn {
// background-image: linear-gradient(#5ad9fc 0%, #28cdfb 100%);
// border-color: #5ad9fc #28cdfb #28cdfb #28cdfb;
// color: #fff;
}
}

>