/* (A) WHOLE PAGE */
* { box-sizing: border-box; }
body { background: #eee; overflow-x:hidden!important; margin: 0px; }


   #id {
	height: auto;
	overflow:auto;
}
#id::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
	height:6px;
}
#id::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #777;
}
#id::-webkit-scrollbar-corner {
	background-color:transparent;
}
 
details {
	max-width:80%;
	    margin-left: auto;
    margin-right: auto;
}

footer {
	display: none;
}

/* metal-mania-regular - latin */
@font-face {
  font-family: 'Metal Mania';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/metal-mania-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/metal-mania-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/metal-mania-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/metal-mania-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/metal-mania-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/metal-mania-v22-latin-regular.svg#MetalMania') format('svg'); /* Legacy iOS */
}

/* covered-by-your-grace-regular - latin */
@font-face {
  font-family: 'Covered By Your Grace';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/covered-by-your-grace-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/covered-by-your-grace-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/covered-by-your-grace-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/covered-by-your-grace-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/covered-by-your-grace-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/covered-by-your-grace-v15-latin-regular.svg#CoveredByYourGrace') format('svg'); /* Legacy iOS */
}

/* yusei-magic-regular - latin */
@font-face {
  font-family: 'Yusei Magic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yusei-magic-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yusei-magic-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yusei-magic-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yusei-magic-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yusei-magic-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yusei-magic-v11-latin-regular.svg#YuseiMagic') format('svg'); /* Legacy iOS */
}

html, body {
  overflow-x: hidden;
}


body {
  position: relative
      min-height: 900px;
}

a {
color: white!important;	
}

.buttondiv {
	

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
padding: 15px;
}
}

.buttonimg {

	width: inherit;
	height: auto;
}

.scalediv button:hover {
transform: scale(1.3);
  /* linear | ease | ease-in | ease-out | ease-in-out */
  transition: transform ease 0.5s;
  z-index: 20;
}

.glow-on-hover {
    width: 320px;
   
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
	    padding: 0px;
		font-family: 'Yusei Magic';
		font-size: large;
		    margin-bottom: 65px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff000080, #002bff80, #fffb0080, #002bff80, #00ffd580, #002bff80, #7a00ff80, #002bff80, #ff000080);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(8px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 30s linear infinite;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    border-radius: 10px;

}

.glow-on-hover:active {
    transform: scale(0.85);
	
	background: linear-gradient(45deg, #ff000080, #002bff30, #fffb0080, #002bff30, #00ffd580, #002bff30, #7a00ff80, #002bff30, #ff000080);
	  z-index: 20;
	  
}

.glow-on-hover:active:after {
    background: transparent;
	
	
}

.glow-on-hover:hover:before {
    opacity: 1;
	 position: relative;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
	position: relative;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


p {
	margin: 3em;
    margin-top: 80px;
	text-align: center;
    font-size: 1.1em;
    width: 100%;
    color: aliceblue;
	
}

h1 {
  display: block;
  font-size: 6.5em;
  margin-top: 1.5em;
  margin-bottom: 1.4em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  overflow-x:hidden!important;
   font-family: Yusei Magic;

}

h2 {
  display: block;
  font-size: 1.8em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  overflow-x:hidden!important;
   font-family: Yusei Magic;
}

h3 {
	  display: block;
  font-size: 1.2em;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: white;
  text-align: center;
 /* overflow-x:hidden!important; */
   font-family: Yusei Magic;
       text-shadow: 2px 2px 4px black;
}

.wufftext {
	  display: block;
  font-size: 1.5em;
  margin-top: -2.2em;
  margin-bottom: 3.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  font-family: Covered By Your Grace;
  overflow-x:hidden!important;
  text-shadow: 2px 2px 4px black;
	
}

/* (B) GALLERY WRAPPER */
.gallery {
  /* (B1) GRID LAYOUT - 3 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;

  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1750px;
   max-width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 10%;
  align-items: end;
}

.gallery2 
	{
  /* (B1) GRID LAYOUT - 3 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;

  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1750px;
   max-width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 10%;

}
.gallery3
	{
  /* (B1) GRID LAYOUT - 3 IMAGES PER ROW */
 

  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1750px;
   max-width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 10%;
  margin-left:auto;
  margin-right:auto;

}


figcaption {
  display: inline-block; 
  text-align: left;
  font-size: 1.5em;
}
figure {
  text-align: center; 
}
	
	
   

/* (C) GALLERY IMAGES */
.gallery img, .gallery2 img, .gallery3 img {
  /* (C1) DIMENSION */
  width: 100%;
  /* height: 530px; */ /* optional */
  padding: 2px;

  /* (C2) COLORS */
  border: 1px solid #ddd;
  background: #fff;

  /* (C3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  object-fit: contain;
  position: relative;
  overflow-x:hidden!important;
}

.gallery3 img {
	    margin-left: auto;
    margin-right: auto;
	width: -webkit-fill-available;
}
.deforum {
	margin-bottom:0.5rem;
}

@media (max-width: 786px){
body{
overflow-x:hidden!important;
font-family: 'Yusei Magic';
}

.buttondiv {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

button {
    margin: 30px;
}

.glow-on-hover {
    width: 250px;
}

.scalediv {
	margin-top: -90px;
	
}
.deforum {
	margin-bottom:3.5rem;
}
h1 {
	margin-top: 1.2em;
}

p {
	margin: 20px;
	margin-bottom: 20px;
	font-size: 1.0em;
	
	
}


}

.bigvideo {
	margin-left: auto;
	margin-right: auto; 
	border: solid; 
	border-color: white;
	width: auto; 
	height: auto;
	border: none;
	
}
/* (D) ON SMALL SCREENS - 2 IMAGES PER ROW */
@media only screen and (max-width: 1650px) {
	.gallery{
 grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.gallery{
 grid-template-columns: repeat(1, 1fr);
  max-width: 100%;
	}
}

/* (D) ON SMALL SCREENS - 1 IMAGE PER ROW */
@media only screen and (max-width: 786px) {
  .gallery, .gallery2, .gallery3 {
    grid-template-columns: repeat(1, 1fr);
	 max-width: 100%;
	 margin-bottom: 20%;
  }
  .gallery img, .gallery2 img, .gallery3 img {
	  padding: 1px;
  }
  h1 {
	  font-size: 3em;
  }
  footer {
	  font-size: smaller;

  }
  
  .glow-on-hover {

		    margin-bottom: 5px;
  }
  
  .bigvideo {

	width: 340px; 
	height: auto;
	/*
	width: -webkit-fill-available;
	height: auto;
	*/
}

.gallery img:hover {
	transform: scale(1);
	
}
}


@media only screen and (min-width: 786px) {
/* (E) OPTIONAL ZOOM ON HOVER */
.gallery img:hover {
  z-index: 9;
  transform: scale(1.3);
  /* linear | ease | ease-in | ease-out | ease-in-out */
  transition: transform ease 0.5s;
  overflow-x:hidden!important;
}
.gallery2 img:hover, .gallery3 img:hover {
  z-index: 9;
  transform: scale(1.2);
  /* linear | ease | ease-in | ease-out | ease-in-out */
  transition: transform ease 0.5s;
  overflow-x:hidden!important;
}
.gallery3 img:hover {
  z-index: 9;
  transform: scale(1.0);
  /* linear | ease | ease-in | ease-out | ease-in-out */
  transition: transform ease 0.5s;
  overflow-x:hidden!important;
}
}
