
::-webkit-scrollbar {
  display: none;
}
.sidenav {

  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 170px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
}
@media(min-width: 1240px){
  .sidenav{
    top:60px;
  }
}

.sidenav a {

  padding: 0;
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  display: block;
  transition: 0.3s;
  width: 0;
  text-align: left;
}

.sidenav a:hover {
  /*color: #f1f1f1;*/
}
.saved_anime{

}
.deleteText{
  /*color:darkgoldenrod;*/
  font-weight: 800;
  color:darkred;
  font-family: '3d-float', serif;
}
.deleteText:hover {
  color:white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



body {
  overflow-x: hidden;
}

#titleTexts{
  margin-left:175px;
  text-align: left;
}
.char_image_center{
  /*margin-left:60px;*/
  margin-top:40px;
}
.saved_list_img{
  height:210px;
  width:170px;
  border:solid black 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: transform .2s;
}
.saved_list_img:hover{
  transform: scale(1.1);
  border:solid black 2px;

}



.listImg{
  height:210px;
  width:170px;
  border:solid black 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: transform .2s;
}
.returnLink{
  transition: transform .2s;
  font-size:15px;
  color:white;
}
.returnLink:hover{
  font-size:16px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color:white;
  /*background-color:sandybrown;*/
}
.listImg:hover{
  transform: scale(1.1);
  border:solid black 2px;

}
#font-effect-outline.hover{
  transform:scale(1,0.5);
  background-color:red;
}
.loader {
  margin: 5rem auto;
  text-align: center; }
.loader svg {
  height: 5.5rem;
  width: 5.5rem;
  fill: darkblue;
  transform-origin: 44% 50%;
  animation: rotate 1.5s infinite linear; }
@keyframes rotate{
  0%{
    transform: rotate(0);
  }100%{
     transform: rotate(360deg);
   }
}

#centerImage{
  /*margin-left:30px;*/
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.stuff1{
  height:467px;
  width: 300px;
  margin-left:50px;
  padding: 50px;

}
/*#back_button,#next_button{*/
/*  display:none;*/
/*}*/

.charImg{
  height:210px;
  width:190px;
  border: solid black 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: transform .2s;
}
.charImg:hover{
  transform: scale(1.1);
  border:solid black 2px;

}
#menu-toggle{
  visibility: hidden;
}


.toggled_menu{

  /*-webkit-transition: margin .25s ease-out;*/
  /*-moz-transition: margin .25s ease-out;*/
  /*-o-transition: margin .25s ease-out;*/
  /*transition: margin .25s ease-out;*/
}

#anime_links{
  margin-left:200px;
}
.stuff1{
  float:left;
  width: 500px;
  height: 700px;

  /*border:solid black 2px;*/
}
.navbar-toggler{
  display:none;
}

.sizeBox{
  text-align: center;
  font-size:50px;
  font-weight:700;
}
#animeButton{
  text-align:left;
}
.animeSearch{
  text-align:left;
  margin-right:750px;
}
.animeSearch{
  align-content:center;
  text-align: center;
  margin-left:50px;
}
.bg-light{
  background-color: darkgrey;
}

#sidebar-wrapper {

  min-width: 275px;
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}
body{
  font-family: 'Playfair Display', serif;
}
.summaryHead{
  text-align: center;
  color:darkgoldenrod;
}
#infoTextTitle{
  color:darkgoldenrod;
}
.titleText{
  font-size:20px;
  text-align: left;
  color:darkgoldenrod;
}
#sidebar-wrapper{
  /*overflow-y:scroll;*/
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;

}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
  position:relative;
  margin-right:500px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;

}

@media (min-width: 200px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  /*@media (max-width: 1440px) {*/
  /*  #saved_list_button {*/
  /*    margin-right:900px;*/
  /*    width:104px;*/
  /*    height:36px;*/
  /*    font-size:10px;*/
  /*    text-transform: uppercase;*/
  /*  }*/

  /*}*/
    #summaryText{
    max-width: 1000px;
  }
  #col1,#col2{
    margin-top:100px;
    margin-right:30px;

  }
  .character_link{
    font-size:23px;
    margin-top:35px;
    color:darkgoldenrod;
  }
  .pageInate{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:50px;
    -webkit-box-shadow: 6px 5px 24px #666666;
    -moz-box-shadow: 6px 5px 24px #666666;
    visibility: hidden;
  }
  .char_forward,.char_back{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:50px;
    -webkit-box-shadow: 6px 5px 24px #666666;
    -moz-box-shadow: 6px 5px 24px #666666;

  }
#toggleImages{
  font-size: 25px;
  font-weight: 800;
  color:goldenrod;
}
  .cantFind{
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    height:170px;
    width:170px;
    border:solid black 2px;
  }
  .anime_content{
    color:darkgoldenrod;
    background-color:black;
    position:relative;
    margin-top:65px;
    align-items: center;
    height:100%;
    width:69%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  #nav-bar{
 position:fixed;
    width:100vw;
    z-index: 500;
    opacity:0;
  }

  .anime_search_list{
    margin-top:20px;
    margin-left:30px;
    padding:4px;
    height:875px;
    width: 230px;
    overflow-x: hidden;
    overflow-x: auto;
    text-align:justify; border:1px solid goldenrod; border-radius:14px;
  }
  .sidebar-heading{
    color:white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  .saved_anime{
    color:darkgoldenrod;
    font-size:14px;

  }
  .infoText{
    font-size: 20px;
    font-weight: 700;
    color:white;
  }


  #page-content-wrapper{

  }
  @media(min-width:1500px) {
    #page-content-wrapper {

      width: 100%;
      color:white;

    }
  }
  @media(min-width:441px) {
    .anime_content {
      margin-top:200px;
      width: 100%;
      color:white;
    }
    .animeSearch{
      margin-left:175px;
    }
    #centerImage{
      margin-left:0;
    }
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
body{
  background-color:black;
}
