@media screen and (max-width: 992px) {
	/* body {
	  background-color: blue;
	} */
	#logo{
		left: 38% !important;
		top: 129px !important;
	}
	#btmLine{
		top: 373px !important;
	}
  }
@font-face {
    font-family: myFirstFont;
    src: url(MissFajardose-Regular.ttf);
}

@font-face {
    font-family: rag;
    src: url(OdalisqueNF.ttf);
}

@font-face {
    font-family: page;
    src: url(PlayfairDisplay-Regular.ttf);
}

.song{
	cursor: pointer;
}

.song:hover{
	opacity: 0.7;
}
/* #demo > p:hover{
	font-size: 17px;
} */

#playbtn{
	width: 29px;
  position: absolute;
  left: -9%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body{
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	min-height: 1000px;
	/* background-color: rgb(0, 0, 0);
	-webkit-filter: invert(100%);
    filter: invert(100%); */
	
}

html{
	width: 100%;
	height: 100%;
	background-color: white;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.invert{
	/* background-color: black !important; */
	-webkit-filter: invert(100%) grayscale(100%) !important;
    filter: invert(100%) grayscale(100%) !important;
}
h1 {
    font-family: rag;
    color: black;
    font-size: 500%;
}

h2 {
	font-family: myFirstFont;
	font-size: 500%;
	color: black;
	position: relative;
	left: 36%;
	top: -63px;
  }

  /* .invert {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1000;
	background: #fff;
	left: 0;
	mix-blend-mode: difference;
	pointer-events:none; /*disable interactivity*/
  /* } */
#logo {
	/* position: absolute;
	left: 61%;
	top: 70px;
	margin-left: -25%; */
	position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -14.5%;
}
#line {
	position: absolute;
	top: 50px;
}
#bottomLine {
	position: fixed;
	  background-color: black;
	    top: 365px;
	      height: 2px;
	        width: 100%;
	}

#btmLine {
	position: absolute;
	  top: 365px;
	    width: 100%;
	    left: 0.3px;
	    right: 0;
}

#ring{
    position: absolute;
    top: -12px;
    opacity: 0.1;
    z-index: -1;
}

#menu{
    font-family: courier;
      position: relative;
      display: inline;
        left: 50%;
	  margin-left: -25%;
	    top: -75px;
}
h3 {
	font-family: page;
	display: inline;
  	margin-inline: 36%;
    margin-inline-start: 36%;
  	margin-inline-start: -16%;
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
p{
	font-family: Times New Roman, serif;
  font-size: 20px;
}

#muzac {
	top: -11px;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	left: -4%;
	width: auto;
	height: auto;
	/* -webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none; */
/* transition-property: none; */
	/* -webkit-transition: invert 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out; */
	/* -webkit-filter: invert(100%);
    filter: invert(100%); */
  }

  #demoTitle{
	font-style: italic;
	margin-left: -4%;
  }

#demo {
	/* position: relative;
  margin-left: -25%;
  left: 45%;
  top: 15px; */
  /* left: 50%; */
  margin-left: -13%;
}

#easteregg{
	position: relative;
	width: 50%;
	background-color: #2196F3;
	width: 57px;
	height: 70px;
	top: 138px;
	left: 54%;
	z-index: 1000;
	opacity: 0;
}
/* #easteregg:hover{
	cursor: pointer;
} */

/* #about {
	position: relative;
  margin-left: -25%;
  left: 45%;
  top: 15px;
}

#contact {
	position: relative;
  margin-left: -25%;
  left: 45%;
  top: 15px;
} */

.page{
	position: relative;
	margin-left: -25%;
	left: 37%;
	top: 15px;
}
h3:hover{
	opacity: 0.7;
	cursor: pointer;
	/* color: green; */
}

/* #demoBtn:hover{
	color: green;
} */

.switch {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  