* {
    box-sizing: border-box;
  }
body {
    font-family: 'Arimo', sans-serif;
    margin: 0;
  }
.container {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100vh;
}
/* .title {
  line-break: strict;
} */
  
.header {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px;
    background-color: white;
    
}
  
  .menu-icon {
    font-size: 4em;
    color: white;
    padding: 0px 15px;
    cursor: pointer;
    text-shadow: 1px 1px 5px #000000;
  }
  .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 15px;
    cursor: pointer;
  
  }
  
  .menu a {
    color: black;
    text-decoration: none;
    text-align: left;
    font-family: "Roboto Slab", serif;
    font-weight: 550;
    font-size: .95em;
    font-kerning:normal;
    padding: 3px 0px;
  }
  
  .menu a:hover {
    color: #0000ff;
  }
  .menu-icon-2 {
    font-size: 4em;
    color: white;
    padding: 0px 10px;
    padding-bottom: 0;
    cursor: help;
    text-shadow: 1px 1px 5px #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
  }
  .menu-icon-2 img {
  max-width: 90px;
}
h1 {
  font-size: 1.07em;
  text-align:  left;
  padding-top: 0px;
  line-height: 130%;
  margin-block-start: 0em;
  margin-block-end: .5em;
  font-weight: 400;
}
p {
    font-size: 1.07em;
    text-align:  left;
    padding-top: 0px;
    line-height: 130%;
    margin-block-start: 0em;
    margin-block-end: .5em;
    font-weight: 400;
}
h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 750;
  font-size: .8em;
  text-align:  left;
  padding-top: 0px;
  line-height: 130%;
  margin-block-start: 0em;
  margin-block-end: .5em;
  color: #0000ff;
}
h3 {
  font-weight: normal;
  font-size: 1.2em;
  text-align:  left;
  margin-block-start: 0em;
  margin-block-end: .5em;
  color: blue;
  line-break: strict;
}


.content {
    align-items: left;
    
    padding-left: 120px;
    padding-right: 1vw;
    padding-top: 15px;
    background-color: white;
    width: 70vw;
    display: flex;
    flex-direction: column;
}

.content a{
  text-decoration: none;
  color: #000000;
}

mark {
    background-color: #0000ff;
    padding: 0 2px; 
    color: white;
    /* background: linear-gradient(to right, red, orange, yellow, green, blue, violet); */
    /* cursor: pointer; */
}
span {
    background-color: white;
    color: #0000ff;
}
span:hover {
    background-color: #0000ff; 
    cursor:pointer; 
    color: white;
}
span.clicked {
    background-color:#0000ff; 
    color: white;
}


#image-box {
    width: 28vw;
    height: 28vw;
    position: fixed;
    top: 10px;
    right: 10px;
    background-size: contain;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
}
.footer {
  color: black;
  text-decoration: none;
  font-size: .8em;
  justify-content: center;
  position: relative;
  margin-top: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.footer p {
  text-align: center;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.footer img {
  position: relative;
  justify-content: center;
  display:inline;
  padding-bottom: 10px;
  width: 75px;
  opacity: 100%;
}

@media screen and (min-width: 1800px) {
  .content {
    align-items: left;
    padding-left: 120px;
    padding-right: 1vw;
    padding-top: 15px;
    background-color: white;
    width: 50vw;
    display: flex;
    flex-direction: column;
    margin: auto;
    /* align-content: center; */
  }
  #image-box {
    width: 25vw;
    height: 25vw;
    position: fixed;
    top: 10px;
    right: 10px;
    background-size: contain;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
  }

}

@media screen and (max-width: 1100px) {
  .container {
      display: block;
      width: 100%;
  }

  .header {
    display: flex;
    flex-direction: row;
    height: 80px; 
    position: fixed;
    top: 0;
    left: 0; 
    width: 100vw;
    padding: 20px 0px 10px 0px;
    z-index: 10;
    background-color: white;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: hidden;
    align-items: center;
}
.menu {
    display: flex;
    flex-direction: row;
    padding: 18px 6px 18px 6px;
    cursor: pointer;
    z-index: 10;

  }
.menu a {
    color: black;
    text-decoration: none;
    text-align: left;
    font-family: "Roboto Slab", serif;
    font-weight: 550;
    font-size: .95em;
    font-kerning:normal;
    padding: 3px 0px;
    padding: 14px 7px 14px 7px;
  }
  
.menu a:hover {
    color: #0000ff;
}
.menu-icon-2 {
    font-size: 4em;
    color: white;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0;
    cursor: pointer;
    text-shadow: 1px 1px 5px #000000;
    position: relative;
    top: 0;
    right: 0;
    z-index: 12;
    background-color: white;
    margin-left: auto;
}
.menu-icon-2 img {
    max-width: 90px;
    height: auto;
}
  .content {
    align-items: left;
    padding-left: 0px;
    padding-right: 1vw;
    padding-top: 100px;
    background-color: white;
    width: 80vw;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  #image-box {
    z-index: 10;
    width: 90px;
    height: 70px;
    position:fixed;
    top: 0px;
    right: 10px;
    background-color: white;
    background-size: contain;
    display: none;
    background-position: right;
    background-repeat: no-repeat;
  }

}
@media screen and (max-width: 750px) {
  .content {
    align-items: left;
    padding-left: 0px;
    padding-right: 1vw;
    padding-top: 100px;
    background-color: white;
    width: 90vw;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
}
@media screen and (max-width: 470px) {
  .header {
      display: flex;
      flex-direction: row;
      height: 70px;
      position: fixed; 
      top: 0; 
      left: 0; 
      width: 100vw;
      padding: 0px 0px 0px 5px;
      z-index: 10;
      background-color: white;
      overflow-y:hidden; 
    }
  .menu {
      display: flex;
      flex-direction: row;
      padding: 18px 0px 18px 6px;
      cursor: pointer;
      z-index: 10;
  
    }
  .menu a {
      display: flex;
      color: black;
      text-decoration: none;
      text-align: left;
      font-weight:  550;
      font-size:.8em;
      padding: 9px 3px 9px 3px;
  }
  .menu-icon {
      font-size: 3.5em;
      color: white;
      padding: 0px 2px 0px 2px;
      cursor: pointer;
      text-shadow: 1px 1px 5px #000000;
  } 
  .menu a:hover {
      color: #0000ff;
  }  
  .menu-icon-2 img {
      width: 1.15em;
  }
  .content {
    align-items: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    background-color: white;
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin: auto;
    font-size: .9em;
  }
  #image-box {
    z-index: 10;
    width: 85px;
    height: 70px;
    position:fixed;
    top: 0px;
    right: 5px;
    background-color: white;
    background-size: contain;
    display: none;
    background-position: right;
    background-repeat: no-repeat;
  }

  .footer {
    color: black;
    text-decoration: none;
    font-size: .7em;
    justify-content: center;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .footer img {
      position: relative;
      justify-content: center;
      display:inline;
      padding-bottom: 10px;
      width: 60px;
      opacity: 100%;
  }
}
@media screen and (max-width: 360px) {
    .header {
      display: flex;
      flex-direction: row;
      height: 60px;
      position: fixed;
      top: 0; 
      left: 0; 
      width: 100vw;
      padding: 0px 0px 0px 5px;
      z-index: 10;
      background-color: white;
      overflow-y:hidden;
    }
  .menu {
      display: flex;
      flex-direction: row;
      padding: 18px 6px 10px 6px;
      cursor: pointer;
      z-index: 10;

    }
  .menu a {
      display: flex;
      color: black;
      text-decoration: none;
      text-align: left;
      font-weight: 550;
      font-size:.7em;
      padding: 1px 2px 9px 3px;
  }
  .menu-icon {
      font-size: 2.5em;
      color: white;
      padding: 0px 3px 0px 0px;
      cursor: pointer;
      text-shadow: 1px 1px 3px #000000;
  }
    
  .menu a:hover {
      color: #0000ff;
  }  
  .menu-icon-2 {
      font-size: 4em;
      color: white;
      padding: 0px 10px 0px 0px;
      padding-bottom: 0;
      cursor: help;
      text-shadow: 1px 1px 5px #000000;
      position:sticky;
      top: 0;
      right: 0;
      z-index: 12;
      background-color: white;
    
  }
  .menu-icon-2 img {
      width:.9em;
      display: block;
  }
  .content {
    align-items: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    background-color: white;
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin: auto;
    font-size: .8em;
  }
  #image-box {
    z-index: 10;
    width: 70px;
    height: 60px;
    position:fixed;
    top: 0px;
    right: 0px;
    background-color: white;
    background-size: contain;
    display: none;
    background-position: right;
    background-repeat: no-repeat;
  }
  .footer {
      color: black;
      text-decoration: none;
      font-size: .7em;
      justify-content: center;
      position: relative;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      margin-top: 100px;
      margin-bottom: 10px;
  }
  .footer img {
      position: relative;
      justify-content: center;
      display:inline;
      padding-bottom: 10px;
      width: 60px;
      opacity: 100%;
  }
}