 body {
  margin: 0px;

 }


.header-outer-wrapper {
    background-image: url("./assets/woods.jpg"); 
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

.portfolio-white {
  font-family:'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 100;
  color: whitesmoke;
  padding-left: 2em;
}

.bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 16px;
 
}

h1 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;;
}

.extra {
  font-size: 20px;
  font-weight: bold;

}
 /*The icons styling*/
.social-media {
  position: absolute;
  right: 5%;
  top: 1%;
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.profile-img {
  /* Positioning */
  position: absolute;
  right: 15%;
  bottom: -10%;

  width: 150px;
  height: 150px;

  /*  Rounded corners*/
  border-radius: 50%;

  /* An outline on the circle*/
  border: 2px solid whitesmoke;

  /* Makes sure nothing sticks out of the circle*/
  overflow: hidden;
}

.profile-img > img {
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.presentation {
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;;
  font-size: 16px;
  color: #2F2C2E;
  line-height: 30px;
}

.line {
  border: 1px solid #c62a88;
  width: 40px;
  display: inline-block;
  margin-bottom: 4px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #c62a88;
  border-radius: 50%;
  display: inline-block;
}

.paragraph-outer-wrapper {
  background-color: lightgray;
  display: flex;
  justify-content: center;
}

.paragraph-inner-wrapper {
  margin-top: 30px;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
    
}

.projects-inner-wrapper { /* flex-container*/
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  
}
.skill-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
 ul {
  font-family: 'Roboto';
  flex-direction: row;
}

.container {          /* flex-items*/
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #2F2C2E;
  line-height: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
} 

.other-projects {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #2F2C2E;
  line-height: 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.headline {
  background-color:#BA4C08;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: whitesmoke;
  width: fit-content;
  padding: 3px;
  align-self: center;
}

.headline-small {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 25;
  color: #BA4C08;
  margin-top: 10px;
}

.project-image-container {
  margin-top: 30px;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
}

.project-image {
  width: 100%;
}

.project-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
}

.project-image-title {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 25%;
  right: 25%;
  color: white;
  font-size: 30px;
  font-weight: 600;
}


a {
  text-decoration: none;
  color: #2F2C2E;
}

  /* tags displaying code involved*/
  .tag-wrapper {
    display: flex;
    /*align-items: flex-end;*/
  }
  
  .tag-wrapper p {
    font-family: "Roboto", sans-serif;
    color: #2b2e34;
    font-weight: bold;
    background-color:#5AE3E8;
    text-decoration: none;
  
    /* Matching line-height and font-size here gives full control 
       over the size of our tags to the padding*/
    font-size: 12px; 
    line-height: 12px;
  
    /* Control the size of the tags*/
    padding: 4px;
  
    /* Control the spacing of our tags*/
    margin: 3px;
  
    /* Some rounded borders*/
    border-radius: 5px;
  }

  .link-wrapper {
    width: 50%;
    margin: 5em;
    display: flex;
    justify-content: space-evenly;
    filter: invert(46%) sepia(99%) saturate(458%) hue-rotate(340deg) brightness(96%) contrast(92%);
  }

  footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: white;
    background-color: #EB7126;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .headline-footer {
    font-weight: 600;
  }


/* Laptop */
@media (min-width: 668px) and (max-width: 1024px) {
  .project-card {
    width: 35vw;
    height: 50vh;
    margin: 3em; 
  }

 .projects-inner-wrapper {
  margin-bottom: 5em;
 }

 .project-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
 }

  .header-outer-wrapper {
   height: 40vh;
  }

 .container {
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

  .project img {
    width: 25vw;
    height: 18vh;
    margin: 5vh;
}

.image-text{
  font-size: 20px;
}


}
/* Desktop */
@media (min-width: 1025px) {
  .project-card {
    width: 30vw;
    height: 50vh;
    margin: 3em;
  }

  .other-projects {
    width: 80vw;
    align-items: center;
  }

 .projects-inner-wrapper {
  margin-bottom: 5em;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-content: center;
 }

 .project-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
 }

  .container {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  .project img {
  width: 25vw;
  height: 30vh;
  margin: 5vh;
}

  .image-text{
  font-size: 20px;
}

}

/* fungerar i edge, chrome, firefox*/