.edumodo-header .navigation-main .menu-item a.parent-link {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.custom-logo {
    padding: 20px;
}

.news-heading {
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
  }
  section.footer{
    background-color: #0043a4;
    color: #fff;
  }
section.footer{
    padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .edumodo-header #edumodo-mainnav .logo {
    width: 150px;
    margin-right: 150px;
  }
}