@media (min-width: 600px) {
.body{
    background-color: white;
}

.header{
    z-index: 100;
    height: 17%;
    display:block;
    position:fixed;
    width: 100%;
    top: 0;                    
    left: 0;                  
    padding: 0;                
    margin: 0;
    background-color: white;
}

.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;
}

.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: 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';
          text-align: center;
          z-index: 1000;
     }

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

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

    .centertext{
  position: absolute;
  padding-top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70vw;
  font-size: 200%;
    }

    .ig_img{
        height:50px;
    }
}

/* ###############################################################################################################33
#### */

@media (max-width: 600px) {
.body{
    background-color: white;
}

.header{
    z-index: 100;
    height: 9%;
    display:block;
    position:fixed;
    width: 100%;
    top: 0;                    
    left: 0;                  
    padding: 0;                
    margin: 0;
    background-color: white;
}

.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;
}

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

    .centertext{
  position: absolute;
padding-top:150%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70vw;
  font-size: 150%;
    }

    .ig_img{
        height:50px;
    }
}

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