.colors {
  red: #d64422;
  orange: #c37f26;
  yellow: #ddcd40;
  lblue: #91b1b8;
  blue: #0797bc;
  dbrown: #5f4a04;
  lgreen: #8d9b67;
  dgreen: #2f3b2f;
  white: #fffdf1;
  pink: #fff5f5;
  lgrey: #bbbbbb;
  mgrey: #707070;
  dgrey: #4e4e4e;
  black: #131313;
  red-grey: #9c8783;
}

html {
  margin: 0;
}

body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 100%;
  background-color: #fffdf1;
}

a {
  color: #4e4e4e;
  text-decoration: none;
}

.link {
  color: #0797bc;
}

a:hover {
  color: #ddcd40;
}

a:visited {
  color: ;
}

h1 {
  font: small-caps 2em Verdana, sans-serif;
  display: flex;
  font-size: 3em;
  color: #707070;
  padding: 0% 0% 0% 6%;
}

h2 {
  font: small-caps 1.5em Verdana, sans-serif;
  color: #91b1b8;
  padding-left: 15%;
}

h3 {
  font: small-caps 1.5em Verdana, sans-serif;
  color: #91b1b8;
  text-align: center;
}

.tagsHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #4e4e4e;
}

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

.Tag {
  margin: 10px;
  height: auto;
  opacity: 30%;
}

.topSection {
  display: flex;
  flex-direction: row;
  background-color: #fffdf1;
  align-items: center;
  justify-content: space-evenly;
}

.logo {
  width: 10%;
  height: auto;
}

.linkFrags {
  width: 70%;
  display: flex;
  font-size: 1.6em;
  padding: 1%;
  justify-content: space-between;
}

.rightmarginLink {
  padding: 4%;
  font-size: 0.8em;
}

@media (max-width: 800px) {
  .topSection {
    flex-direction: column;
    justify-content: center;
  }
  .topSection h1 {
    text-align: center;
  }
  .logo {
    width: 40%;
    padding-top: 6%;
  }
  h1 {
    padding: 0% 0% 0% 0%;
  }
  .linkFrags {
    flex-direction: column;
    padding-bottom: 10%;
  }
  .rightmarginLink {
    text-align: center;
    padding: 4%;
  }
}

.heroImage {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #91b1b8;
  padding: 1%;
  margin: 0% 0% 7% 0%;
  justify-content: center;
}

.heroText {
  display: flex;
  text-align: center;
  margin: 2% 10%;
  color: #131313;
  font: italic small-caps 1.5em Verdana, serif;
}

.descText {
  /* display: flex; */
  font-size: 1.1em;
  line-height: 1.5;
  color: #4e4e4e;
  text-indent: 5%;
  padding: 0em 1em;
}

.block {
  display: flex;
  flex-direction: column;
  border: solid #f1edec;
  border-width: 0em 0.25em;
  margin: 2% 20% 5% 20%;
}

.albumLink {
  display: inline;
  color: #8d9b67;
}

.partition {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #91b1b8;
  /* padding: 0.5% 0.5%; */
  padding: 2% 0% 0% 0%;
}

.musicdescText {
  font: small-caps 1.5em Verdana, sans-serif;
  color: #131313;
  text-align: center;
}

.musicdescText2 {
  font: bold small-caps 1.3em Verdana, sans-serif;
  color: #fffdf1;
  text-align: center;
  padding-bottom: 4%;
}

.musicDesc {
  display: flex;
  font: italic small-caps 1em Verdana, serif;
  text-align: center;
  margin-bottom: 25px;
}

.musicLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.musicTags {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.3em;
  margin: 2% 20% 0% 20%;
}

.grid {
  display: flex;
}

.gridDiv {
  display: flex;
  flex-direction: column;
  border: solid #f1edec;
  border-width: 0.1em 0em 0em 0em;
  margin: 4% 0% 10% 0%;
}

.tagAlign {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cover {
  width: 150px;
}

.video {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .video {
    width: 100%;
    height: auto;
  }
}

.aboutDiv {
  display: flex;
  border-width: 0em 0.25em 0em 0em;
  margin: 2% 20% 5% 20%;
}

.photoDiv {
  display: flex;
}

.photo {
  object-fit: contain;
  height: auto;
  width: 100%;
}

.aboutDesc {
  display: flex;
  flex-direction: column;
  border: solid #f1edec;
  border-width: 0em 0.25em;
}

@media (max-width: 800px) {
  .musicdescText {
    font: small-caps 1.2em Verdana, sans-serif;
  }

  .musicdescText2 {
    font: bold small-caps 1.1em Verdana, sans-serif;
    color: #fffdf1;
    text-align: center;
    padding-bottom: 4%;
  }
  .aboutDiv {
    justify-content: center;
    flex-direction: column;
    margin: 0% 20% 0% 20%;
    border-width: 0em 0.25em 0em 0.25em;
  }
  .descText {
    font-size: 1em;
    text-align: center;
  }
  .block {
    margin: 2% 12% 5% 12%;
  }

  .aboutDiv {
    margin: 2% 12% 5% 12%;
  }

  .cover {
    width: 170px;
  }

  .grid {
    display: block;
  }

  .photoDiv {
    display: block;
  }
}

.lowerTag {
  margin: 10px;
  height: auto;
}

.termsBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.termsText {
  margin: 2% 20% 5% 20%;
  font-size: 1em;
  line-height: 1.7;
  color: #4e4e4e;
  text-align: center;
}

.copyright {
  text-align: center;
  font-size: 0.7em;
  color: #bbbbbb;
}
