.mason {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/BG2.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.about {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: url('../images/BG32.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container-2 {
  position: static;
  display: block;
  padding-top: 300px;
}

.container-3 {
  display: block;
  margin-top: 220px;
  padding-top: 220px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vw;
  min-width: 100vw;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/BG42.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 3px;
}

.div-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.home:active {
  color: #9b9b9b;
}

.home:focus {
  color: #9b9b9b;
}

.home:visited {
  color: #333;
}

.home.w--current {
  color: #8f8f8f;
}

.aboutlink {
  color: #333;
}

.aboutlink.w--current {
  color: #8f8f8f;
}

.aboutlink.current {
  color: #8f8f8f;
}

.listenlink.w--current {
  color: #8f8f8f;
}

.html-embed {
  text-align: center;
}

.facebook {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  font-size: 14px;
}

.insta {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  background-image: url('../images/insta.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  font-size: 14px;
}

.youtube {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  background-image: url('../images/youtube.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  font-size: 14px;
}

.spotify {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  background-image: url('../images/spotify.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  font-size: 14px;
}

.apple {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  background-image: url('../images/apple.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  font-size: 14px;
}

.div-block-3 {
  padding-top: 0px;
}

@media screen and (min-width: 1280px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-3 {
    padding-top: 300px;
  }

  .player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-2 {
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .container-3 {
    margin-top: 300px;
  }

  .player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-top: 650px;
  }

  .div-block-3 {
    padding-top: 650px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-height: 100px;
    max-width: 300px;
    margin-top: 220px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .paragraph {
    margin-bottom: auto;
    font-size: 10px;
    line-height: 12px;
  }

  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 80vw;
    max-width: 80vw;
  }

  .container-2 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-3 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .player {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .home {
    padding-top: 80px;
    text-align: center;
  }

  .aboutlink {
    text-align: center;
  }

  .listenlink {
    text-align: center;
  }

  .merchlink {
    text-align: center;
  }

  .tourdates {
    text-align: center;
  }

  .contactlink {
    text-align: center;
  }

  .bookinglink {
    text-align: center;
  }

  .div-block-3 {
    margin-top: 220px;
    padding-top: 220px;
  }
}