@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  background-image: url("../heaven.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  font-family: "Playfair Display", serif;
}

@font-face {
  font-family: "FranklinGothicBookCmpC";
  src: url("../fonts/subset-FranklinGothicBookCmpC.eot");
  src: url("../fonts/subset-FranklinGothicBookCmpC.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-FranklinGothicBookCmpC.woff2") format("woff2"),
    url("../fonts/subset-FranklinGothicBookCmpC.woff") format("woff"),
    url("../fonts/subset-FranklinGothicBookCmpC.ttf") format("truetype"),
    url("../fonts/subset-FranklinGothicBookCmpC.svg#FranklinGothicBookCmpC")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.content {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .3);
  border-left: solid 2px white;
  border-right: solid 2px white;
}

/* If the screen size is 601px wide or more */
@media screen and (min-width: 601px) {
  body {
    font-size: 1.2em;
  }

  article {
    text-align: justify;
    margin-right: 56px;
    margin-left: 56px;
  }
}

/* If the screen size is 600px wide or less */
@media screen and (max-width: 600px) {
  body {
    font-size: 1.1em;
    background-image: url("../heaven_mb.jpg");
  }
  article {
    text-align: justify;
    margin-right: 22px;
    margin-left: 22px;
    font-size: 13pt;
  }
}

/* End responsive */

nav {
  background-color: #051245;
  padding: 7px;
  color: #fff;
  font-size: 0.8em;
  text-align: right;
}

header {
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "FranklinGothicBookCmpC", arial;
  color: #051245;
  text-shadow: 4px 4px 4px #aaa;
  text-align: center;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.7em;
}

p {
  text-indent: 33px;
  margin-bottom: 22px;
  color: #404040;
}

p:last-child {
  margin-bottom: 22px;
}

figure p {
  text-indent: 0px;
}

/* normal link */
a:link {
  text-decoration: underline;
}

/* visited link */
a:visited {
}

/* mouse over link */
a:hover {
  text-decoration: none;
}

/* selected link */
a:active {
}

/* .tm normal link */
a.tm:link {
  color: white;
  text-decoration: none;
}

/* .tm visited link */
a.tm:visited {
  color: gray;
}

/* .tm mouse over link */
a.tm:hover {
  color: lightblue;
  text-decoration: underline;
}

/* .tm selected link */
a.tm:active {
  color: #85ccff;
}

.vline {
  border-left: thick double #85ccff;
  margin-top: 0px;
  margin-bottom: 7px;
  margin-right: 0px;
  margin-left: 37px;
}

div.indent {
  margin-top: 0px;
  margin-bottom: 7px;
  margin-right: 0px;
  margin-left: 37px;
}

.definition {
  font-weight: bold;
}

.english {
  font-weight: bold;
}

.question {
  font-weight: bold;
}

iframe.game {
  display: block;
  width: 777px;
  height: 777px;
  margin: 0 auto;
  border: 0;
}

iframe.song {
  display: block;
  width: 560px;
  height: 315px;
  margin: 0 auto;
  border: 0;
}

figure {
  float: left;
  margin: 12px;
  border: thick solid #85ccff;
  border-radius: 39px;
  background: white url("../grad.jpg") left repeat-y;
  text-align: center;
}

figure.center {
  margin: 0 auto;
  width: 100%;
  border: thick solid #85ccff;
  border-radius: 39px;
  background: white url("../grad.jpg") left repeat-y;
  text-align: center;
}

figure.right {
  float: right;
  margin: 12px;
  border: thick solid #85ccff;
  border-radius: 39px;
  background: white url("../grad.jpg") left repeat-y;
  text-align: center;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  text-align: left;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "\2192	";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.freshbutton {
  display: inline-block;
  border-radius: 12px;
  background-color: #85ccff;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  font-family: "Arial Narrow", arial;
  padding: 20px;
  width: 333px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.freshbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.freshbutton span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.freshbutton:hover span {
  padding-right: 25px;
}

.freshbutton:hover span:after {
  opacity: 1;
  right: 0;
}

.homebutton {
  background-color: #051245;
  height: 100%;
  bottom: 0px;
  line-height: 50px;
  color: white;
  font-size: 1em;
  text-align: center;
  margin-left: 0;
}

ol.with-parentheses {
  counter-reset: myCounter;
  list-style: none;
}

ol.with-parentheses > li::before {
  content: counter(myCounter) ") ";
  counter-increment: myCounter;
}

.copyright {
  font-size: 0.8em;
  text-align: right;
}

/* UL LI Style */

.ulli {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.ulli li {
  border: 2px solid #337ab7;
  border-radius: 22px;
  background: #ebf3fa;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 50px 16px 50px;
}
.ulli li:hover {
  z-index: 1;
}
.ulli li:before {
  border: 2px solid #337ab7;
  position: absolute;
  top: -14px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #337ab7;
  background: #f7fafd;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ulli li:hover:before {
  background: #337ab7;
  color: #fff;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.ulli li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  border-radius: 22px;
}
.ulli li:hover:after {
  width: 100%;
}