/**
 * @file
 * Subtheme specific CSS.
 */

div#block-cornish-cove-barrio-heroimageblock img {
  width:100%;
  height:100%;
  object-fit:cover;
}

nav#navbar-top {
  display:none;
}

nav#navbar-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  color: #cddff3;
}

nav#navbar-main a img {
  width: 7vw;
  margin-left:1vw;
  margin-right: 1vw;
}

nav#navbar-main li.nav-item a {
  font-size: 2vw;
  margin-right: 1em;
}

div#carousel-block-generic img {
  width:100%;
  height:100%;
  object-fit:cover;
}

div#block-cornish-cove-barrio-page-title h1.title {
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  color: #1d84c3;
}

div.book-teaser-title {
  display: block;
  height: 4vw;
}
footer.site-footer {
  display: none;
}
