@font-face {
  font-family: "Moms Typewriter";
  src: url("fonts/MomsTypewriter.ttf") format("truetype");
}

@font-face {
  font-family: "1942 Report";
  src: url("fonts/1942.ttf") format("truetype");
}

@font-face {
  font-family: "Punk Typewriter";
  src: url("fonts/PunkTypewriter.otf") format("opentype");
  size-adjust: 200%;
}

* {
  box-sizing: border-box;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14pt;
  font-family: "Punk Typewriter", "1942 Report", "Moms Typewriter", Arial;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:visited,
a {
  color: inherit;
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  z-index: 100;
  background: rgb(20, 20, 20);
  background: -moz-linear-gradient(
    180deg,
    rgba(20, 20, 20, 1) 0%,
    rgba(20, 20, 20, 0.5382528011204482) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(20, 20, 20, 1) 0%,
    rgba(20, 20, 20, 0.5382528011204482) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(20, 20, 20, 1) 0%,
    rgba(20, 20, 20, 0.5382528011204482) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

#menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

#menu-button:hover {
  border: solid rgb(230, 230, 230) 2px;
}

#main-menu.normal {
  height: 100px;
  background: rgb(20, 20, 20);
  border-bottom: solid rgb(230, 230, 230) 4px;
  justify-content: space-around;
}

#main-menu #logo-menu > img {
  width: 150px;
  height: auto;
}

#main-menu.normal #logo-menu > img {
  width: 75px;
  height: auto;
}

#main-menu #logo-menu-hidden {
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

#main-menu #logo-menu-hidden > img {
  width: 100px;
  height: auto;
}

#main-menu .menu-section {
  display: flex;
  align-items: center;
}

#main-menu .menu-section > .menu-option {
  padding: 20px;
  font-size: 1.1em;
}

#main-menu .menu-section > .menu-option:hover {
  text-decoration: underline;
}

.light-contrast {
  background-color: rgb(230, 230, 230);
  color: rgb(20, 20, 20);
}

.dark-contrast {
  background-color: rgb(20, 20, 20);
  color: rgb(230, 230, 230);
}

.post-banner {
  padding: 40px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.post-banner .container {
  max-width: 500px;
  text-align: center;
}

.post-banner .container .title {
  font-size: 2.5rem;
}

.post-banner .container .story div {
  font-family: "1942 Report";
}

.post-banner .container .story > div {
  margin-bottom: 20px;
}

.post-banner .container .story > div {
  margin-bottom: 20px;
}

#family {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-size: 2rem;
  text-align: center;
}

#family .band-member {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 30px;
}

#family .band-member > .member-foto {
  overflow: hidden;
  max-width: 500px;
  height: auto;
  max-height: 700px;
  border-radius: 40px;
}

#family .band-member > .member-foto > img {
  width: 100%;
}

#family .band-member > .member-story {
  padding: 20px;
  max-width: 600px;
  font-family: "1942 Report";
}

#family .band-member.left > .member-story {
  text-align: left;
}

#family .band-member.right > .member-story {
  text-align: right;
}

#family .band-member > .member-story > .story-title {
  font-size: 1.5rem;
}

#family .band-member > .member-story > .story-body {
  font-family: "1942 Report";
}

.banner {
  width: 100%;
  height: 620px;
  background-image: url("../media/img/LosNorreaBanner.png");
  background-position: center;
}

#events {
  padding: 40px 20px;
}

.events-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.events-list .event {
  width: 400px;
  height: 350px;
  margin: 30px;
  border-radius: 15px;
  padding: 25px;
  border: solid rgb(237, 50, 55) 4px;
  background-color: rgb(20, 20, 20);
  color: rgb(230, 230, 230);
  position: relative;
}

.events-list .event.finished {
  background-color: rgb(68, 68, 68);
  color: rgb(137, 137, 137);
  border: solid rgb(154, 71, 74) 4px;
}

.events-list .event.finished .event-title {
  color: rgb(154, 71, 74);
}

.events-list .event > div {
  width: 100%;
}

.events-list .event .event-title {
  font-size: 1.2rem;
  color: rgb(237, 50, 55);
}

.events-list .event .event-data span {
  font-family: "1942 Report";
}

.events-list .event .event-data span:first-child {
  font-weight: bold;
}

.events-list .event .event-title {
  text-align: center;
}

.event .finished-sail {
  display: none;
  position: absolute;
  width: 300px;
  height: 80px;
  height: auto;
  top: calc(50% - 50px);
  left: calc(50% - 150px);
  transform: rotate(-30deg);
}

.event.finished .finished-sail {
  display: block;
}

#music {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#music .music-influences {
  max-width: 1000px;
  width: 80%;
  font-family: "1942 Report";
  text-align: center;
  margin-bottom: 20px;
}

#music .albums {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
  max-width: 800px;
}

#music .albums .album {
  margin-bottom: 20px;
  width: 100%;
}

#store {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#store .store-description {
  font-family: "1942 Report";
  text-align: center;
}

#contact {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#contact .contact-form {
  font-family: "1942 Report";
  text-align: center;
}

#contact .social-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  margin-top: 20px;
  width: 80%;
  max-width: 600px;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto 10px;
  cursor: pointer;
}

.social-media:not(.all-visible) {
  overflow: hidden;
}

.social-media > img {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 1200px) {
  #family .band-member {
    flex-wrap: wrap;
    align-items: center;
  }

  #family .band-member.right {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1000px) {
  #main-menu,
  #main-menu.normal {
    left: calc(100% - 300px);
    width: 300px;
    flex-direction: column;
    background-color: rgb(20, 20, 20);
    height: calc(100vh);
    justify-content: flex-start;
    border-left: solid rgb(230, 230, 230) 4px;
    border-bottom: none;
    padding-top: 50px;
    display: none;
  }

  #menu-button #menu-button-xmark {
    display: none;
  }

  #main-menu #logo-menu {
    display: none;
  }

  #main-menu #logo-menu-hidden {
    display: flex;
  }

  #main-menu .menu-section {
    flex-direction: column;
  }

  #main-menu .menu-section > .menu-option {
    font-size: 1em;
  }

  #menu-button {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  #main-menu,
  #main-menu.normal {
    display: flex !important;
    top: 0;
    left: 0;
    width: 100%;
  }
}
