h1 {
  font-weight: normal;
  font-family: "Times New Roman", Times, serif; }

h2 {
  font-weight: normal;
  font-family: "Times New Roman", Times, serif; }

h3 {
  font-weight: normal;
  font-family: "Times New Roman", Times, serif; }

h4 {
  font-weight: normal;
  font-family: "Times New Roman", Times, serif; }

h4.foreign {
    font-style: italic;
}

h5 {
    font-weight: normal;
    font-family: "Times New Roman", Times, serif; }

h5.foreign {
  font-style: italic;
}

.foreign {
  font-style: italic; }

.font_foreign_generic {
  font-style: italic; }

.english_proverb {
    font-style: none;
    font-weight: bold;
}

.english_bold {
  font-style: none;
  font-weight: bold;
}

.foreign_bold {
  font-style: italic; 
  font-weight:bold; 
}

.foreign_proverb {
  font-style: italic;
}

p.a {
  font-style: normal; }

p.font_foreign_generic {
  font-style: italic; }

p .foreign {
  font-style: italic; 
}

p .foreign_bold {
  font-style: italic; 
  font-weight:bold; 
}

p.english {
  font-weight: normal;
}

p .english_bold {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.float_right {
  float: right; }

.language_scroll_box {
  width: 100%;
  height: 20em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-bottom: 3em;
  overflow-Y: scroll;
  background: #ffffff;
  border: 1px solid #f0f0f0; }

.language_scroll_box ol {
  list-style-type: none; }

.language_scroll_box ol li {
  font-style: normal; }

.language_scroll_box ol li.english {
  font-style: normal;
  color: black;
  font-size: 120%; }

.language_scroll_box ol li.foreign {
  font-size: 200%;
  font-style: italic;
  color: black; }

.language_scroll_box ol li.foreign .playbuttonup {
  cursor: pointer;
  border: none;
  margin-top: 0.5em;
  background-image: url("../images/playbutton32up.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px; }

.language_scroll_box ol li.foreign .playbuttondown {
  cursor: pointer;
  border: none;
  margin-top: 0.5em;
  background-image: url("../images/playbutton32down.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px; }

.start_learning_button {
  cursor: pointer; }

.button.learn {
  color: blue; }

p.attribution {
  font-size: 75%;
  line-height: 50%;
  text-align: center;
  color: blue; }

.textBox {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-bottom: 2em; }

.textBox .filled {
  padding: 1em;
  background: linear-gradient(rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.2));
  outline: none; }

.textBox .eclectic {
  padding: 1em;
  background: linear-gradient(rgba(240, 240, 240, 0.9), rgba(240, 240, 240, 0.2));
  outline: none; }

.textBox h1 {
  position: relative;
  text-align: center; }

.textBox h2 {
  position: relative;
  text-align: center; }

.textBox h3 {
  position: relative;
  text-align: center; }

.textBox h4 {
  position: relative;
  text-align: center; }

.textBox p {
  position: relative;
  text-align: left; }


  .flex_container {
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    height:auto;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
  }

  .image_gallery {
    margin-left:0;
    margin-right:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  
  .image_gallery .box {
    margin: 10px;
    max-width: 30rem;
    min-width: 0;
  }

  .image_gallery .box img:hover {
    box-shadow: 0 0 5px 5px white;
    max-width: 30rem;
    min-width: 0;
  }
  
  .image_gallery .box img {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0.5rem;
    max-width: 30rem;
    min-width: 0;
  }
  
  .image_gallery .box .image_text {
    margin-top: 0.5rem;
    text-align:center;
    color: rgb(0, 0, 0);
    font-size: 2.0rem;
  }