html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.fullpage {
    margin-left: 10%;
    margin-right: 10%;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.logindiv {
  height:46px;
}

.loginbtn {
  position: relative;	
	margin:  0 auto;
	max-width: 191px;
  display:block;
}

.loginbtn img {
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
	/* Sets the width and height for the images*/
	width: 191px;
	height: 46px;
}

.loginbtn #loginImg1 {
  z-index: 9999;
  transition: opacity .1s linear;
  cursor: pointer;
}

.loginbtn #loginImg2 {
  opacity: 0;
  transition: opacity .1s linear;
  cursor: pointer;
}

.loginbtn:hover > #loginImg1 {
  opacity: 0;
}

.loginbtn:hover > #loginImg2 {
  opacity: 1;
}

.form-control {
  /*padding-bottom: 35px;*/
}

.books {
  height: 225px;
  overflow: hidden;
}

.book {
  height: 225px;
  width: 200px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  /*text-align: center;*/
}

.book_image {
  height: 160px;
  width: 100px;
  object-fit: cover;
  margin-left: 50px;
}

.book_read {
  float:right;
  margin-left: 1em;
}

.book_details {
  text-overflow: ellipsis;
}

.author {
  float: left;
  max-width: 1140px;
  height: 290px;
  overflow-x:auto;
  overflow-y: hidden;
  margin-top:1em;
}

.authors {
  max-width: 1140px;
}

.author h2 {
  text-decoration: underline;
}

.seriesNameOuter {
  width: 3em;
  /*margin-right: 50px;*/
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}

.seriesName {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  height: 2.2em;
  width: 225px;
  border: 1px solid rgb(0,0,0,0.2);
  overflow: hidden;
  background-color: rgb(0,0,0,0.1);
  padding: 0.3em;
  position: relative;
  left: 2.3em;
  text-overflow: ellipsis;
  white-space:nowrap;
}

.info {
  width: 45%;
  border: 1px solid rgb(0,0,0,0.2);
  border-radius: 5px;
  padding: 1em;
  float:left;
  height: 700px;
  overflow: hidden;
}

.panel1 {
  margin-right: 5%;
}

.panel2 {
  margin-left: 5%;
}

.center {
  text-align: center;
}

strong {
  font-weight: bold;
}

.fadeslide {
  position: relative;
}

.fadeslide img {
  height:375px;
}

.fadeslide:hover {
  z-index:100;
}

.slide1 {
  
}

.slide2 {
  left: 17%;
  top: -280px
}

.slide3 {
  left: 33%;  
  top: -560px
}

.slide4 {
  left: 50%;
  top: -840px
}

.slideshow-container {
  
}

.welcomeContainer {
  position:relative;
  top:-20%;
}

@media only screen and (max-width: 800px) {
  .info {
    width: 100%;
    float: none;
  }
  .panel1 {
    margin-right: 0;
  }

  .panel2 {
    margin-left: 0;
  }
}