@charset "UTF-8";
@font-face {
  font-family: "malayalee";
  src: url("./../font/Chilanka.ttf");
}
body {
  background-color: #284174;
  color: #fff;
  margin: 0;
}
body > header {
  color: #fff;
  text-align: center;
  /* position: sticky;
  width: 100%;
  height: 150px;
  z-index: 1;
  top: 0;
  background: #284174; */
}
body > header a {
  color: aqua;
}
body > header a:link, body > header a:visited {
  color: #08f;
  text-decoration-color: white;
}
body > header h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
body > header h2 {
  margin-top: 0;
  color: #ddd;
}
body > header img.logo {
  width: 200px;
}

.kayyezhuth {
  font-family: "malayalee";
}

#main-content {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px;
  word-spacing: 4px;
  /* .sticky-1 {
      position: sticky;
      top: 150px;
      background: #284174;
  } */
}
#main-content h1 {
  font-size: 2.2em;
  line-height: 1em;
}
#main-content h2 {
  font-size: 2em;
}
#main-content h3 {
  font-size: 1.8em;
}
#main-content h4 {
  font-size: 1.6em;
}
#main-content h5 {
  font-size: 1.4em;
}
#main-content h6 {
  font-size: 1.2em;
}
#main-content a {
  /* text-decoration: none; */
  color: #ffffff;
}
#main-content a:visited {
  color: #08f;
  text-decoration-color: white;
}
#main-content p.imp {
  text-decoration: underline;
}
#main-content .alert {
  color: yellow;
}
#main-content mark {
  color: yellow;
  background-color: #284174;
}
#main-content blockquote {
  color: #25d366;
}
#main-content blockquote::before {
  content: "“";
}
#main-content blockquote::after {
  content: "”";
}

.hor-center {
  padding-top: 20px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hor-center .hor-center img {
  width: 100%;
}

.auto-width {
  min-width: 100px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 800;
}

.class1 {
  font-size: 23px;
  font-weight: 600;
}

.sub-content {
  margin: 0 30px 5px 10px;
}

.small-font {
  font-size: 15px;
}

footer {
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
  color: #c81144;
  font-size: 1.5rem;
}

@media (orientation: portrait) {
  footer {
    display: grid;
  }
}
/* maximum width for mobiles*/
@media (max-width: 767px) {
  #main-content {
    word-break: break-word;
  }
}
/* minimum width for tablets*/
@media (min-width: 768px) {
  .hor-center {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
