@import url('/fonts/Raleway/stylesheet.css');
:root {
  --normal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.13),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0934511),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0774939),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0525061),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0365489);
  --text-shadow: 0px 100px 145px rgba(0, 0, 0, 0.25),
    0px 41.7776px 60.5775px rgba(0, 0, 0, 0.179714),
    0px 22.3363px 32.3876px rgba(0, 0, 0, 0.149027),
    0px 12.5216px 18.1562px rgba(0, 0, 0, 0.125),
    0px 6.6501px 9.64265px rgba(0, 0, 0, 0.100973),
    0px 2.76726px 4.01252px rgba(0, 0, 0, 0.0702864);
}

html,
body {
  width: 100%;
  min-height: 100vh;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  /* background-size: 400% 400%; */
  animation: gradient 10s ease infinite;
}

i {
  padding: 0em 0.5em 0em 0em;
  text-decoration: none;
}

#topper {
    border-radius: 27% 73% 24% 76% / 63% 26% 74% 37%;
    background: #9796f0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fbc7d477, #9796f077);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fbc7d477, #9796f077); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3em;
    box-shadow: var(--normal-shadow);
}

#foot {
  height: 4em;
}

.profile-pic {
  width: 8em;
  height: 8em;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 2em;
  box-shadow: var(--normal-shadow);
}

.username {
  font-size: 3rem;
  text-decoration: none;
  margin: 0.5em 0em 0.25em 0em;
  color: white;
  text-shadow: 4px 3px 0 #7A7A7A;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
}

.bio {
  font-size: 1.5rem;
  text-decoration: none;
  margin: 0.25em 0em 3em 0em;
  color: white;
  text-shadow: 4px 3px 0 #7A7A7A;
  font-family: "Signika", sans-serif;
  font-weight: 300;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  overflow: visible;
  transform-style: preserve-3d;
  z-index: 2;
}

.link-items {
  padding: 0.5em;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid black;
  border-radius: 10px;
  text-align: center;
  width: 22em;
  background: #33333333; 
  border-image: -webkit-linear-gradient(to right, #bfe9ff, #ff6e7f); 
  border-image: linear-gradient(to right, #bfe9ff, #ff6e7f);
  background-size: 400% 400%;
  background-blend-mode: normal;
  box-shadow: var(--normal-shadow);
  animation: gradient 10s ease infinite reverse;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  z-index: 3;
}

.link-items:hover {
  transform: scale(1.2);
  border-bottom: 2px solid black;
}

.link-itemsb {
  background: coral;
  padding: 0.6em;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  border-bottom: 1px solid black;
  text-align: center;
  width: 34em;
  background: linear-gradient(to right, #654ea3, #eaafc8);
  background-size: 400% 400%;
  background-blend-mode: normal;
  box-shadow: var(--normal-shadow);
  animation: gradient 10s ease infinite reverse;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  z-index: 3;
}

.link-itemsc {
  background: coral;
  padding: 0.8em;
  font-size: 1.6em;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  border-bottom: 1px solid black;
  text-align: center;
  background: linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  background-blend-mode: normal;
  box-shadow: var(--normal-shadow);
  animation: gradient 10s ease infinite reverse;
  transition: 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  z-index: 3;
}

.link-itemsd {
  --startDeg: 0deg;
  inline-size: auto;
  block-size: auto;
  border: 1vmin solid hsl(100 100% 60%);
  border-image-source: linear-gradient(to right, #9796f0, #fbc7d4);
  border-image-slice: 1;
  border-radius: 10px;
  display: grid;
  place-content: center;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: var(--normal-shadow);
  font-size: 1.6em;
  text-decoration: none;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  transition: 0.8s;
  background-color: #33333333;
  background-blend-mode: normal;
  transform: scale(1);
  animation: pulse 2s infinite;
  z-index: 3;
}

.link-itemse {
  background: coral;
  padding: 0.2em;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  border-bottom: 1px solid black;
  text-align: center;
  width: 900px;
  background: linear-gradient(to right, #654ea377, #eaafc877);
  background-size: 400% 400%;
  background-blend-mode: normal;
  box-shadow: var(--normal-shadow);
  animation: gradient 10s ease infinite reverse;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  overflow: visible;
  transform-style: preserve-3d;
  z-index: 4;
}

.merch {
  --startDeg: 0deg;
  inline-size: auto;
  block-size: auto;

  border: 2vmin solid hsl(100 100% 60%);

  border-image-source: linear-gradient(to right, #fc5c7d70, #6a82fb70);
  border-image-slice: 1;
  border-radius: 10px;
  display: grid;
  place-content: center;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: var(--normal-shadow);
  font-size: 1.6em;
  text-decoration: none;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  transition: 0.8s;
  background-color: rgba(50,50,155,0.4);
  background-blend-mode: screen;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.merchtext {
    display: block;
    font-size: 1.7em;
}

.merchtext2 {
    display: block;
}

.merchpic {
    
}

.line-break {
  width: 100%;
}

.summer {
    font-weight: 200;
}

.link-itemsb:hover {
  transform: scale(1.2);
  background-blend-mode: screen;
}

.link-itemsc:hover {
  transform: scale(1.2);
  background-blend-mode: multiply;
}

.link-itemsd:hover {
  transform: scale(1.3);
}

.link-itemse:hover {
  transform: scale(1.5);
}

#twitchstatus {
   display: block;
   font-size: 1.1rem;
}

.status {
    font-size: 1.1rem;
    display: block;
    align-items: center;
    margin: 5px 5px 5px 5px;
}

.status2 {
    font-size: 1.0em;
    font-weight: 300;
    display: inline;
}

.sthumb {
    width: 384;
    height: 216;
    border-radius: 10px;
}

#ideavid {
        width: 900px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 10px;
  z-index: 5;
}

iframe {
    aspect-ratio: 16 / 9;
        width: 100% !important;
        z-index: 5;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
  transform-style: preserve-3d;
  z-index: 4;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform:translateZ(-1px);
}

#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100vw; 
  height: 100vh;
  z-index: -100;
  object-fit: cover;
}

#watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.7;
 -webkit-filter: drop-shadow(5px 5px 8px #000000);
 filter: drop-shadow(5px 5px 8px #000000);
 z-index:99;
 color:white;
}

#titlemark
{
 position:fixed;
 top:10px;
 left:10px;
 opacity:0.7;
 -webkit-filter: drop-shadow(5px 5px 40px #00000088);
 filter: drop-shadow(5px 5px 40px #00000088);
 z-index:99;
 color:white;
}

#twitch {
    min-width: 90%;
    width: 90%;
    height: auto;
}

#twitchd {
    min-width: 90%;
    width: 90%;
    height: auto;
}

@media screen and (max-width: 700px) {
  .link-items {
    width: 14em;
  }
  .link-itemsd {
    width: 16em;
  }
  .link-itemsb {
    width: 16em;
  }
  .link-itemse {
    width: 16em;
  }
  .links {
    gap: 2.5em;
  }
  #ideavid {
      
  }
}

@media screen and (max-width: 1600px) {
    #watermark {
      display: none;
  }
  #titlemark {
      display: none;
  }
}



@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
  
}
