html {
  background-color: #151730;
  color: #26a5ff;
}

@font-face {
  font-family: font;
  src: url(/assets/komaxis.woff);
}

body {
  background-color: #151730;
  animation: fadeInAnimation ease 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: font;
}

img {
  pointer-events: none;
}

.fifty {
  width: 49%;
  display: inline-table;
}

.lefty {
  width: 50%;
  align-items: right;
  display: inline-table;
}

.righty {
  width: 50%;
  margin-left: -10%;
  display: inline-table;
}

#mask {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#popup {
  display: none;
  background-color: #272a58;
  -moz-box-shadow: 3px 3px 5px 6px #25a4fe;
  -webkit-box-shadow: 3px 3px 5px 6px #25a4fe;
  box-shadow: 1px 1px 5px 5px #25a4fe;
  position: absolute;
  top: 123px;
  left: 25%;
  z-index: 100;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 50%;
  height: max-content;
  border-radius: 10px;
}

.tcIcon {
  width: 500px;
  border-radius: 50%;
}

.cbutton {
  width: max-content;
  padding-top: 2px !important;
  padding: 15px;
  border-style: solid;
  border-color: #26a5ff;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  cursor: pointer;
}

.cbutton:hover {
  color: #151730;
  transition: all 500ms;
  background-color: #26a5ff;
  border-color: #272a58;
}

.cbutton:not(:hover) {
  color: #26a5ff;
  transition: all 500ms;
  background-color: #151730;
  border-color: #26a5ff;
}

.pursel {
  width: 30% !important;
}

.galImg {
  width: 250px;
  display: inline-table;
}

.dm {
  width: 250px;
}

.gp {
  width: max-content;
  padding: 10px;
  border-style: dotted;
  border-radius: 10px;
}

.teamDiv {
  width: 25vw;
  padding: 15px;
  border-style: dashed;
  border-radius: 5px;
  display: inline-block;
  margin-right: 15px;
}

.teamImg {
  border-radius: 50%;
  width: 50%;
}

.logintb {
  color: white;
  width: 300px !important;
}

.dateArea {
  height: 25vh;
  width: 90%;
  resize: none;
  color: #26a4fe;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 10px;
  border-width: 3px;
  border-color: #26a4fe;
}

.dateArea:focus-visible {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .homeTitle {
    font-size: xx-large;
  }

  .hideMobile {
    display: none;
  }

  .tcIcon {
    border-radius: 50%;
    width: 300px;
  }

  .cbutton {
    margin-right: 0 !important;
  }

  .bsize {
    font-size: x-large;
  }

  .fifty {
    margin-bottom: 5vh;
    width: 100%;
    display: inline-table;
  }

  .lefty {
    width: 55%;
    margin-bottom: 0.5vh;
    align-items: right;
    display: inline-table;
  }

  .righty {
    width: 55%;
    margin-left: 0% !important;
    display: inline-table;
  }

  .pursel {
    width: 80% !important;
  }

  .dm {
    width: 150px;
  }

  .teamDiv {
    width: 90%;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 0px !important;
  }

  .teamImg {
    border-radius: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 1330px) {
  .righty {
    width: 70%;
    margin-top: 5vh;
    margin-left: 5% !important;
    display: inline-table;
  }
}

@media only screen and (max-height: 735px) {
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
