/*
* Common 
********************/
html,
body {
  background-size: cover;
  width: 100%;
  margin: 0;
  font-family: "Arial", sans-serif;
}
/*
* Main
**********************/
.main {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.main img.background {
  width: 100%;
}
.main .header {
  position: absolute;
  top: 10px;
  left: 20%;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.main .header img {
  width: 40px;
}
.main .header ul {
  display: flex;
}
.main .header li {
  padding-left: 20px;
  list-style: none;
}
.main .header li a {
  color: rgb(223, 230, 236);
  font-style: italic;
}
.main .text {
  position: absolute;
  top: 110px;
  left: 30%;
  width: 40%;
  z-index: 1;
}

.main .left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53%;
  height: 56%;
  z-index: 2;
}

.main .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  z-index: 3;
}
/*
historypage
********************/

.iconbar .navbar li a {
  color: #707581;
}
.iconbar {
  /* position: relative; */
  /* top: 9px; */
  width: 60%;
  margin: 10px auto;
  left: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iconbar img.icons {
  width: 105px;
  height: 35px;
}
.navbar {
  list-style: none;
  text-decoration-color: gainsboro;
}

.navbar li {
  display: inline;
  padding: 10px;
  color: #95a3c0;
  font-style: italic;
}
.historypage {
  background: url("img/2ndbackground.svg");
  position: relative;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}
.num1 {
  position: absolute;
  left: 8%;
  font-size: 150px;
  top: 10%;
  color: rgb(22, 22, 22, 0.3);
}
.heading1 {
  font-size: 5vw;
  position: absolute;
  left: 27vw;
  top: 125px;
  color: #41516b;
}
.text {
  position: absolute;
  left: 20vw;
  top: 215px;
  color: #2e2d2d;
}
.blackbox {
  position: absolute;
  background-color: rgba(126, 135, 151, 0.85);
  width: 100%;
  bottom: 0px;
  z-index: 1;
  height: 200px;
}

.box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.box img {
  width: 140px;
  padding: 5px;
  right: 16px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 5px;
}
.dots {
  display: flex;
  justify-content: center;
}
.activedot {
  background-color: white;
}
/*
last page
********************/

.head {
  position: relative;
  height: 30vh;
}
.num2 {
  position: relative;
  /* left: 8vw; */
  font-size: 21vh;
  color: rgba(10, 5, 5, 0.3);
  top: 24px;
}
.heading2 {
  font-size: 2vw;
  position: absolute;
  left: 34vw;
  bottom: 39%;
  color: #657999;
}
.text2 {
  position: absolute;
  left: 44%;
  top: 29%;
  color: #2e2d2d;
  font-size: 25px;
}

.lastpage {
  height: 80vh;
  position: relative;
  background: url("img/lastbackground.svg");
  background-size: cover;
  background-attachment: fixed;
}
.navbar1 {
  position: absolute;
  top: 0;
  background-color: #414f6a;
  width: 60%;
  padding: 0 20%;
  display: flex;
}
.nav1 {
  padding: 10px 15px;
  color: white;
}
.nav2 {
  padding: 10px 15px;
  color: rgba(70, 69, 133, 0.8);
  background-color: gainsboro;
}
.lastpage a {
  text-decoration: none;
}
.block {
  position: absolute;
  background-color: rgba(216, 216, 216, 0.85);
  width: 260px;
  z-index: 2;
  height: 190px;
  left: 280px;
  top: 60px;
  text-align: center;
  opacity: 0.4;
}
.block .schedule {
  margin-left: 20px;
  font-size: 25px;
}
table {
  border-spacing: 10px;
}
.footer {
  width: 100%;
  background-color: #414f6a;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.footer img {
  margin-left: 100px;
}
.footer h3 {
  margin-right: 100px;
  color: rgb(22, 22, 22, 0.3);
}

@media only screen and (max-width: 800px) {
  .heading1 {
    font-size: 5vw;
    position: absolute;
    left: 28vw;
    top: 16%;
    color: #41516b;
  }
  .heading2 {
    font-size: 3vw;
    position: absolute;
    left: 36vw;
    bottom: 22%;
    color: #657999;
  }
  .text2 {
    position: absolute;
    left: 50%;
    top: 29%;
    color: #2e2d2d;
    font-size: 15px;
  }
  .block {
    height: 150px;
    width: 200px;
  }
  .block .schedule {
    /* margin-left: 0px; */
    font-size: 25px;
  }
  table {
    border-spacing: 5px;
    font-size: 13px;
  }
  .lastpage {
    height: 60vh;
    position: relative;
    background: url(img/lastbackground.svg);
    background-size: cover;
    background-attachment: fixed;
  }
  element.style {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .main .text {
    position: absolute;
    top: 75px;
    left: 30%;
    width: 40%;
    z-index: 1;
  }
  .main .header li a {
    color: rgb(223, 230, 236);
    font-style: italic;
    font-size: 10px;
  }
  .iconbar img.icons {
    width: 100px;
    height: 25px;
  }
  .box img {
    width: 77px;
    padding: 5px;
    right: 16px;
  }
  .heading1 {
    font-size: 7vw;
    position: absolute;
    left: 65vw;
    top: 170px;
    color: #41516b;
  }
  .navbar1 {
    position: absolute;
    top: 0;
    background-color: #414f6a;
    height: 27px;
    display: flex;
  }
  .navbar li {
    display: table-cell;
    padding: 4px;
    color: #95a3c0;
    font-size: 8px;
    font-style: italic;
  }
  .nav2 {
    padding: 4px;
  }
  .nav1 {
    padding: 5px;
  }
  .text {
    position: absolute;
    left: 9vw;
    top: 36%;
    color: #2e2d2d;
  }
  .blackbox {
    position: absolute;
    background-color: rgba(126, 135, 151, 0.85);
    width: 100%;
    bottom: 0px;
    z-index: 1;
    height: 110px;
  }
  .num2 {
    position: relative;
    left: 1vw;
    font-size: 12vh;
    margin-left: 3%;
    color: rgba(10, 5, 5, 0.3);
    top: 26px;
  }
  .text2 {
    position: absolute;
    left: 39%;
    top: 15%;
    color: #2e2d2d;
    font-size: 15px;
  }
  .block {
    position: absolute;
    background-color: rgba(216, 216, 216, 0.85);
    width: 215px;
    z-index: 2;
    height: 178px;
    left: 25px;
    top: 60px;
    text-align: center;
    opacity: 0.4;
  }
  table {
    /* border-spacing: 10px; */
    display: contents;
    font-size: small;
  }
  .footer h3 {
    margin-right: 0;
    color: rgb(22, 22, 22, 0.3);
    font-size: 10px;
  }
  .footer img {
    margin-left: 0;
  }
  .heading2 {
    font-size: 3vw;
    position: absolute;
    left: 25vw;
    bottom: 57%;
    color: #657999;
  }
}
