@import "base.css";


body {
    height: 100%;
    width: 100%;
    border: 1cm;
    background-image: url(search5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000000;
}

.comiclist{
  margin-left: 20%;
}

.iframe{
    align-items: center;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
}
h1{
    text-shadow: 10px;
    text-align: center;
}

  .ml11 {
    font-weight: 700;
    font-size: 3.5em;
    font-family: cursive;
  }
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 5%;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    color: #ff9e2e;
  }
  
  .ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }

.ml14 {
    font-weight: 200;
    font-size: 3.2em;
    color: rgb(192, 192, 0);
  }
  
.ml14 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
.ml14 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: olive;
    transform-origin: 100% 100%;
    bottom: 0;
  }
  
.ml14 .letter {
    display: inline-block;
    line-height: 1em;
  }

.ml3 {
  font-weight: 900;
  font-size: 3.5em;
  font-family: 'Times New Roman', Times, serif;
  color: rgb(0, 226, 170);
}


@import "compass/css3";
 *, :before, :after {
	 box-sizing: border-box;
}
 .unstyled {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .unstyled a {
	 text-decoration: none;
}
 .list-inline {
	 overflow: hidden;
}
 .list-inline li {
	 float: left;
}
 .header {
	 position: fixed;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 width: 17.5em;
	 background: #35302d;
}
 .logo {
	 text-transform: lowercase;
	 font: 300 2em 'Source Sans Pro', Helvetica, Arial, sans-serif;
	 text-align: center;
	 padding: 0;
	 margin: 0;
}
 .logo a {
	 display: block;
	 padding: 1em 0;
	 color: #dfdbd9;
	 text-decoration: none;
	 transition: 0.15s linear color;
}
 .logo a:hover {
	 color: #fff;
}
 .logo a:hover span {
	 color: #df4500;
}
 .logo span {
	 font-weight: 700;
	 transition: 0.15s linear color;
}
 .main-nav ul {
	 border-top: solid 1px #3c3735;
}
 .main-nav li {
	 border-bottom: solid 1px #3c3735;
}
 .main-nav a {
	 padding: 1.1em 0;
	 color: #dfdbd9;
	 font: 400 1.125em 'Source Sans Pro', Helvetica, Arial, sans-serif;
	 text-align: center;
	 text-transform: lowercase;
}
 .main-nav a:hover {
	 color: #fff;
}
 .list-hover-slide li {
	 position: relative;
	 overflow: hidden;
}
 .list-hover-slide a {
	 display: block;
	 position: relative;
	 z-index: 1;
	 transition: 0.35s ease color;
}
 .list-hover-slide a:before {
	 content: '';
	 display: block;
	 z-index: -1;
	 position: absolute;
	 left: -100%;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 border-right: solid 5px #df4500;
	 background: #3c3735;
	 transition: 0.35s ease left;
}
 .list-hover-slide a.is-current:before, .list-hover-slide a:hover:before {
	 left: 0;
}
 



