  section{
    background-color: rgba(255,255,255,0.07);
    padding: 5% 0 5% 0;
    box-shadow: inset 0 0 5px 0px black
  }
  p{
    text-align: center;
    float: center;
    font-size: 105%;
  }
  h1{
    padding-left: 5%;
    color:white;
    font-size: 2vmin;
    font-family: 'Nanum Myeongjo', serif;
    letter-spacing: 2px;
    font-weight: lighter;
    line-height: 120%;
  }
  h2{
    text-align: center;
    float: center;
    font-size: 180%;
    font-family: 'Nanum Myeongjo', serif;
    letter-spacing: 2px;
  }
  button {
    width:150px;
    background-color: #FF333355;
    border: none;
    color:#fff;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
    cursor: pointer;
  }
  hr{
    width: 80%;
    opacity: 0.7;
  }
  footer{
    background-color: rgba(0,0,0,0.5);
    padding: 1% 5% 1% 5%;
  }
  input{
    background-color: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition:opacity 0.8s;
    transition:opacity 0.8s;
  }
  input:hover{
    opacity: 1;
  }
  article {
    background-color: rgba(0,0,0,0.5);
    line-height: 1.8em;
    text-align: center;
    padding: 0% 5% 0% 5%;
  }
  a {
    -webkit-transition:background-color 0.3s;
    transition:background-color 0.3s;
  }

  #regen {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #regen a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #regen a:hover {
    -webkit-transition:-webkit-opacity 0.5s;
    transition:-webkit-opacity 0.5s;
    opacity:0.7;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .alter:hover {
    background-color: rgba(255,200,200,0.15);
  }

  me {
    color: rgb(180,180,230);
    font-weight: bolder;
  }
  stitle {
    font-size: 130%;
    font-weight: bold;
  }
  stitle2 {
    font-size: 100%;
    font-weight: bold;
  }
  credit {
    font-size: 130%;
    font-weight: bold;
    text-decoration: underline;
  }
  description{
    text-align: left;
    float: left;
    padding: 3% 0% 3% 0%;
  }
  descriptionTitle{
    font-weight: bolder;
    font-size: 150%;
  }
  descriptionHead{
    font-style: oblique;
    font-weight: bold;
    font-size: 110%;
  }
  smallIndex{
    font-weight: bolder;
    font-size: 110%;
  }

  #main {
    width: 100%;
    float: center;
  }
  #main div.target {
    
  }
  #main div.target:nth-child(even) {
     
  }
  #nav {
      width: 7%;
      position: relative;
  }
  #nav nav {
      /*width: 7%;*/
      position: fixed;
  }
  #nav a {
      border-bottom: 1px solid #666;
      color: white;
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none;
  }
  #nav a:hover, #nav a.active {
      background: #FF111133;
      color: white;
      font-weight: bold;
      /*font-size: 95%;*/
  }

  #fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: black;
    animation-duration: 5000ms;
    animation-timing-function: ease-in-out;
  }
  #fader:before {
    content: 'fade'
  }
  @keyframes fade-out {
    from { opacity: 1 }
    to { opacity: 0 }
  }
  @keyframes fade-in {
    from { opacity: 0 }
    to { opacity: 1 }
  }
  #fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
  }
  #fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
  }











a img { 
	border: none;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
} 
.container {
	width: 720px;
	margin : 0 auto;
	background:rgba(0, 0, 0, 1 );
    text-align: center;
}

.navi{
	position:relative;
	background:rgba(0, 0, 0, 1 );
	margin-bottom: 30px;
	width:100%;
	height:60px;
}

.navi ul{
	list-style: none; 
	height:40px;
	padding-top:10px;
	padding-bottom:5px;
}
.navi ul li {
	display:inline;
	float:left;
	margin : 0 auto;
	font-size:110%;
}
.navi a, .navi a:visited {
	padding: 10px 25px 10px 10px;
	display: block;
	color:#fff;
	width: 180px;
	-webkit-transition:color 0.3s;
    transition:color 0.3s;

}
.navi a:hover, .navi a:active, .navi a:focus {
	text-shadow:0px 2px 2px #000;
	color:#FF7777;
}

.content {
	background:rgba(0, 0, 0, 1 );
	padding : 20px 10px;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}
