/*#menuDesktopWrapper {
  background-color: rgba(255, 236, 255, 0.8);
}

body #menuDesktop a {
  color: rgb(225, 123, 123);
}

body #menuDesktop a:hover {

  color: rgb(182, 80, 80);
  transition-duration: 0.4s;
}*/

/*#guitarTape1Body {
  background-image: url('/Pictures/Baggrund hjemmeside u tekst 4000x2500-compressed.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  background-size: cover;
}*/

.contentWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.topRow {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;


  margin-bottom: 40px;

}

.topRow NuTaendesDerStjerner {
  color: white;
}

.topRow guitarTape1 {
  color: rgb(225, 123, 123);
}

.topRow p {
  max-width: 400px;

}

.bottomRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}


.spotifyIframe {
  height: 300px;
  -webkit-box-shadow: -1px 8px 20px 0px rgb(0 0 0 / 19%);
  box-shadow: -1px 8px 20px 0px rgb(0 0 0 / 19%);
  border-radius: 18px;
  margin: 10px;
}

.pic img{
  width: 300px;
  height: 300px;
  -webkit-box-shadow: -1px 8px 20px 0px rgb(0 0 0 / 19%);
  box-shadow: -1px 8px 20px 0px rgb(0 0 0 / 19%);
  border-radius: 18px;
  margin: 10px;

}






/*#spotifyPlayer img {
  height: 300px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.19);
  margin-top: 20px;
}*/



/* -------MOBILE---------- */
@media only screen and (max-width: 800px) {
  .contentWrapper {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row;

  }


  .topRow {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .topRow p {
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }


}
