@font-face {
  font-family: 'Okomito Medium';
  src: url('fonts/Okomito Medium.otf');
}

@font-face {
  font-family: 'Okomito Regular';
  src: url('fonts/Okomito Regular.otf');
}

@font-face {
  font-family: 'Okomito Light';
  src: url('fonts/Okomito Light.otf');
}

@font-face {
  font-family: 'Okomito Italic';
  src: url('fonts/Okomito Italic.otf');
}

body{
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

.dragscroll:active {
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
  cursor : -o-grabbing;
  cursor : grabbing;
}

.dragscroll::-webkit-scrollbar {
    display: none;
}

#line1 {
  font-family: 'Okomito Light';
  position: absolute;
  width: 100%;
  top: 30%;
  overflow: auto;
  white-space: nowrap;
  font-size: 6vw;
  cursor : -webkit-grab;
  cursor : -moz-grab;
  cursor : -o-grab;
  cursor : grab;
  color: #5F6064;
}

#line1 a {
  display: inline-block;
  text-align: center;
  padding: 1%;
  text-decoration: none;
}

#line1 a:hover {
  color: black;
}

#line1::-webkit-scrollbar {
    display: none;
}

#line1:active{
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
  cursor : -o-grabbing;
  cursor : grabbing;
}

#line2 {
  position: absolute;
  width: 100%;
  top: 40%;
  overflow: auto;
  white-space: nowrap;
  font-size: 6vw;
  cursor : -webkit-grab;
  cursor : -moz-grab;
  cursor : -o-grab;
  cursor : grab;
  color: #5F6064;
}

#line2 a {
  display: inline-block;
  text-align: center;
  padding: 1%;
  text-decoration: none;
}

#line2 a:hover {
  color: black;
}

#line2::-webkit-scrollbar {
    display: none;
}

#line2:active{
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
  cursor : -o-grabbing;
  cursor : grabbing;
}

#line3 {
  position: absolute;
  width: 100%;
  top: 55%;
  overflow: auto;
  white-space: nowrap;
  font-size: 6vw;
  cursor : -webkit-grab;
  cursor : -moz-grab;
  cursor : -o-grab;
  cursor : grab;
  color: #5F6064;
}

#line3 a {
  display: inline-block;
  text-align: center;
  padding: 1%;
  text-decoration: none;
}

#line3 a:hover {
  color: black;
}

#line3::-webkit-scrollbar {
    display: none;
}

#line3:active{
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
  cursor : -o-grabbing;
  cursor : grabbing;
}

#title1{
  font-family: Okomito Medium;
}

#title2{
  font-family: Okomito Medium;
}

.titles{
  font-family: 'Okomito Medium';
}

.subtitles{
  font-family: 'Okomito Regular';
}

.keywords{
  font-family: 'Okomito Light';
}

/*#line1:hover > .keywords{
  opacity: 0.5;
}

#line1:hover > .keywords:hover{
  opacity: 1;
}

#line1:hover > .titles{
  opacity: 0.5;
}

#line1:hover > .titles:hover{
  opacity: 1;
}

#line1:hover > .subtitles{
  opacity: 0.5;
}

#line1:hover > .subtitles:hover{
  opacity: 1;
}

#line2:hover > .keywords{
  opacity: 0.5;
}

#line2:hover > .keywords:hover{
  opacity: 1;
}

#line2:hover > .titles{
  opacity: 0.5;
}

#line2:hover > .titles:hover{
  opacity: 1;
}

#line2:hover > .subtitles{
  opacity: 0.5;
}

#line2:hover > .subtitles:hover{
  opacity: 1;
}

#line3:hover > .keywords{
  opacity: 0.5;
}

#line3:hover > .keywords:hover{
  opacity: 1;
}

#line3:hover > .titles{
  opacity: 0.5;
}

#line3:hover > .titles:hover{
  opacity: 1;
}

#line3:hover > .subtitles{
  opacity: 0.5;
}

#line3:hover > .subtitles:hover{
  opacity: 1;
}*/

#note{
  display: none;
  position: absolute;
  font-family: Okomito Light;
  top: 10%;
  left: 40%;
  right: 10%;
  border-color: black;
  border-style: solid;
  padding: 3%;
  background-color: white;
  font-size: 1.5vw;
  line-height: 1.4;
}

#plus{
  position: absolute;
  font-family: Okomito Regular;
  top: 90%;
  right: 5%;
  font-size: 5vw;
  cursor: pointer;
}

#plusInfo{
  display: none;
  position: absolute;
  font-family: Okomito Light;
  top: 10%;
  left: 40%;
  right: 10%;
  border-color: black;
  border-style: solid;
  padding: 3%;
  background-color: white;
  font-size: 1.5vw;
  line-height: 1.4;
}

#img1{
  display: none;
  position: absolute;
  top: 10%;
  left: 40%;
  right: 10%;
  z-index: -1;
}

#img11{
  max-width: 60%;
  height: auto;
}

#img2{
  display: none;
  position: absolute;
  top: 45%;
  left: 40%;
  right: 10%;
  z-index: -1;
}

#img21{
  max-width: 100%;
  height: auto;
}
