@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#trilhaSonora {
  display: none;
}

footer {
  background-color: #111;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 35px;
  font-family: "Oswald";
  text-transform: uppercase;
}
footer .official-site {
  display: flex;
  flex-direction: row;
  justify-content: none;
  align-items: none;
  gap: 15px;
}
footer .official-site a {
  display: flex;
  flex-direction: row;
  justify-content: none;
  align-items: center;
  gap: 15px;
}
footer .insta {
  border-radius: none;
  height: 40px;
  width: 40px;
}
footer .creddits {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  gap: 25px;
  text-transform: none;
}
footer .creddits a {
  display: flex;
  flex-direction: row;
  justify-content: none;
  align-items: center;
  gap: 10px;
}
footer .links {
  text-transform: lowercase;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.section-body {
  background-image: url(../images/darkside2023.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: repeat;
}

.section-logo {
  margin: 25px auto;
  text-align: center;
}

#section-logo {
  border-radius: 0px;
  height: auto;
  width: 600px;
}

.page-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: none;
  flex-wrap: wrap;
}
.page-content .page-container {
  margin: 30px 5px;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: none;
  border: 5px #000 groove;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-content .page-container .container-top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border-bottom: 5px #000 groove;
  padding: 8px;
  text-transform: uppercase;
}
.page-content .page-container .container-top .container-title {
  color: #000;
  font-size: 35px;
  font-family: "Oswald";
}
.page-content .page-container .container-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: none;
  height: 350px;
  padding: 0px;
}
.page-content .page-container .container-content .container-picture {
  border-radius: 0 0 0 10px;
  height: auto;
  width: 350px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-content .page-container .container-content .container-picture img {
  border-radius: 0 0 0 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-content .page-container .container-content .container-description {
  height: 350px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: flex-start;
  color: #000;
  font-size: 20.5px;
  font-family: "Oswald";
  gap: 15px;
  padding-left: 5px;
  border-radius: 0px 15px 15px 0px;
  line-height: 1.5;
  border-left: 5px #000 groove;
}

.curiosity-picture {
  border-radius: 0;
  height: 450px;
  width: 700px;
}
.curiosity-picture img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.curiosity-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: none;
  padding: 0px;
  height: 100%;
  width: 700px;
}
.curiosity-content .curiosity-description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  border-radius: 0 0 15px 15px;
  height: auto;
  width: 100%;
  line-height: 1.5;
  border-top: 5px black groove;
}
.curiosity-content .curiosity-description p {
  width: 95%;
}

.index-body {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.logo {
  margin-bottom: 30px;
  text-align: center;
}

#logo {
  border-radius: 0px;
  height: auto;
  width: 90%;
  max-width: 900px;
}

#title {
  text-align: center;
  color: white;
  font-size: 95px;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 120px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: none;
  flex-wrap: wrap;
}
.container .section {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  color: white;
  font-size: 75px;
  font-family: "Oswald";
  text-decoration: none;
  transition: 100ms linear;
  position: relative;
  margin: 0px 40px 100px 40px;
}
.container .section:hover {
  transform: scale(1.1);
}
.container .section .button-image {
  border-radius: 45px;
  height: 350px;
  width: 350px;
  margin-top: 90px;
  border: 3px transparent solid;
  object-fit: cover;
}
@media (max-width: 400px) {
  .container .section .button-image {
    border-radius: 45px;
    height: 250px;
    width: 250px;
    margin-top: 60px;
  }
}
.container .section .button-text {
  color: white;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .container .section .button-text {
    font-size: 40px;
  }
}

.disco-age {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  position: sticky;
  top: 0px;
  margin: 5% auto;
}
.disco-age .age {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  width: 100%;
}
.disco-age .age #age {
  color: #fff;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
}
.disco-age .age #years {
  color: #fff;
  font-size: 50px;
  font-family: "Oswald", sans-serif;
}

.open-preview {
  display: flex;
  flex-direction: row;
  justify-content: none;
  align-items: center;
  gap: 5px;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: black;
  border-radius: 15px;
  padding: 6px;
}
.open-preview img {
  border-radius: 0;
  height: 35px;
  width: 35px;
}
.open-preview p {
  color: #fff;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: auto;
  width: 30%;
  background-color: #fff;
  margin: 100px auto;
  padding: 30px 120px;
  border: grey 10px groove;
}

.close-preview {
  display: flex;
  flex-direction: row;
  justify-content: none;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  gap: 5px;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: black;
  border-radius: 15px;
  padding: 4px;
  margin-bottom: 15px;
}

#video-container {
  background-color: black;
  max-height: auto;
  max-width: 700px;
  border: 5px grey groove;
}

#trilha-sonora {
  display: none;
}

#videoPlayer {
  max-height: auto;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  border: 0;
}

#syd {
  background-image: url(../images/members/syd-barrett-old.jpeg);
}

#roger {
  background-image: url(../images/members/roger-waters-old.jpg);
}

#richard {
  background-image: url(../images/members/richard-wright-old.jpg);
}

#nick {
  background-image: url(../images/members/nick-mason-old.avif);
}

#david {
  background-image: url(../images/members/david-gilmour-old.webp);
}

.member-picture {
  border-radius: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.8s ease;
}
.member-picture:hover {
  opacity: 0;
}

@media (min-width: 2180px) {
  /* PÁGINA INICIAL */
  #title {
    font-size: 100px;
  }
  /* FOOTER */
  footer {
    font-size: 40px;
  }
  /* ABAS */
  .page-content .page-container {
    border-width: 8px;
  }
  .page-content .page-container .container-top {
    border-width: 8px;
  }
  .page-content .page-container .container-top .container-title {
    font-size: 40px;
  }
  .page-content .page-container .container-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: none;
    height: 450px;
    padding: 0px;
  }
  .page-content .page-container .container-content .container-picture {
    border-radius: 0 0 0 10px;
    height: 450px;
    width: 450px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .page-content .page-container .container-content .container-picture img {
    border-radius: 0 0 0 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-content .page-container .container-content .container-description {
    height: 450px;
    width: 600px;
    font-size: 29px;
    border-width: 8px;
  }
  /* CURIOSIDADES */
  .curiosity-picture {
    width: 800px;
    height: 650px;
  }
  .curiosity-content {
    width: 800px;
  }
  .curiosity-content .curiosity-description {
    font-size: 32px;
  }
}
@media (max-width: 1640px) {
  /* DISCOGRAFIA */
  #video-container {
    width: 100%;
    padding: 0px;
    max-height: none;
  }
  #videoPlayer {
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 1450px) {
  /* ABAS */
  #section-logo {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  /* FOOTER */
  footer {
    flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 1000px) {
  /* PÁGINA INICIAL */
  #title {
    font-size: 40px;
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .button-text {
    font-size: 60px;
  }
  /* ABAS */
  #section-logo {
    width: 70%;
  }
  /* DISCOGRAFIA */
  .modal-content {
    margin-top: 30px;
    width: 80%;
    padding: 20px 0px;
  }
  #video-container {
    width: 90%;
    padding: 0px;
    max-height: none;
  }
  #videoPlayer {
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 800px) {
  .page-content .page-container {
    margin: 30px 5px;
    width: 60%;
  }
  .page-content .page-container .container-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 8px;
    gap: 15px;
  }
  .page-content .page-container .container-top .container-title {
    font-size: 35px;
  }
  .page-content .page-container .container-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: none;
    height: auto;
    padding: 0px;
    width: 100%;
  }
  .page-content .page-container .container-content .container-picture {
    border-radius: 0;
    height: 400px;
    width: 100%;
    min-height: 400px;
    border: none;
  }
  .page-content .page-container .container-content .container-picture img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-content .page-container .container-content .container-description {
    height: 100%;
    width: 100%;
    gap: 15px;
    padding-left: 5px;
    border-radius: 0;
    line-height: 1.5;
    border-top: 5px #000 groove;
    border-left: none;
  }
  /* CURIOSIDADE */
  .curiosity-picture {
    width: 100%;
    height: auto;
  }
  .curiosity-content {
    width: 100%;
  }
  .curiosity-content .curiosity-description {
    font-size: 19px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 620px) {
  /* PÁGINA PRINCIPAL */
  .logo a img {
    width: 90%;
  }
  .section {
    width: 80%;
  }
  /* FOOTER */
  footer p, footer a {
    font-size: 19px;
  }
  /* DISCOGRAFIA */
  .disco-age .age #age {
    font-size: 45px;
  }
  .disco-age .age #years {
    font-size: 30px;
  }
  /* MEMBROS */
  .member-picture {
    height: 100%;
  }
  /* CURIOSIDADE */
  .curiosity-content {
    width: 100%;
  }
  .curiosity-content .curiosity-description {
    font-size: 19px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 500px) {
  /* ABAS */
  #section-logo {
    width: 100%;
  }
  .page-content .page-container {
    width: 90%;
  }
  .page-content .page-container .container-top .container-title {
    font-size: 30px;
  }
  .page-content .page-container .container-content .container-picture {
    height: 100%;
    min-height: 0;
  }
  .page-content .page-container .container-content .container-description {
    font-size: 18px;
    line-height: 1.4;
  }
  /* DISCOGRAFIA */
  .modal-content, #video-container {
    width: 100%;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 20px 0px;
  }
  #videoPlayer, #video-container {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 400px) {
  .button-text {
    font-size: 40px;
  }
  /* FOOTER */
  footer p, footer a {
    font-size: 15px;
  }
  /* DISCOGRAFIA */
  .disco-age .age #age {
    font-size: 30px;
  }
  .disco-age .age #years {
    font-size: 25px;
  }
  /* CURIOSIDADE */
  .curiosity-content .curiosity-description {
    font-size: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
