:root {
  --shineclr : #FF9CBA;
}
@font-face {
  font-family: chicago;
  src: url("as/fonts/chicago.otf");
}

@font-face {
  font-family: geneva;
  src: url("as/fonts/geneva.otf");
}

@font-face {
  font-family: Garamond;
  src: url("as/fonts/garam/AppleGaramond.ttf");
  font-style: normal;
}

@font-face {
  font-family: Garamond;
  src: url("as/fonts/garam/AppleGaramond-Italic.ttf");
  font-style: italic;
}

@font-face {
  font-family: Garamond;
  src: url("as/fonts/garam/AppleGaramond-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Garamond;
  src: url("as/fonts/garam/AppleGaramond-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
a:active {
  color: #B783FF ;

}

a {
text-decoration: none;
color : inherit;
}

.currentpage {
  color: #B783FF ;
} 

body {
  background-image: url("as/img/bgtile.jpg");
  background-color: #58588c;
	background-repeat: repeat-x repeat-y;
	background-size: 128px;
	font-family : "chicago";
	color: white;
}

.container {
  display:flex;
  width: 1024px;
	height: auto;
	min-height:768px;
	background-color : #fff;
	margin: auto;
	filter: drop-shadow(6px 6px #00000055);
}

.homecont {
position:absolute;
  top:50%;
  left:50%;
  height: 896px;
  transform:translateX(-50%) translateY(-50%);
	filter: drop-shadow(6px 6px #00000055);
}

.index-container {
	position:absolute;
  top:50%;
  left:50%;
	width: 1024px;
	height: 768px;
	background-image: url("as/img/landingbg.jpg");
	margin: auto;
	background-color : #fff ;
	transform:translateX(-50%) translateY(-50%);
	filter: drop-shadow(6px 6px #00000055);

}
.landing-content {
  position:absolute;
  width:575px;
  height:628px;
  bottom:0;
  right:0;
  margin-left : 80px;
  margin-right : 80px;
  justify-content: center;
  display:flex;
  flex-flow: column;
  margin:auto;
  align-items:center;
  gap: 10px;
}

.welcome-text {
  font-family: 'geneva';
  font-size : 16pt;
  text-align : center;
    margin-left : 80px;
  margin-right : 80px;
  color : #000;
}

.bestview {
  font-family: 'geneva';
  font-size : 16pt;
  text-align : center;
    margin-left : 80px;
  margin-right : 80px;
  padding-top:30px;
}

.warning {
  font-family: 'geneva';
  font-size : 12pt;
  color: #A2A2A2;
   text-align : center;
     margin-left : 80px;
  margin-right : 80px;
}

.enter-btn {
  background-image: url(as/btn/landing-enter.png);
  width:68px; 
  height:36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}


.enter-btn:active {
  background-image: url(as/btn/landing-enter-click.png);
  width:68px; 
  height:36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}



.sidebar-menu {
  width: 230px;
  height: inherit;
  min-height: 890px;
  background-color : #000;
  
}

li {
  font-family: "chicago";
  color : #fff;
  list-style-type: none;
  padding-bottom : 4px;
  padding-top : 2px;
  padding-left : 8px;
  border-bottom : 1.5px dashed #fff;
  max-width : 200px;
  font-size: 14pt;
}
.shrineclr { color: var(--shineclr); }

.shrineclr:after {
  content:url("as/sym/shrine.png");
}

.sidebar-cont {
  
  height : 100%;
  max-height: 100vh;
  top: 0;
  position: sticky;
  position: -webkit-sticky;

}
.menu {
    margin: 10px;
    padding:5px;
}

.outsidelink:after {
  content:url(as/btn/outsidelink.png)
}


.hmlogo {
      margin: 10px;
    padding:15px;
    padding-top : 30px;
    padding-bottom : 30px;

}


.web-contents{
 width: 799px;
 height: auto;
 min-height:768px;
}

.topmenubtn {
  margin-top : 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.topmenubtn:active {
  filter: brightness(50%);
}

.topmenu {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width : 799px;
  height: 112px;
  background: #DDDDDD;
  border: 1px solid #262626;
  box-shadow: inset -2px 0px 0px rgba(38, 38, 38, 0.4), inset 0px -2px 0px rgba(38, 38, 38, 0.4), inset 2px 0px 0px #FFFFFF, inset 0px 2px 0px #FFFFFF;
}


.topmenudecor {
  display: flex;
  width: 799px;
  height: 16px;
}

.welcomescreen {
  display: flex;
  flex-direction: column;
  width: 769px;
  height: 100%;
  color: #000;
  padding-left : 30px;
    overflow : clip;
    background-image: url(as/img/BigHai1024-dither.png);
    background-position-x: 170px;
    background-repeat : no-repeat;
}


.weltext {
  max-width: 341px;
  font-family: "geneva";
  font-size : 15pt;

}

.welhead {
  font-family : "garamond";
  font-size : 50pt;
  margin: 0px;
  margin-top: 80px;
  font-style : italic;
  font-weight: normal;
}

.emptyscroll {
  box-sizing: border-box;
  width: 768px;
  height: 16px;
  border: 1px solid #262626;
  flex: none;
  order: 0;
  flex-grow: 1;
  background: #DDDDDD;
} 

.widget {

  display:block;
  position:absolute;
  margin: 10px;
  padding:5px;
  bottom: 10px;
}

.widgetheader {
  font-family: "chicago";
  color : #fff;
  padding-bottom : 4px;
  padding-top : 2px;
  border-bottom : 1.5px dashed #fff;
  max-width : 200px;
  font-size: 14pt;
  margin: 0;
  margin-top : 8px;
}

.widgetentry {
  font-family: "geneva";
  color : #fff;
  padding-bottom : 4px;
  padding-top : 2px;
  max-width : 200px;
  font-size: 20pt;
  margin: 0;
}

#musicurl {
  color: red;
}

#musicurl:after {
  content:url(as/btn/outsidelink.png)
}

.inactive {
  color : #808080 ;
  filter: grayscale(100%) contrast(20%);

}

/*
///////////////////////////////////////////////////////////////
/////////////////// About Me Page /////////////////////////////
///////////////////////////////////////////////////////////////
*/

