﻿body {
  background-color: #0e1652;
}

.navbar-custom {
  background-color: #0e1652;
}

.gkchandler {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 28px;
  color: white;
  font-weight: bold;
}

.BookSeriesText {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  color: #e0d4d4;
  font-weight: bold;
}

.inputform {
  background-color: #d1f5fa;
  border: 2px solid #808080;
  border-radius: 8px;
}

.FAQTitle {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  color: #90d2f5;
  font-weight: bold;
}

.BookCoverText {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 16px;
  color: #e0d4d4;
}

.imgborder {
  border: 2px solid #808080;
  border-radius: 4px;
}

.copyright {
  border-top: 1px solid white;
}

.top-menu-borders {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.center-screen {
  margin: auto;
  width: 60%;
  padding: 10px;
}

.bookpreview {
  padding: 10px;
  width: 200px;
  margin: auto;
  float: left;
}

.bookdescription {
  padding: 10px;
  margin: auto;
  min-width: 300px;
  float: left;
  position: static;
  width: 50%;
}

.ErrorTextBox {
  display: none;
}

/* bootstrap button style */
.bsbtn-menu {
  background-color: #4aabdf;
  color: #FFF;
  border-color: #082a3d;
}

  .bsbtn-menu:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #175b80;
    color: #FFF;
    border-color: #082a3d;
  }