@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Poppins', sans-serif;
}

body {
  color: #fff;
  min-height: auto;
  background-attachment: fixed;
  background-image: url("../img/amonred.gif");
}

.main{
  display: block;
}

.container{
  display: flex;
  justify-content: center;
}

.glass-container{
  display: block;
  max-width: 72vw;
  margin-top: 5vh;
  margin-bottom: 5vh;
  background: rgba(0, 0, 0, 0.56);
  padding: 50px;
  border-radius: 50px;
  box-shadow: 0 4px 40px rgb(255, 255, 0);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(12px);
}

.image-wrapper{
  display: flex;
  margin: auto;
}
.image-wrapper img{
  max-width: 500px;
}

.attrebute{
  top: 15px;
  scale: 80%;
}

.image-description {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 50%;
  scale: 110%;
}

.main-content{
  display: flex;
  margin: auto;
}


.main-content-hello{
  display: block;
  margin: auto;
}

.main-content-hello h1{
  font-size: 5vh;
}

.main-content-hello h2{
  color: yellow;
}
.main-content-description{
  font-size: 20px;
  margin-top: 5vh;
  max-width: 1000px;
}

hr{
  border-color: yellow;
  margin-bottom: 2vh;
  min-width: auto;
}

.social{
  display: block;
  text-align: center;
  justify-content: left;
  font-size: 30px;
  margin: auto;
}

.alt-content{
  display: flex;
  margin: auto;
  max-width: 1400px;
  height: auto;
}

.alt-content hr{
  min-height: 1000px;
  border: 10px solid rgba(255, 0, 0, 0.45);
  border-radius: 25px;
  justify-content: center;
  position: relative;
}

.skills{
  justify-content: center;
  min-width: 45%;
  margin: 0;
  max-width: 45%;
  height: auto;
}

.skills h2{
  position: relative;
  left: 30%;
  font-size: 40px;
}
.skills p{
  position: relative;
  left: 30%;
  font-size: 20px;
}

.skills-images{
  max-width: 75%;
  position: relative;
  top: 200px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;

}
.skills img{
  margin: 8px;
  max-width: 25%;
}

.references{
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

h2[alt="references-head"]{
  position: relative;
  font-size: 40px;
  left: 32%;
}
p[alt="references-desc"]{
  position: relative;
  font-size: 20px;
  left: 35%;
}

.reference-area{
  left: 15%;
  position: relative;
  height: 200px;
  min-width: auto;
  max-width: 80%;
  display: flex;
  margin-top:30px;
  margin-bottom: 30px;
  border: red 0 solid;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 30px red;
  border-radius: 2vh;
}
.reference-logo{
  margin: auto;
}
.reference-logo img{
  max-width: 100px;
  position: relative;
  left: 20px;
}
.reference-logo p{
  text-align: center;
  position: relative;
  left: 20px;
  top: 10px;
  font-size: 10px;
}
.reference-content{
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.reference-content h2{
  justify-content: center;
  font-size: 25px;
  margin-bottom: 2%;
}
.reference-content p{
  text-align: justify;
  font-size: 15px;
  position: relative;
  left: 8%;
  max-width: 90%;
}

.social-buttons{
  justify-content: center;
  scale: 120%;
  margin-top: 3%;
  margin-bottom: 4%;
}

.social-buttons a{
  text-decoration: none;
  margin-left: 2%;
  background-color: transparent;
  color: yellow;
  border: 1px yellow solid;
  border-radius: 8px;
  padding: 25px 35px;
  font-size: 30px;

}
.social-buttons a:hover{
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0, 149, 255, 0.62) 100%);
}


.footer{
  text-align: center;
  margin-bottom: -20px;
}

@media screen and (max-width: 500px){

  .glass-container{
    display: block;
    max-width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background: rgba(0, 0, 0, 0.56);
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgb(255, 255, 0);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(12px);
  }

  .main-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
  }
  .main-content-hello h1{
    font-size: 30px;
  }
  .main-content-hello h2{
    font-size: 18px;
  }

  .alt-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    min-width: 100%;
  }
  .alt-content hr{
    min-height: 0;
    margin-top: 3vh;
    border: 5px solid red;
    width: 100%;
  }

  .image-wrapper img{
    width: 100%;

  }
  .image-description{
    width: 110%;
  }

  .skills{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .skills h2{
    left: 0;
    font-size: 35px;
  }
  .skills p{
    left: 0;
    font-size: 15px;
  }

  .skills-images{
    top: 0;
    max-width: 100%;
    margin-top: 3vh;
  }

  .references{
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
  }

  h2[alt="references-head"]{
    left: 0;
    font-size: 35px;
  }
  p[alt="references-desc"]{
    left: 0;
    font-size: 15px;
  }

  .reference-area{
    left: 0;
    position: relative;
    height: auto;
    min-width: 220px;
    display: flex;
    margin-top:30px;
    margin-bottom: 30px;
    justify-content: space-between;
    border: red 0 solid;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 30px transparent;
    border-radius: 2vh;
    flex-direction: column;
    text-align: center;
  }
  .reference-logo{
    margin: auto;
  }
  .reference-logo img{
    top: 20px;
    max-width: 75px;
    position: relative;
    left: 0;
  }
  .reference-logo p{
    display: none;
  }
  .reference-content{
    position: relative;
    display: block;
    margin: 3vh auto;
    text-align: center;
  }
  .reference-content h2{
    font-size: 15px;
    margin-bottom: 2%;
    position: relative;
    right: 0;
  }
  .reference-content p{
    text-align: justify;
    font-size: 13px;
    position: relative;
    left: 4%;
    max-width: 90%;
  }

  .social-buttons{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    scale: 120%;
    margin-top: 3%;
    margin-bottom: 12%;
  }
  .social p{
    margin-bottom: 6vh;
  }
  .social{
    display: block;
    text-align: center;
    justify-content: left;
    font-size: 20px;
    margin-bottom: 50px;
  }
  .social-buttons a{
    width: 5vh;
    height: 3vh;
    margin: 0.4vh;
    text-decoration: none;
    background-color: transparent;
    color: yellow;
    border: 1px yellow solid;
    border-radius: 8px;
    padding: 25px 25px;
    font-size: 30px;

  }
}


@media screen and (min-width: 501px) and (max-width: 800px){

  .glass-container{
    display: block;
    max-width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background: rgba(0, 0, 0, 0.56);
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 40px rgb(255, 255, 0);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(12px);
  }

  .main-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
  }
  .alt-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    min-width: 100%;
  }
  .alt-content hr{
    min-height: 0;
    margin-top: 3vh;
    border: 5px solid red;
    width: 100%;
  }

  .image-wrapper img{
    width: 50%;

  }
  .image-description{
    min-width: 100%;
  }


  .main-content-hello h1{
    font-size: 5vh;
  }

  .main-content-hello h2{
    color: yellow;
  }
  .skills{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .skills h2{
    left: 0;
  }
  .skills p{
    left: 0;
  }

  .skills-images{
    top: 0;
    max-width: 100%;
    margin-top: 3vh;
  }

  .references{
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
  }

  h2[alt="references-head"]{
    left: 0;
  }
  p[alt="references-desc"]{
    left: 0;
  }

  .reference-area{
    left: 0;
    position: relative;
    height: auto;
    min-width: 400px;
    display: flex;
    margin-top:30px;
    margin-bottom: 30px;
    border: red 0 solid;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 30px transparent;
    border-radius: 2vh;
    flex-direction: column;
    text-align: center;
  }
  .reference-logo{
    margin: auto;
  }
  .reference-logo img{
    top: 20px;
    max-width: 75px;
    position: relative;
    left: 0;
  }
  .reference-logo p{
    display: none;
  }
  .reference-content{
    position: relative;
    display: block;
    margin: 3vh auto;
    text-align: center;
  }
  .reference-content h2{
    font-size: 20px;
    margin-bottom: 2%;
    position: relative;
    right: 0;
  }
  .reference-content p{
    text-align: justify;
    font-size: 13px;
    position: relative;
    left: 4%;
    max-width: 90%;
  }

  .social-buttons{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    scale: 120%;
    margin-top: 3%;
    margin-bottom: 12%;
  }
  .social p{
    margin-bottom: 6vh;
  }
  .social{
    display: block;
    text-align: center;
    justify-content: left;
    font-size: 20px;
    margin: auto;
  }
  .social-buttons a{
    width: 5vh;
    height: 3vh;
    margin: 0.2vh;
    text-decoration: none;
    background-color: transparent;
    color: yellow;
    border: 1px yellow solid;
    border-radius: 8px;
    padding: 25px 25px;
    font-size: 30px;

  }
  .social-buttons a:hover{
    background: rgb(0, 0, 0);
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0, 149, 255, 0.62) 100%);
  }

}
