@font-face{
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Bold.ttf');
}

@font-face{
    font-family: 'Obitron';
    src:url('../fonts/Orbitron-VariableFont_wght.ttf')
}

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;
}

  /* END OF RESET */
  /* END OF RESET */
  /* END OF RESET */
  /* END OF RESET */
  /* END OF RESET */

  * { margin:0; padding:0; } /* to remove the top and left whitespace */

  html, body { width:100%; height:100%; } /* just to be sure these are full screen*/

  canvas { display:block; } /* To remove the scrollbars */


.hydraBackground{
  position: absolute;
  height: 100%;
  width: 100%;
  /* z-index: 0; */
}

h1 {
  position: absolute;
  top: 40vh;
  font-family: sans-serif;
  width: 100vw;
  font-size: 5.96vw;
  /* letter-spacing:0.017vw;*/
  font-weight: 900;
  text-align: justify;
  color: #fff;
  mix-blend-mode: difference;
  overflow: hidden;
  z-index: 1;
}

.about{
  position: absolute;
  display: none;
  width:100%;
  /* height:80%; */
  top: 6.5vH;
  /* left: ; */
  /* margin: -22% 0 0 0; */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5vH;
  padding-top: 3vh;
  padding-bottom: 4vh;
  background-color: rgb(0,0,0,0.8);
  z-index: 99;
  mix-blend-mode:normal;
}
.month {
  /* display:none; */
  width:90%;
  left:5%;
  display:block;
  position: relative;
  text-align: center;
  font-weight: 100;
  color: #FFFFFF;
}

.nomeArtista {
  /* display:none; */
  width:90%;
  left:5%;
  display:block;
  position: relative;
  text-align: center;
  font-weight: 50;
  color: #FFFFFF;
}

.nomeAlbum {
  /* display:none; */
  display:block;
  width:90%;
  left:5%;
  position: relative;
  text-align: center;
  font-weight: 50;
  font-style: italic;
  color: #FFFFFF;
}

.info {
  /* display:none; */
  width:90%;
  left:5%;
  display:block;
  position: relative;
  text-align:center;
  font-weight: 50;
  color: #FFFFFF;

}

.aboutButton{
  position: absolute;
  top: 3.2vh;
  right: 1.5vw;
  z-index: 1:
}

.aboutButtonStyle{
  background-color: transparent;
  border: none;
  font-family: sans-serif;
  font-size: 2.3vH;
  font-weight: 900;
  color: #fff;
}


.topnav {
  position: fixed;
  top: 1.2vw;
  right: 2vw;
  font-family: helvetica, sans-serif;
  font-size: clamp(12px, 1vw, 18px);
  margin: 2vw;
  font-kerning: 0.5vw;
}

a:link{
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited{
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited{
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}





@media only screen and (max-width:700px) {

  h1{
    font-size: 6.5vW;
  }

  .aboutButton{
    right: 7vw;
  }

  .about{
    overflow:hidden;
  }

}
