@font-face {
  font-display: swap;
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-maru-gothic-v19-japanese_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Hachi Maru Pop';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hachi-maru-pop-v23-latin-regular.woff2') format('woff2');
}

body {
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0;
    background-color: #CDE35D;
    background-image: url("../images/bg.gif");
    color: #000000;
    font-size: 1.3em;
    line-height: 1.6em;
}

* {
    box-sizing: border-box;
}

#container {
    max-width: 900px;
    margin: 0 auto;
}

#container a {
    color: #064207;
    font-weight: bold;
}

#container a:hover {
    color: #E33C18;
    text-decoration: none;
}

#header {
    width: 100%;
    background-image: url('../images/header.jpg');
    height: 506px;
    background-size: 100%;
    position: relative;
    filter: sepia(30%);
}

#footer {
    margin-top: 0px;
    background-color: #CDE35D;
    margin-bottom: 2em;
}

#headerTitle {
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000000;
    font-family: "Hachi Maru Pop", cursive;
    text-transform: lowercase;
    font-size: 3em;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff;
}

#navbar {
    background-color: #2A490E;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 10px;
    font-family: "Hachi Maru Pop", cursive;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 1.5em;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

#navbar li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

#navbar li a:hover {
    color: #7ddb25;
}

#flex {
    display: flex;
}

article {
    background-color: #FAF4A0;
    flex: 1;
    padding: 20px;
}

footer {
    width: 100%;
    padding: 10px;
    text-align: center;
}

h1, h2, h3 {
    color: #1B2F09;
    font-family: "Hachi Maru Pop", cursive;
    text-transform: lowercase;
}

p {
    line-height: 1.6em;
    text-indent: 40px;
}

hr {
    border: dotted #2A490E;
    border-width: 2px 0 0 0;
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    outline-width: 2px;
    outline-style: dotted;
    outline-color: #2A490E;
}

.noborder {
    outline: none;
}

.right {
    float: right;
    margin-left: 1em;
}
.left {
    float: left;
    margin-right: 1em;
}
.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


#topBar {
    width: 100%;
    height: 30px;
    padding: 10px;
    background-color: #13092D;
}

@media only screen and (max-width: 900px) {
    #header {
        height: 200px;
    }

    #headerTitle {
        font-size: 1.5em;
    }

    #navbar {
        font-size: 0.7em;
    }

    #flex {
        flex-wrap: wrap;
    }

    #navbar ul {
        flex-wrap: wrap;
    }

    body {
        font-size: 18px;
    }

    h1 {
        font-size: 1.3em;
    }

    h2 {
        font-size: 1em;
    }
}

/* Go To Top button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  background-color: #1B2F09;
  color: #FAF4A0;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  font-family: "Hachi Maru Pop", cursive;
}
#topBtn:hover {
  color: #1B2F09;
  background-color: #FAF4A0;
}

ruby {
    ruby-position: over;
}
rtc {
    ruby-position: under;
}