@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

* {
  box-sizing: border-box;
}

/* Extra small devices (phones, 600px and down) */

html {
  background-color: #F7BF70;
  background: url("../Pics/Banner-Final.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  min-height: 100vh;
  font-family: 'open sans condensed', sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  color: #000;
  letter-spacing: 1.5px;
}

.profile-pic {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 1));
}

#twitch-embed {
  display: none;
}

.logos {
  width: 50%;
  height: 100%;
  border-radius: 10px;
  /* filter:drop-shadow(0px 0px 2px rgba(8,8,8, 1))
         drop-shadow(0px 0px 3px rgba(8,8,8, 1))
         drop-shadow(0px 0px 4px rgba(8,8,8, 1))
         drop-shadow(0px 0px 5px rgba(8,8,8, 1))
         drop-shadow(0px 0px 1px rgba(181, 0, 251, 1)); */
  filter: drop-shadow(2px 2px 3px rgba(8, 8, 8, 1));
}

figcaption {
  font-size: 12px;
  border-radius: 10px;
  color: white;
  text-shadow: 2px 2px 1px black;
  filter: drop-shadow(2px 2px 3px rgba(8, 8, 8, 1));
}

img {
  transition: all .2s ease-in-out;
}

img:hover {
  transform: scale(1.2);
}

.col-small {
  max-height: 2%;
}

footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  /* background-color: rgba(236, 160, 91, 0.3); */
}

i {
  padding: 2px;
  color: rgba(255, 255, 255, 0.6);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
}

i:hover {
  color: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}

.fa-2x::before {
  font-size: 15px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .profile-pic {
    max-width: 100px;
    max-height: 100px;
  }

  .logos {
    width: 35%;
    height: 100%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .profile-pic {
    max-width: 150px;
    max-height: 150px;
  }

  .logos {
    width: 25%;
    height: 100%;
  }

  figcaption {
    font-size: 24px;
  }

  .fa-2x::before {
    font-size: 1em;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .profile-pic {
    max-width: 200px;
    max-height: 200px;
  }

  .logos {
    width: 20%;
    height: 100%;
  }

  figcaption {
    font-size: 32px;
  }

  .fa-2x::before {
    font-size: 1.5em;
  }

  #twitch-embed {
    display: block;
    width: 90%;
    max-width: 1080px;
    height: 0;
    padding-bottom: 50.625%;
    position: relative;
    margin: 2rem auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #twitch-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
