Sting_Portfolio
body, html{
    height: 100%;
    margin: -1%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
   /* background-color: rgb(201, 184, 177);*/
   

    


  }
  #fullSideWrapper{
    background: linear-gradient(rgb(201, 170, 183),rgb(221, 186, 184),rgb(214, 170, 183));
    padding-bottom: 10vh;
    margin: -1%;
  }

#headerWrapper{
  height: fit-content;
}

#overskrift{
  margin-left: 18vw;
  width: 66vw;
  display: flex;
  justify-content: center;
  font-size: 400%;
  border-bottom: 2px black solid;
  margin-bottom: 10vh;
  
}



#logo{
    width: 9vw;
    padding: 4vw;
    animation: fadein 3s;
    margin-left: 2vw;


}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.dropbtn {
    vertical-align: text-bottom;
    color: rgb(255, 255, 255);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-right: 1vw;
    margin-top: 2vh;
  }
  
.dropdown {
    position: relative;
    display: inline-block;
    margin: 1vw;
    margin-right: 5vw;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    margin-inline-end: auto;
    animation: fadein 3s;

    right: 5;

    min-width: 115px;

    z-index: 1;
  }
  
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

.dropdown:hover .dropdown-content {
    display: block;
    animation: fadein 3s;
}
.dropdown-content a:hover {
  color: rgb(225, 0, 255);
    animation: fadein 1s;
}

#navBox{
    display: flex;
    justify-content: end;

    padding-top: 3vh;
}
.navIcon {
    width: 35px;
    height: 5px;
    background: linear-gradient(rgb(252, 85, 132), rgb(252, 155, 187));
    margin: 6px 0;
}

#selskaper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 40vh;
  width: 68vw;
  margin-left: 16vw;
  

}

.companies{
  width: 30vw;
  margin: 2vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  max-height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  color: black;
}

.companies2{
  align-self: flex-start;
  width: 30vw;
  margin: 2vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  max-height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  color: black;
  float: left;
}

.selskapNyeImg{

  max-height: 15vh;
  max-width: 80%;
  display: flex;
  justify-content: center;
}


footer{
  color:rgb(0, 0, 0);
  padding-top: 3vh;
  height: 30vh;

  display:flex;
  border-top: 1px solid rgb(0, 0, 0);

  justify-content: space-evenly;
  margin-bottom: 0cm;

}

#footerLogoBox{
  height: 24vh;
  padding-top: 2vh;
}
#footerLogoBox a{
  display: flex;
  justify-content: center;
}
#footerLogo{
  max-height: 24vh;
}
.footerBoxes{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;


}
#socials{
  display: flex;
  width: 8vw;
  flex-direction: column;
  justify-content: space-around;

}
#socials a{
  display: flex;
  align-items: center;
  padding-top: 2vh;
}
#socials p{
  margin: 0;
}
#leftFooter p{
  display: flex;
  justify-content: flex-start;

  margin: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;


}
h2{
  padding-top: 2vh;
  margin: 0;
}



.socialImg{
  max-width: 3vw;

  margin: 0;
}
/*MOBIL*/
@media screen and (max-width: 1081px) {
  #selskaper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20vh;
    width: 80vw;
    margin-left: 10vw;
  
  }


  
  #logo{
    width: 15vw;
    padding: 4vw;
    animation: fadein 3s;
    margin-left: 2vw;

}
  .dropdown {
    position: relative;
    display: inline-block;
    margin: 1vw;
    margin-right: 10vw;
  }
  
  
    .dropdown-content {
      display: block;
      position: absolute;
      margin-inline-end: auto;
      animation: fadein 3s;
  
      right: 5;
  
      min-width: 115px;
  
      z-index: 1;
    }
  .companies{
    width: 70vw;
    margin: 2vw;
    padding-top: 5vh;
    padding-bottom: 23vh;
    max-height: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    color: black;
  }

  footer{
    color:rgb(0, 0, 0);
    height: fit-content;
    display:grid;
    border-top: 1px solid rgb(0, 0, 0);
    justify-content: center;
    grid-template-columns: 10vw 80vw 10vw;


  
  }
  #footerLogo{
    max-width: 100%;

  }
  #footerLogoBox{
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 3;
    display: grid;
    justify-content: center;

  }
  #footerLogoBox a{
    display: flex;
    justify-content: center;
  }
  .footerBoxes{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
  
  
  }
  #socials{
    display: flex;
    width: 80vw;
    margin-left: 10vw;
    flex-direction: row;
    justify-content: center;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-end: 1;
  
  }
  #socials a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  #socials p{
    margin: 0;
  }
  .socialImg{
    max-width: 10vw;

    margin: 0;
  }
  #leftFooter p{
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: x-small;

  
  }
  #leftFooter{
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-end: 2;
  }

  h2{
    padding-top: 5vh;
    padding-bottom: 2vh;
    margin: 0;
    justify-content: center;
    display: flex;
  }


  .dropdown-content {
    
    position: absolute;
    margin-inline-end: auto;
    animation: fadein 3s;

    right: 5;

    min-width: 115px;

    z-index: 1;
  }

}

