﻿
body {
  background-color: #faf9f6;
}

.banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.bold {
  color: red;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.jagu-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  text-align: center;
  font-size: 2rem;
}
.underline {
  text-decoration: underline;
}
.date {
  color: #0000ee;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.school-page-banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.jagu-title {
  color: red;
  font-size: 3rem;
}
.jagu-subtitle {
  font-size: 2rem;
}
.jagu-title,
.jagu-subtitle {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
}
.jagu-announcement {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
}

/* mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 800px) {
  .banner {
    display: flex;

    height: auto;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;

    align-items: center;
    justify-content: center;
  }
  .school-page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

