* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  transition: 0.6s;
}

.resdis {
  text-align: center;
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 100;
  line-height: 0.7rem;
  position: fixed;
  top: auto;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
}
.resdis.moveup {
  top: 0.8rem;
}
body {
  background: black;
  font-family: "Roboto", sans-serif;
}
html {
  cursor: url(/cur/cursor.png), url(/cur/cursorsmall.png), not-allowed;
  scroll-behavior: smooth;
}
img {
  pointer-events: none !important;
  cursor: url(/cur/cursorlogo.png), url(/cur/cursorlogosmall.png), not-allowed;
  border-radius: 5px;
}
a {
  cursor: url(/cur/cursorpointer.png), url(/cur/cursorpointersmall.png), pointer;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  transform: scale(112%);
}

iframe {
  border-radius: 5px;
}

.backfloat {
  position: fixed;
  left: 10px;
  bottom: -15px;
  background: none;
  height: auto;
  width: 5rem;
  opacity: 0.5;
  font-size: 5rem;
  text-align: center;
  transform: rotate(-90deg);
  cursor: url(/cur/cursorpointer.png), url(/cur/cursorpointersmall.png), pointer;
}
.backfloat:hover {
  opacity: 1;
  transform: rotate(-90deg) scale(125%);
}

.topfloat {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 30px;
  height: 5rem;
  width: auto;
  background: none;
  opacity: 0.5;
  font-size: 5rem;
  text-align: center;
  cursor: url(/cur/cursorpointer.png), url(/cur/cursorpointersmall.png), pointer;
}
.topfloat:hover {
  opacity: 1;
  transform: scale(125%);
  -moz-animation: growshrink 1s linear infinite;
  -webkit-animation: growshrink 1s linear infinite;
  animation: growshrink 1s linear infinite;
}
.topfloat.show {
  display: block;
}

.instafloat {
  position: fixed;
  right: 6px;
  top: 10px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  -moz-animation: growshrink 3s linear infinite;
  -webkit-animation: growshrink 3s linear infinite;
  animation: growshrink 3s linear infinite;
}
.ytfloat {
  position: fixed;
  left: 10px;
  top: 6px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  -moz-animation: growshrink 3s linear infinite;
  -webkit-animation: growshrink 3s linear infinite;
  animation: growshrink 3s linear infinite;
}
.instafloat:hover,
.ytfloat:hover {
  opacity: 1;
  transform: scale(125%);
  -moz-animation: growshrink 0s;
  -webkit-animation: growshrink 0s;
  animation: growshrink 0s;
}
.instafloat a img,
.ytfloat a img {
  width: 2rem;
  height: auto;
  vertical-align: middle;
}
.logomain,
.navmain,
.covermain,
.contentmain,
.socialheadmain,
.instamain,
.ytmain,
.mailmain,
.footercontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logomain a {
  margin: 10px auto 5px;
}

.logomain a img,
.covermain a img {
  width: 320px;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.navmain a {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  border: 3px ridge rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.navmain a:hover {
  font-weight: 700;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  -moz-animation: growshrink 1s linear infinite;
  -webkit-animation: growshrink 1s linear infinite;
  animation: growshrink 1s linear infinite;
}
.covermain a {
  margin: 5px auto 10px;
}
.contentmain p {
  font-size: 1.2rem;
  margin-top: 5px;
}
.socialheadmain p {
  font-size: 0.8rem;
  margin: 10px auto 5px;
  -moz-animation: dash 10s linear infinite;
  -webkit-animation: dash 10s linear infinite;
  animation: dash 10s linear infinite;
}
.instamain a,
.ytmain a {
  font-size: 1rem;
}
.instamain a:hover img,
.ytmain a:hover img {
  transform: scale(125%);
  -moz-animation: growshrink 0s;
  -webkit-animation: growshrink 0s;
  animation: growshrink 0s;
}
.instamain a img,
.ytmain a img {
  width: 2rem;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
  -moz-animation: growshrink 3s linear infinite;
  -webkit-animation: growshrink 3s linear infinite;
  animation: growshrink 3s linear infinite;
}
.mailmain a {
  font-size: 1rem;
  text-align: center;
}
.logofooter {
  width: 2rem;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
.footercontent a {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 15px;
  white-space: nowrap;
}
.footercontent p {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 5px;
  -moz-animation: dash 10s linear infinite;
  -webkit-animation: dash 10s linear infinite;
  animation: dash 10s linear infinite;
  white-space: nowrap;
}

.pagemain,
.calendarmain,
.videosmain,
.photosmain {
  text-align: center;
  margin: 20px auto;
}
.calendarmain p {
  font-size: 0.8rem;
  margin: 5px auto;
}
.calendarcontent,
.videoscontent,
.photoscontent {
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  display: inline-block;
}
.calendarcontent h3 {
  text-decoration: underline;
  margin: 5px auto 0;
}
.calendarcontent a {
  margin: 5px 10px;
}

.photoscontent a img {
  vertical-align: middle;
}

@media (max-width: 600px) {
  .videoscontent {
    display: flex;
    flex-direction: row;
    align-content: center;
  }
}
@-moz-keyframes dash {
  0% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(10%);
  }
}
@-webkit-keyframes dash {
  0% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes dash {
  0% {
    -moz-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

@-moz-keyframes growshrink {
  0% {
    transform: scale(125%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(125%);
  }
}
@-webkit-keyframes growshrink {
  0% {
    transform: scale(125%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(125%);
  }
}
@keyframes growshrink {
  0% {
    -moz-transform: scale(125%);
    -webkit-transform: scale(125%);
    transform: scale(125%);
  }
  50% {
    -moz-transform: scale(100%);
    -webkit-transform: scale(100%);
    transform: scale(100%);
  }
  100% {
    -moz-transform: scale(125%);
    -webkit-transform: scale(125%);
    transform: scale(125%);
  }
}
