:root {
  --dark-green: #001a0d;
  --black: #333;
  --magenta: #e517e5;
  --trans-black: rgba(0, 26, 13, .41);
  --pale-turquoise: #b8e6cf;
  --spring-green: #03fc80;
  --green: #007f3f;
  --dark-magenta: #7f407f;
  --gainsboro: #e5e5e5;
}

body {
  background-color: var(--dark-green);
  color: var(--black);
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--magenta);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.container {
  position: relative;
}

.pagebackground {
  object-fit: fill;
  background-image: url('../images/mlm-vicomte-1992.sw_-550x500.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  min-height: 100vh;
  overflow: visible;
}

.pagebackground.home {
  background-image: url('../images/mlm.Martien-le-Marteau.1991.FotoPortraet-4.jpg');
  background-position: 50%;
  background-size: auto 100vh;
  width: 100vw;
  min-height: 0;
}

.pagebackground.show {
  background-image: none;
}

.pagebackground.contactpage {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.pagebackground.about {
  background-image: none;
}

.pagebackground_mask {
  object-fit: fill;
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 11vh;
}

.menubutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 8px solid var(--dark-green);
  background-color: var(--trans-black);
  color: var(--pale-turquoise);
  text-align: left;
  cursor: pointer;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 50px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: 500;
  display: block;
}

.menubutton:hover {
  color: var(--spring-green);
  font-weight: 500;
}

.menubutton:active {
  border-bottom-width: 3px;
  margin-bottom: 10px;
  transform: translate(0, 4px);
}

.menubutton.w--current {
  color: var(--spring-green);
  background-color: rgba(0, 127, 63, .5);
  border-radius: 10px;
  font-weight: 600;
}

.menubutton.w--current:hover {
  color: var(--spring-green);
}

.menu_block {
  border-top: 5px none var(--dark-green);
  border-right: 5px none var(--dark-green);
  border-bottom: 5px none var(--dark-green);
  flex-direction: column;
  justify-content: space-around;
  width: 146px;
  padding-top: 2px;
  padding-right: 2px;
  display: flex;
}

.header {
  z-index: 10;
  color: var(--magenta);
  padding: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.header.about {
  color: var(--spring-green);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.about {
  color: var(--spring-green);
}

.bandcamp {
  z-index: 999;
  width: 400px;
  height: 300px;
  position: fixed;
  bottom: 0;
}

.html-embed {
  z-index: 999;
  width: 400px;
  height: 472px;
  position: fixed;
}

.footer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--pale-turquoise);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link {
  color: var(--pale-turquoise);
}

.footer_block {
  z-index: 1;
  background-color: rgba(0, 26, 13, .7);
  min-width: 56px;
  margin-top: -3px;
  padding-top: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text_block {
  box-shadow: none;
  color: var(--spring-green);
  object-fit: fill;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.text_block_mask {
  color: var(--pale-turquoise);
  cursor: auto;
  object-fit: fill;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.text_block_mask:active {
  transform: translate(0, 4px);
}

.header_mask {
  z-index: 10;
  color: var(--magenta);
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.header_mask.w--current {
  cursor: auto;
  border-radius: 0;
}

.contact {
  border-radius: 10px;
  flex-direction: column;
  width: 300px;
  height: 390px;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.field-label {
  color: var(--spring-green);
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.text-field {
  color: var(--dark-green);
  background-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  font-size: 14px;
}

.form {
  width: 300px;
  height: 300px;
  padding: 10px;
  display: block;
}

.contact_mask {
  border-radius: 10px;
  width: 300px;
  height: 390px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
}

.container-2 {
  overflow: hidden;
}

.success-message {
  color: var(--spring-green);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: auto;
}

.error-message {
  background-color: var(--spring-green);
  color: var(--magenta);
  position: absolute;
  top: 38%;
  bottom: auto;
  left: auto;
  right: auto;
}

.submit-button {
  border-bottom: 8px solid var(--dark-green);
  background-color: var(--trans-black);
  color: var(--spring-green);
  border-radius: 10px;
  font-weight: 600;
}

.submit-button:active {
  transform: translate(0, 4px);
}

.submit-button-_mask {
  border-radius: 10px;
  margin-top: 7px;
  display: inline-block;
  overflow: hidden;
}

.contact_block {
  z-index: 1;
  grid-column-gap: 68px;
  margin-left: -8px;
  display: flex;
  position: absolute;
  top: 42%;
  right: auto;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0);
}

.socialmedia_block {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.icon_mask {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.icon {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: visible;
}

.icon:active {
  transform: translate(0, 4px);
}

.icon_ins {
  background-image: url('../images/Instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px 38px;
  width: 40px;
  height: 40px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_email {
  background-image: url('../images/np_email_764294_03FC80.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px 38px;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_call {
  background-image: url('../images/np_phone_1585400_03FC80.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 46px;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page_image {
  background-image: url('../images/mlm.Martien-le-Marteau.1991.FotoPortraet-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page_image.show {
  background-image: url('../images/截屏2023-04-04-22.29.52.png');
  background-position: 50% 0;
}

.page_image.about {
  background-image: url('../images/mlm-vicomte-1992.sw_-550x500.jpg');
  background-position: 50% 0;
}

@media screen and (max-width: 991px) {
  .pagebackground {
    position: relative;
  }

  .pagebackground.home {
    background-size: auto 100vh;
  }

  .pagebackground.show {
    background-size: cover;
  }

  .pagebackground_mask {
    border: 1px #000;
  }

  .nav-menu {
    margin-top: 10vh;
  }

  .menubutton {
    min-width: 0;
    transition: opacity .2s;
    display: block;
  }

  .menubutton:hover {
    font-weight: 500;
  }

  .menu_block {
    padding-right: 2px;
  }

  .footer {
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .footer_block {
    min-width: 0;
    padding-top: 6px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .contact_block {
    right: auto;
  }

  .page_image {
    background-repeat: no-repeat;
    background-size: auto 100vh;
  }

  .page_image.about {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .pagebackground {
    background-image: url('../images/mlm-vicomte-1992.sw_-550x500.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0;
  }

  .pagebackground.home {
    background-size: auto 100vh;
  }

  .menubutton {
    width: 108px;
  }

  .menu_block {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 115px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
    display: flex;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block {
    white-space: pre;
  }

  .contact_block {
    justify-content: center;
    position: absolute;
    top: 45%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .socialmedia_block {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .pagebackground {
    background-size: cover;
    min-width: 100vw;
  }

  .pagebackground.home {
    background-size: auto 100vh;
  }

  .pagebackground_mask {
    background-size: cover;
    min-width: 100vw;
  }

  .nav-menu {
    max-width: 59px;
    margin-top: 10vh;
  }

  .menubutton {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
  }

  .menubutton:hover {
    font-size: 16px;
    font-weight: 500;
  }

  .header {
    white-space: nowrap;
    margin-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
  }

  .heading {
    font-size: 22px;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    white-space: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block {
    white-space: normal;
  }

  .footer_block {
    padding-top: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text_block {
    width: 250px;
    height: 250px;
    font-size: 11px;
  }

  .text_block_mask {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 45%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .rich-text-block {
    font-weight: 400;
  }

  .header_mask {
    white-space: nowrap;
    margin-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
  }

  .contact_block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    top: 40%;
    bottom: 12%;
  }

  .socialmedia_block {
    grid-column-gap: 5px;
    flex-direction: row;
    justify-content: space-around;
  }

  .icon_mask {
    border-radius: 0;
  }

  .page_image {
    height: 100vh;
    overflow: hidden;
  }
}
