@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url("https://use.typekit.net/wbn5yns.css");
body{
	overflow-x: hidden;
	background-color: black;
	font-family: obliqua,sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.2em;
}
footer{
	z-index: 5!important;
}
.script{
	font-family: bickham-script-pro-3, sans-serif!important;
}
#avatar{
	z-index: 1;
	position: absolute;
	top:90vh;
	left:-420px;
}
.header{
	font-family: obliqua,sans-serif;
font-weight: 400;
font-style: normal;
	text-transform: uppercase;

}
.sub-header{
	font-family: bickham-script-pro-3, sans-serif!important;
	font-size: 6.8em;

}
#banner img{
	/*background-color: rgba(240,240,240,1.00)!important;*/
	z-index: -14!important;
	opacity: 1;
	border: 8px solid #C861C9;
}
.main{
	background-image: url("../images/backdrop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	z-index: 3;
}
.menu{
	font-size: 1.6em;
}
.shop{
	font-weight: 700;
	font-size: 2em;
}
.text{
	font-family: gimlet-text,serif;
font-weight: 400;
font-style: normal;
}
.opacity-navbar {
    background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.opacity-white {
    background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.75));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.accent-color{
	color:#719f41 !important;
}
.bg-accent-color{
	background-color: #719f41 !important;
		
}
.hero-banner{
	min-height: 90vh;
	max-height: 100vh;
}
.accent-color-purple{
	color: #C861C9!important;
}
.background-color-purple{
	background-color: #C861C9;
}
.background-color-purple-opacity{
	background-color: rgba(200,97,201,0.80);
}.
.accent-color-green{
	color: #719f41!important;
}
.background-color-green{
	background-color: #719f41;
}
.background-color-green-opacity{
	background-color: rgba(113,159,65,0.80);
}
.accent-color-pink{
	color: #FE1B87;
}
.background-color-pink{
	background-color: #FE1B87;
}
.background-color-pink-opacity{
	background-color: rgba(254,27,135,0.80);
}
.color-gold{
	color:#fecc5b;
}
.hero-cover{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75)
}
.hero-divider{
	height: 8px!important;
	opacity: 1!important;
}
.banner-text{
	font-size: 10vw;
}
hr.rounded {
  	border-top: 8px solid #bbb!important;
  	border-radius: 5px;
	min-width: 60vw;
}
.color-white{
	color:white!important;
}
.background-color-white{
	background-color: white!important;
}
.grey-bg{
	background-color: rgba(68,68,68,1.00);
}
.border-img{
	border: 9px solid #ccc;
}
.p-section{
	padding-bottom: 3em;
	padding-top: 2em;
}
#starshine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  overflow: hidden;
}    
    
.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
 background-image: url("../images/shine.png");
background-repeat: no-repeat;
background-position:center;
background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

.shine.small {
  width: 20px;
  height: 20px;
}

.shine.medium {
  width: 30px;
  height: 30px;
}

.shine.large {
  width: 50px;
  height: 50px;
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}