body {
  background: #B4C1DD;
  font-family: 'Miriam Libre', sans-serif;
  color: #13121D;
  position: relative;
  margin: 0;
  display: flex;
    flex-wrap: wrap;

}

header {
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(248, 175, 19) 100%); */
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: 'Urbanist', sans-serif;
  /* position: relative; */
  min-width: 100%;
  z-index: 500;
}
h1 {
  flex: 1;
  color: antiquewhite;
  position: absolute;
}

h2 {
  flex: 1;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

a:link {
  color: rgb(201, 113, 55);
}
a:visited {
  color: rgb(82, 96, 121);
}
a:hover {
  color: rgb(224, 53, 139);
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=20388);
}

a:active {
  color: rgb(224, 53, 139);
}

.square1 {
  height: 240px;
  min-width: 100%;
  background-color: #211D31;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;

}


.square2 {
  height: 240px;
  min-width: 100%;
  background-color: #211D31;
  position:absolute;
  bottom: 0; 
  left: 0;
  float: bottom;
  z-index: 1;

}


.username {
  margin-top: 3rem;
  font-size: 2.5rem;
}

#user-info {
  flex: 1;
width: 90%;  
font-size: 2rem;
  font-weight: 700;

}

.projectCounter {

  font-size: 2rem;
  top: 5rem;
}

.userPicture {
  width: 290px;
  -webkit-mask-image: url(./assets/bubble-3.svg);
  mask-image: url(./assets/bubble-3.svg);
  margin-top: 1.5rem;
}



/* ------------ Github projects */

/* main container */

#projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
}

/* project cards  */

.project {
  box-sizing: border-box;
  width: 100%;
  margin: 0.4rem;
  padding: 1rem;
  border-radius: 3px;
  background: rgb(255,255,255);
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,220,245,1) 35%, rgba(255,223,206,1) 100%); */
  box-shadow: 10px 10px 2px 1px rgba(48, 48, 57, 0.089);
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  gap: 1rem;
  z-index: 200;


}

/* ----------- text containers */

.left {

  min-width: 260px;
  font-size: 1rem;
}
.right {

  min-width: 240px;
  font-size: 0.8rem;
  display: inline-block;
  align-self: flex-end;  
}


.repoName {
font-size: 1.4rem;
padding-bottom: 1rem;
font-weight: 700;
}

.repoUrl {

color: rgb(255, 94, 0);

}

.giticon {
  width: 20px;
}



/* ------------- PROGRESS BUBBLE */

.progress-bubble {
 margin-top: 250px;
  margin-left: 180px;
  position: absolute;

}

#chart {
  
  /* max-width: 500px; */
  background: rgb(255, 255, 255);
  /* padding-bottom: 2rem; */
  align-items: flex-start;
  justify-content: flex-start; 
  
}

.chartmask {
  
  position: relative;
  -webkit-mask-image: url(./assets/bubble-4.svg);
  mask-image: url(./assets/bubble-4.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 170px;
  overflow: hidden;
  
}

.gettingthere {
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}


.computer {
  width: 80%;
  max-width: 500px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  align-self: flex-end;
  padding-bottom: 4rem;
  margin: auto;
  z-index: 20;

}

.svg {
  /* display: inline-block; */
  width: 100%;
  align-self: flex-end;
  padding-bottom: 4rem;
}
.gif {
  /* width: 100%; */
  -webkit-mask-image: url(./assets/tvmask.svg);
  mask-image: url(./assets/tvmask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;

}

.footer {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}



/* 
padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 10rem;
  padding-right: 2rem; */

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


.square2 {

  height: 180px;
}

.userPicture {
  width: 250px;
 
  margin-top: 1.8rem;
}


.chartmask {
  
  overflow: hidden;
  width: 120px;
}
.progress-bubble {
  margin-top: 200px;
  margin-left: 30%;
  position: absolute;
 
 }
 #projects {
   margin: auto;
   padding-bottom: 0;
   width: 95%;
 }

  .project {
    justify-content: center;
    max-width: 95%;
  }
.repoName {
  font-size: 1.2rem;
}
  .left {
  max-width: 80%;
  min-width: 240px;

  }

  .right {
  max-width: 90%;
  }

  .computer {
    padding-bottom: 2rem;
  }
/* 
  body {
    background-color: rgb(252, 59, 0);

  } */

}


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


.userPicture {
  width: 250px;
 
  margin-top: 3rem;
}
  
.chartmask {

  width: 130px;
}
.progress-bubble {
  margin-top: 270px;
  margin-left: 20%;
  position: absolute;
 
 }
/* 
  body {
    background-color: lawngreen;
  } */

  
}


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

  .progress-bubble {
    margin-top: 270px;
    margin-left: 20%;
    position: absolute;
   
   }

.userPicture {
  width: 300px;
  margin-top: 3rem;
}

#projects {
  margin: auto;
  padding-top: 3rem;


}
.project {
  flex-direction: row;
  max-width: 95%;
}

  /* body {
    background-color: rgb(157, 32, 182);
  } */

}
 

@media (min-width:701px) and (max-width:1100px) {
  
  .progress-bubble {
    margin-top: 270px;
    margin-left: 30%;
    position: absolute;
   
   }
  
  
  #projects {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 3rem;

    margin: auto;
    width: 90%;
    justify-content: space-between;
    
  }
  
  .project {
    flex: 1;
    min-width: 35%;
    max-width: 48%;
}

/* 
body {
  background-color: rgb(231, 255, 11);
} */

}

@media (min-width:1101px) and (max-width:1500px) {


header {
min-width: 300px;
max-width: 400px;
padding-left: 3rem;  
z-index: 500;
}

.userPicture {
  width: 370px;
  margin-top: 5rem;
}

.progress-bubble {
  bottom: 200px;
  margin-left: 100px;
  position: absolute;

 }
 
 .chartmask {

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 270px;
 }

  #projects {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    gap: 1rem;
    width: 100%;
    padding: 0;
    z-index: 500;
    margin-top: 8rem;
    margin-bottom: 9rem;
    margin-left: 3rem;

  }

  .project {
    min-width: 43%;
    max-width: 44%;
    padding: 2rem;
}


.left {

  min-width: 260px;
  font-size: 1rem;
}
.right {

  min-width: 240px;
  font-size: 0.8rem;
  display: inline-block;
  align-self: flex-end;  
}


.gettingthere {
  
  margin-bottom: 15rem;
  width: 55%;
  text-align: right;

}

.computer {

  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 20;
  width: 40%;
}

/* 
  body {
    background-color: rgb(53, 211, 216);
  }
   */
}

@media (min-width:1501px) and (max-width:1960px) {


  header {
  min-width: 300px;
  max-width: 550px;
  padding-left: 3rem;  
  z-index: 500;
  }

  .userPicture {
    width: 400; 
    margin-top: 5rem;
  }
    
  .progress-bubble {
    bottom: 200px;
    margin-left: 100px;
    position: absolute;

  }
  
  .chartmask {

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 220px;
  }
  
    #projects {
      flex-direction: row;
      flex-wrap: wrap;
      flex: 1;
      gap: 1rem;
      width: 100%;
      padding: 0;
      z-index: 500;
      margin-top: 8rem;
      margin-bottom: 5rem;
      margin-left: 3rem;
  
    }
  
    .project {
      min-width: 43%;
      max-width: 44%;
      padding: 2rem;
  }
  
  
  .left {
  
    min-width: 260px;
    font-size: 1rem;
  }
  .right {
  
    min-width: 240px;
    font-size: 0.8rem;
    display: inline-block;
    align-self: flex-end;  
  }
  
  
  .gettingthere {
    
    margin-bottom: 15rem;
    width: 55%;
    text-align: right;
  
  }
  
  .computer {
  
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 20;
    width: 40%;
  }
  
/*   
    body {
      background-color: rgb(216, 53, 115);
    } */
    
  }

@media (min-width:1961px) {


  header {
  min-width: 300px;
  max-width: 400px;
  padding-left: 10%;  
  z-index: 500;
  }
  .userPicture {
  
    margin-top: 5rem;
  }
  
     
  .progress-bubble {
    bottom: 200px;
    margin-left: 100px;
    position: absolute;

  }
  
  .chartmask {

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 220px;
  }
  
    #projects {
      flex-direction: row;
      flex-wrap: wrap;
      flex: 1;
      gap: 1rem;
      max-width: 1400px;
      padding: 0;
      z-index: 500;
      margin-top: 8rem;
      margin-bottom: 8rem;
      margin-left: 8rem;
  
    }
  
    .project {
      min-width: 43%;
      max-width: 44%;
      padding: 2rem;
  }
  
  
  .left {
  
    min-width: 260px;
    font-size: 1rem;
  }
  .right {
  
    min-width: 240px;
    font-size: 0.8rem;
    display: inline-block;
    align-self: flex-end;  
  }
  
  
  .gettingthere {
    
    margin-bottom: 15rem;
    width: 60%;
    text-align: right;
  
  }
  
  .computer {
  
    position: absolute;
    right: 6%;
    bottom: 0;
    z-index: 20;
    width: 40%;
  }
  
/*   
    body {
      background-color: rgb(216, 151, 53);
    } */
    
  }