@font-face {
  font-family: "Super Theory";
  src: url("https://continuer.de/music/img/CATChilds.ttf");
}

html
{
    scroll-behavior: smooth;
    background-image: url(/img/bg.png);
    background-size: cover;
}

body,h1,h2,h3,h4,h5,h6
{
    font-family: "Super Theory", sans-serif;
    color: #5B2C6F;
}

b
{
    font-weight: bold;
    color: #5B2C6F;
}

body, html 
{
    height: 100%;
}

.w3-pale-red
{
    background-color: #5b2c6fd3 !important;
    color: #D6C1ED!important;
}

p 
{
    line-height: 2;
}

.bgimg, .bgimg2 
{
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimg 
{
    /*background-image: url("/img/background.png");*/
    background-color: #D6C1ED66;;
}

.bgimg2 
{
    background-image: url("/w3images/flowers.jpg");
}
.social-icons 
{
    padding-top: 1rem;
}
.social-icons a 
{
    display: inline-block;
    height: 3.5rem;
    width: 3.5rem;
    background-color: #5B2C6F;
    color: #D6C1ED!important;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 4.5rem;
    margin-right: 1rem;
    border: none;
    transition: 0.4s;
}
.social-icons a:hover 
{
    background-color: #D6C1ED;
    color: #5B2C6F!important;
    border: 1px solid #5B2C6F;
}

.hoverPink:hover
{
    background-color: #D6C1ED !important;
    opacity : 1f;
}

.link
{
    color: #000;
    text-decoration: underline !important;
}

.link:hover
{
    color: #D6C1ED;
}

.linkDarkHover
{
    color: #5B2C6F;
    text-decoration: underline !important;
}

.linkDarkHover:hover
{
    color: #5B2C6F;
}

.linkWhite
{
    color: #D6C1ED;
    text-decoration: underline !important;
}

.linkWhite:hover
{
    color: #5B2C6F;
}

.ownButton
{
    color: #D6C1ED !important;
    background-color: #5B2C6F!important;
    border: none;
    transition: 0.7s;
}

.ownButton:hover
{
    color: #5B2C6F !important;
    background-color: #D6C1ED !important;
    border: 1px solid #5B2C6F;
}

#myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
  }

  
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    justify-content: center;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  .rotate img{
    transition: 1s ease;
    }
    
    .rotate img:hover{
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
    }

  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }
  
  iframe
  {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
  }

  .fa, .fa-solid, .fa-brands
  {
    font-size: 30px;
    /*width: 50px;
    height: 50px;*/
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    
    background-image: linear-gradient(to bottom right, #D6C1ED, #5B2C6F);
    /*background: #D6C1ED;*/
    color: white;
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }

  .emily
  {
    font-family: "Super Theory", sans-serif;
    color: white;
  }
  .certto
  {
    font-family: "Certto", sans-serif;
    color: white;
  }
  .funk
  {
    font-family: "LT Funk", sans-serif;
    color: white;
  }
  .love
  {
    font-family: "Love", sans-serif;
    color: white;
  }

  /* Add a hover effect if you want */
  .fa:hover, .fa-solid:hover, .fa-brands:hover  
  {
    opacity: 0.7;
  }

  .fa-discord
  {
    padding-left: 4px;
    padding-top: 10px;
  }
  .fa-youtube
  {
    padding-left: 4px;
    padding-top: 10px;
  }
  .fa-hand-holding-heart
  {
    padding-left: 4px;
    padding-top: 10px;
  }
  .fa-snowflake
  {
    padding-left: 4px;
    padding-top: 10px;
  }