
.background-wrapper::after {
  background-image: url('../media/misc/album-compressedbg.jpg');
  background-color: rgba(0, 0, 0, 0.336);
  background-blend-mode: overlay;
  z-index: -2;
}

@media screen and (max-width: 500px) {
  .background-wrapper {
    background-image: url('../media/misc/album-compressedbg-mobile.jpg');
  }
}

.navbar.scrolled {
  background-color:#1b0d0bc9;
}

.album-header{
  font-family: "cheap-pine-sans";
  color: rgb(253, 246, 171);
  text-align: center;
  margin: 0;
  padding: 0px;
}

.album-header p {
  margin: 10px;
}
.album{
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.album img {
  margin: 0;
  padding: 0;
}

.text1{
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
  color:rgb(253, 246, 171);
}

.text2{
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
  color:rgb(253, 246, 171);
}


.text-title{
  padding-top: 20px;
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color:rgb(253, 246, 171);
}

.text-container{
  width: 50%;
  padding-bottom: 50px;
}



@media screen and (max-width: 840px)
{
  .album {
    width: 80%;
  flex-direction: column;
  }

  .text p {
    width: 100%;
  }
}

@media screen and (max-width: 678px)
{
  .text-container {
    width: 85%;
    }
  .text2 {
    font-size: 20px;
  }

}