body{
/*background-color:orange;*/
background-color:whitesmoke;
background-image:url(assets/poprondeFotos/orb.webp);
background-blend-mode:soft-light;
/*background-image:url(assets/poprondeFotos/straightbike.webp);
background-size:100vw*/
    /*border:1px solid red;*/
    overflow-x: hidden;
}
@keyframes bgswitch {
  from {background-color: wheat;}
  to {background-color: darkgreen;}
}
@keyframes bgswitchback{

  from {background-color: darkgreen;}
  to {background-color: wheat;}
}
body#funny2{
/*background-color:orange;*/
background-color:wheat;
background-image:url(assets/poprondeFotos/orb.webp);
background-blend-mode:soft-light;
/*background-image:url(assets/poprondeFotos/straightbike.webp);
background-size:100vw*/
    /*border:1px solid red;*/

  animation-name: bgswitch;
  animation-duration: 4s;
  animation-fill-mode: forwards;

}

.text{
position:relative;
background-image:url(./assets/poprondeFotos/straightbike.webp);
background-size:100vw
}
.Maintext{
position:relative;
background-image:url(./assets/poprondeFotos/straightbike.webp);
background-size:100vw
}
p{
color:blue;
background-color: yellow;
padding:5%;
/*mix-blend-mode:color-burn;*/
display:inline-block;
}

.wizContainer{
    border-radius: 43%;
    border: 15px solid red;
    padding: 15px;
    mix-blend-mode:color-burn;
}

.colorchange{
    border-radius: 43%;
    border: 15px solid red;
    mix-blend-mode:color-burn;
}
.audioBox{

    border-radius: 43%;
    border: 15px solid red;
    mix-blend-mode:color-burn;

}
#wizZone{
    background-color:red;

}

h1{
color:red;
mix-blend-mode:difference;
font-size:500%;
}

#retroPicture{
width:80vw;
  display: block;
margin-left:auto;
margin-right:auto;
}

#logotxt {
 transition: all 100.2s ease-in-out;

text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    z-index: 2000;
}

#logotxt:hover {
    transform: scaleY(1000.05);
}
#logoimg {
 transition: all 15.2s ease-in-out;
 width:5%; 
 top:25%

}

#logoimg:hover {
    transform: scale(1000.05);
    z-index: 2;
    transform: skewY(9000deg);
}

.mlemrecords img{
    width:20vw;
    position:absolute;
    right: 3%;
    top:3%;
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    /*mix-blend-mode:multiply;*/
}

.frames{
    margin:auto;
    display:grid;
    grid-template-rows: auto auto;
    justify-content:center;
    
}
iframe{
    width:49%;
    height:50vh;
}

#contactLink{
    position:absolute;
    right:3%;
    bottom:-50%;
    transition: all 0.2s ease-in-out;
    z-index:1;
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
#contactLink:hover{
    color:red;
    transform: scaleX(1.15);
}
#email{
transform:scaleX(1.05);
transform:skeyY(1.5);
}

.link{
    display:inline-block;
    position:relative;
    transition: all 0.2s ease-in-out;
    text-decoration:none;
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.link:hover{
    transform: scaleY(3.15);
    color:red !important;
}
.link#funny:hover{
    z-index:2000;
    transform: scale(56.15, 30);
    color:red !important;
}

#socialGrid{

    position:relative;
}

#socialGrid img{
        width: 90%;
    display: block;
    margin: auto;
    
}
#socials{
        position: absolute;
    top: 20%;
    left:28%;
    transform: translate(-50%, -50%);
    color: white; 
}

#socialLink{
    position:relative;
    top:40%;
    color:wheat;
    font-size:130%
}
#socialLink a{
    color:whitesmoke;
}

.demos {
  display: flex;
  justify-content: center;   
  gap: 2vw;                 
}


.youtube {
  position: relative;
  flex: 1;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

/* Play button circle */
.youtube .play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* VERY IMPORTANT */
}

/* Triangle */
.youtube .play::after {
  content: "";
  position: absolute;
  left: 32%;
  top: 25%;
  border-left: 28px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

/* Make iframe fill container */
.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}




/*SCREEM*/
.telepicture {
    position: relative;

    top:-120px;
    width: 1300px;          
    max-width: none;        
    aspect-ratio: 4 / 3;

    left: 50%;
    transform: translateX(-50%);
}

.computerInner,
.computerOuter,
.computerText {
    position: absolute;
    inset: 0;              
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.computerInner { z-index: 1; }
.slideContainer { z-index: 2; }
.computerOuter { z-index: 3; pointer-events:none; }
.computerText  { 
    z-index: 4;
    pointer-events: none;  
    mix-blend-mode:difference;
}

.slideContainer {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 52%;   
    aspect-ratio: 4 / 3;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.slideImage{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;
    object-fit:cover;

    transition: opacity 0.25s linear;
}





.slideContainer button {
    position: absolute;
    bottom: 10%;
    z-index: 10;
    padding: 0.5em 1em;
    cursor: pointer;

    background-color:white;
    color:white;
    width:15%;
    height:8%;
    animation-name: buttonAnimation;
    animation-iteration-count: infinite;
  animation-duration: 4s;
  mix-blend-mode:difference;
}

.slideContainer button:first-of-type {
    left: 26%;
}

.slideContainer button:last-of-type {
    right: 24%;
    width:14%;
}


.slideText *{
  transition: color 0.25s linear;
}

.slideText{
  position: absolute;
  left: 7%;
  top: 3%;
  width: 59%;
  text-align: left;

mix-blend-mode:difference;

  /*animation-name: txtAnimation;
  animation-iteration-count: infinite;
  animation-duration: 5s;*/
  }

.slideText h2{
    font-size:2rem;
}

.slideText h3{
    font-size:1.2rem;
    opacity:0.8;
}

.slideText p{
    font-size:0.9rem;
  animation-name: txtAnimation;
  animation-iteration-count: infinite;
  animation-duration: 5s;
}

.slideText a{
    display:inline-block;
    margin-top:10px;
  animation-name: txtAnimation;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}



@keyframes buttonAnimation {
  0% {background-color: rgba(0,0,0,0);}
  50% {background-color: rgba(250,0,250,255);}
  100% {background-color: rgba(0,0,0,0);}
}

/*@keyframes txtAnimation {
  0% {color: rgba(0,0,0,0);}
  25% {color: rgba(200,200,255,0.8);}
 35% {color: rgba(190,220,21,0.4);}
  50% {color: rgba(200,200,255,0.7);}
 63% {color: rgba(250,0,0,0.6);}
  75% {color: rgba(200,200,255,0.9);}
  84% {color: rgba(0,0,0,0.4);}
100% {color: rgba(0,0,0,0);}
}*/

    audio
{
    background-color: red;
    border: 5px solid red;
    float: right;
    mix-blend-mode: color-burn;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}
