/* Add your css code here */

h3.site-slogan.w3-show-block {
    font-family: 'Kalam', cursive !important;
    text-transform: none !important;
}
h2 {
    font-family: 'Kalam', cursive !important;
}
h2.w3-block-title {
    font-size: 24px;
}


.main-container-inner {
  color: #1e2b50 !important;
}
.w3-theme-l5 {
  color: #1e2b50 !important;
  background-color: #f3f4fb !important;
}

.w3-theme-l4 {
  color: #394b80 !important;
  background-color: #eaecf8!important;
}

.w3-theme-l3 {
  color: #adb2d5 !important;
  background-color: #b1b8e3 !important;
}

.w3-theme-l2 {
  color: #f7f7fc !important;
  background-color: #8995d6 !important;
}

.w3-theme-l1 {
  color: #f7f7fc !important;
  background-color: #6271c8 !important;
}
.w3-theme,
.close-nav,
.mobile-nav {
  color: #f7f7fc !important;
  background-color: #394b80 !important;
}

.w3-text-theme {
  color: #394b80 !important;
}

.w3-border-theme {
  border-color: #394b80 !important;
}

.w3-hover-theme:hover {
  color: #f7f7fc !important;
  background-color: #394b80 !important;
}

.w3-hover-text-theme:hover {
  color: #394b80 !important;
}

.w3-hover-border-theme:hover {
  border-color: #394b80 !important;
}