body {
    font-size: 1.1rem;
  
}
#g-navigation .g-main-nav {
    padding-top: 25px;
     
}
#g-navigation, #g-footer {
background-image: linear-gradient(114deg, #fbad00 0%, #ffe100 100%);
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color: #4e4e4e;
}

h1, h2, h3, h4, h5 {
    line-height: 2.2rem;
}

#g-mainbar {
    background: #fff;
    color: #424753;
    padding: 0;
  	padding-bottom: 3rem;
}

.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled {
    margin: 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0.5rem;
}

#g-footer a, #g-footer .g-horizontalmenu a, #g-footer .g-totop a {
    color: #424753;
} 
#g-footer .g-horizontalmenu a:hover, #g-footer a:hover {
    color: #FFF;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
 
}

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) {
.mobiiliheader{
    background-attachment: scroll !important;
}}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
  .mobiiliheader {
    background-attachment: scroll !important; 
}}
@media only screen  
and (min-device-width : 414px) 
and (max-device-width : 736px){
  .mobiiliheader {
    background-attachment: scroll !important; 
}}
