@charset "UTF-8";
/* CSS Document */
body {
  font-family: Georgia, "serif";
  text-align: center;
}
.top {
  background-color: #086bb6;
}
.top h1 {
  font-size: 3rem;
}
.top h3 {
  font-size: 2rem;
}
.top-head {
  color: white;
}
nav li a {
  color: white;
  border-radius: 10px;
  transition-duration: .3s;
}
nav li a:hover {
  color: white;
  background-color: #06518A;
}
.navbar-toggler-icon {
  color: white;
}
.container-fluid {
  padding: 0;
}
.home-page{
   background-image: url("../images/background.jpg")
}
.home-images {
  padding: 25px 0 25px 0;
  max-height: 75vh;
}
.card {
  padding: 0;
  border: none;
}
.card img {
  border-radius: 5px;
}
.bookcards {
  margin: 0;
}
.bookcards .card {
  padding: 0;
  margin: 35px;
  -webkit-box-shadow: 1px 1px 3px 3px #7A7A7A;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 3px #7A7A7A;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.grand-hotel {
  background-image: url("../images/grand-hotel/background.jpg");
}
.grand-islander {
  background-image: url("../images/grand-islander/background.jpg");
}
.kenyon-cove {
  background-image: url("../images/kenyon-cove/background.jpg");
}
.kenyon-cove footer {
  background-color: #31BBC1;
}
.kindle-links {
  padding: 10px;
}
.kindle-links img {
  padding: 10px;
}
.kindle-links a img{
   width: 75%;
}
.kindle-links h2{
   color: #086bb6;
   font-size: 3rem;
}
.vacation img {
   width: 100%;
}
.honeypot{
   width: 0;
   height: 0;
   z-index: -1;
   position: fixed;
   top: 0;
   left: 0;
}
footer {
  text-align: center;
  padding: 15px 0 15px 0;
  margin-top: 35px;
}
footer p {
  margin: 0;
}
@media screen and (max-width:450px){
   .top h1{
      font-size: 2rem;
   }
   .top h3{
      font-size: 1.5rem;
   }
}