@media (min-width: 600px) {

body {
  margin: 0;
  overflow: hidden;
}

/* -------------------- */
/* INTRO BACKGROUND     */
/* -------------------- */
.intro {
  position: fixed;
  inset: 0;
  background-image: url("scroll/ant1.jpg");
  background-size: cover;
  background-position: center;
  z-index: 100;
animation: fadeOutIntro 3.5s ease-in-out forwards;
}

/* fades intro away */
@keyframes fadeOutIntro {
  0%   { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

/* -------------------- */
/* SLIDESHOW           */
/* -------------------- */
.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

  opacity: 0;
  animation: fade 30s infinite;
}

/* images */
.img1 { background-image: url("scroll/1.jpg"); animation-delay: 0s; }
.img2 { background-image: url("scroll/saph1.jpg"); animation-delay: 5s; }
.img3 { background-image: url("scroll/clown1.jpg"); animation-delay: 10s; }
.img4 { background-image: url("scroll/bts.jpg"); animation-delay: 15s; }
.img5 { background-image: url("scroll/clown.jpg"); animation-delay: 20s; }
.img6 { background-image: url("scroll/ant1.jpg"); animation-delay: 25s; }

@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  20%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}

.header{
    z-index: 100;
    height: 17%;
    display:block;
    position:fixed;
    width: 100%;
    top: 0;                    
    left: 0;                  
    padding: 0;                
    margin: 0;
    background-color: rgba(240, 255, 255, 0.4);
}

.pink{
  color:hotpink
}

    .topmenu{
        font-size:100%;
        border-spacing: 5px;
        position:fixed;
        right: 0;
        width: 30%;
        top: 10%;
        margin-right: 3%;
    }

.button1,
.button1:link,
.button1:visited {
  width: 120px; 
  color: #333;
  cursor: pointer;
  font-size: 100%;
  text-decoration: none; 
  transition: color 0.3s ease;
  letter-spacing: 2px;
}

.button1:hover,
.button1:active {
  color: grey; 
}

     .titleblock {
  margin-left: 2%;
  margin-top: 1.1%;
  display: inline-block;
  z-index: 0;   
}

         .maintitle{
          position: relative;
        font-size: 350%;
        /* margin-top: 2%; */
        margin-left: 2%;
        z-index: 100;
        font-family: 'cinc';
        color:black;
          text-align: center;
          z-index: 1000;
     }

        .mainunder{
          position: relative;
        font-size: 159%;
        margin-top: 0;
        margin-left: 7%;
        z-index: 100; 
        color:black;
          text-align: center;
            letter-spacing: 9px; 
            z-index: 1000;
     }

     /* background image */
.bg-image {
  position: absolute;
  inset: 0;              /* fills container */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  left: -240px;
}

html, body {
  margin: 0;
  height: 100%;
}

/* centers everything in the page */
.centerwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70vw;
}

/* big title */
.centertext {
  color: white;
  font-size: 360%;
  margin: 0;
}

/* subtitle directly under it */
.smallcenter {
  color: white;
  font-size: 150%;
  letter-spacing: 2px;
  margin-top: 20px;
}

}

/* ############################################################################################################################
################################## */

@media (max-width: 600px) {

body {
  margin: 0;
  overflow: hidden;
}

/* -------------------- */
/* SLIDESHOW           */
/* -------------------- */
.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

  opacity: 0;
  animation: fade 30s infinite;
}

/* images */
.img1 { background-image: url("scroll/3.JPG"); animation-delay: 0s; }
.img2 { background-image: url("scroll/saph1.jpg"); animation-delay: 5s; }
.img3 { background-image: url("scroll/clown1.jpg"); animation-delay: 10s; }
.img4 { background-image: url("scroll/bts.jpg"); animation-delay: 15s; }
.img5 { background-image: url("scroll/clown.jpg"); animation-delay: 20s; }
.img6 { background-image: url("scroll/ant1.jpg"); animation-delay: 25s; }

@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  20%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}

.header{
    z-index: 100;
    height: 9%;
    display:block;
    position:fixed;
    width: 100%;
    top: 0;                    
    left: 0;                  
    padding: 0;                
    margin: 0;
    background-color: rgba(240, 255, 255, 0.4);
}

.pink{
  color:hotpink
}

.topmenu {
  font-size: 100%;
  position: fixed;
  right: 0;
  top: 5%;
  margin-right: 2%;
  border-spacing: 15px 0;      
}

.button1,
.button1:link,
.button1:visited {
    width: 35px; 
  color: #333;
  cursor: pointer;
  font-size: 90%;
  text-decoration: none; 
  transition: color 0.3s ease;
  letter-spacing: 2px;
}

.button1:hover,
.button1:active {
  color: grey; 
}

.titlebutton {
  display: inline-block;   /* makes it act like one unit */
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}

/* hover affects BOTH texts together */
.titlebutton:hover {
  color: grey;
}

     .titleblock {
  margin-left: 5%;
  margin-top: 1.1%;
  display: inline-block;
  z-index: 0;   
}

         .maintitle{
          position: relative;
        font-size: 175%;
        /* margin-top: 2%; */
        margin-left: 2%;
        z-index: 100;
        font-family: 'cinc';
          text-align: center;
          z-index: 1000;
     }

        .mainunder{
          position: relative;
        font-size: 70%;
        margin-top: 0;
        margin-left: 7%;
        z-index: 100; 
          text-align: center;
            letter-spacing: 3px; 
            z-index: 1000;
     }

     /* background image */
.bg-image {
  position: absolute;
  inset: 0;              /* fills container */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  left: -40px;
}

/* ########### end header
############################################
#### */

.centerwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
}

/* big title */
.centertext {
  color: white;
  font-size: 200%;
  margin: 0;
}

/* subtitle directly under it */
.smallcenter {
  color: white;
  font-size: 90%;
  letter-spacing: 2px;
  margin-top: 10px;
}
}

 @font-face  {
    font-family:'balgin';
    src: url("Balgin/Demo_Fonts/Fontspring-DEMO-balgin-black.otf")
 }

 @font-face  {
    font-family:'blink';
    src: url("blink-twice-font/BlinktwiceRegular-4BvE4.otf")
 }

 @font-face  {
    font-family:'cinc';
    src: url("cinzel/Cinzel-Regular.otf")
 }
