/* Paul and Jeremy's BnB

Blue: background-color: #19242f;
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap");

@font-face {
  font-family: Audrey;
  src: url("Audrey.otf");
}

body,
html {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat";
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-family: Audrey;
}
h5 {
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  width: 75%;
}
p {
  font-size: 1em;
}
button{
    font-weight: 200;
}
header {
  color: #19242f;
  box-sizing: padding-box;
  text-align: center;
  padding: 30px 50px;
}

.brand {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}

.phone {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
  order: 1;
  flex-basis: 25%;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.logo {
  order: 2;
  flex-basis: 50%;
}
.ident {
  background-image: url("img/ident-blue.png");
  width: 75%;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
.cta {
  flex-basis: 25%;
  order: 3;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 200;
}
.booknow {
  background: #19242f;
  color: white;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.booknow:hover {
  background: black;
  cursor: pointer;
}
.booknow a {
  color: inherit;
  text-decoration: none;
  cursor: hand;
}

nav {
  border-top: 1px solid #203244;
  background: #19242f;
  font-family: "Montserrat";
  font-size: 14px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
nav li {
  flex: 1;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  font-weight: 200;
  cursor: pointer;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

nav li a:hover {
  color: #e9e9e9;
  font-weight: 400;
  cursor: pointer;
}
.hero {
  background-image: url("img2/terrace_may.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
}
.hero_room1 {
  background-image: url("img/Mirren_1.jpg");
  background-size: cover;
  background-position: center bottom;
  height: 80vh;
  width: 100%;
}
.hero h2 {
  color: white;
  display: inline-block;
  text-align: center;
}

.container {
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 0;
  clear: both;
}

/* Room */
.rooms{
    width: 80vw;
    margin: auto;
}
.room {
  font-family: "Montserrat";
  height: 50vh; 
  justify-content: center;
}

.room img {
  width: 50%;
  height: 50vh;
  background-size: cover;
  background-position: bottom center;
  object-fit: cover;
  float: left;
}
.room_info {
  width: 50%;
  height: 50vh;
float: left;
  padding: 5px 20px;
  box-sizing: border-box;
  font-size: 12px;
}
/*
.room img {
    height: 50vh;
    width: 100%;

    background-size: cover;
    background-position: bottom center;
    object-fit: cover;

  }
  .room_info {
    height: 50vh;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 12px;
  }
*/
.breakfast_info
{
    width: 100%;
    height: 30vh;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 12px;
    border-bottom: 2px solid white;
}
.center {
  text-align: center;
}
.room_info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2em;
  font-family: Audrey;
}
.breakfast_info h3
{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
    font-family: Audrey;
  }

.height30 {
  height: 40vh !important;
}
.room button:hover {
  cursor: pointer;
}

.blue {
  background: #19242f;
  color: white;
}
.blue button {
  background: white;
  color: #19242f;
}

button {
  width: 49%;
  background: #203244;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  border: none;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.desktopHide {
  display: none;
}
.desktopShow {
  display: inline;
}

/* Footer */


.footer{
    width: 100%;
    min-height: 1vh;
    box-sizing: border-box;
    padding: 2% 0;
    color: white;
    background: #19242f;
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    line-height: 2em;
    CLEAR: BOTH;
}

.footer_content
{
    width: 80%;
    margin: auto;
}

.footer_column
{
    width: 33%;
    float: left;
}

.footer img {
  height: 50px;
  margin: auto;
  background-size: cover;
  background-position: center center;
  vertical-align: center;
}

.footer a{
    color: inherit;
    text-decoration: none;
}
.footer a:hover
{
    cursor: pointer;
    text-decoration: underline;
}

/* FAQ */

.content {
  width: 60%;
  margin: auto;
  padding: 25px 0;
  box-sizing: border-box;
}
.content p {
  font-size: 14px;
}
.question {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Audrey;
  padding: 10px 0;
}
.answer {
  font-size: 12px;
  padding: 10px 0;
}
.breakfast_hero {
  background-image: url("img/breakfast.jpg");
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breakfast_hero2 {
  background-image: url("img/breakfasttable.jpg");
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quote {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 20px 20px;
  font-family: Audrey;
  width: 90%;
  margin: 5% auto;
  text-align: center;
  font-size: 1.3em;
}

.reviewer {
  text-align: right;
  font-size: 12px;
}

/* Bedroom */

.mirren {
  background-image: url("img2/mirren_1.jpg");
}
.dench {
  background-image: url("img2/dench1.jpg");
}
.lansbury {
  background-image: url("img2/lansbury_2.jpg");
}
.mirren h2 {
  --animate-duration: 2s;
  font-size: 1.5em;
  text-align: center;
  margin: auto;
  background: #19242f;
  padding: 10px 10px 0 10px;
  line-height: 2em;
}
.description {
  width: 70%;
  float: left;
  clear: left;
}

.facilities {
  background: lightgray;
  padding: 3px;
  color: white;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.facilities ul {
  list-style: none;
}

.booking {
  border: 1px solid #19242f;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  clear: both;
  margin: 15px auto;
}
.booking h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-family: Audrey;
}
.booknow_modal h3{
    font-family: Audrey;
    text-align: center;
}
.booking input[type="text"] {
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 3px 5px;
  border-radius: 5px;
  height: 40px;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.booking input[type="submit"] {
  background: #19242f;
  color: white;
  padding: 5px 15px;
  font-size: 0.8em;
  height: 40px;
  border: none;
  letter-spacing: 2px;
}
.booking input[type="submit"]:hover {
  cursor: pointer;
}
/* Info */

.info .col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 15px;  
}
.info h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0;
  text-align: center;
  font-family: Audrey;
}
.break{
    width: 100%;
    height: 10px;
    border-bottom: 3px solid #19242f; 
    clear: both;
}
#map
{
    width: 100%;
    height: 40vh;
}
#gmap_canvas
{
    width: 100%;
    height: 40vh;
    border-bottom: 2px solid #19242f; 
}
.recommendations
{
    text-align: center;
    line-height: 2em;
}
.recommendations a{
    color: inherit;
   
}
.recommendations a:hover{
    cursor: pointer;
    color: black;
}
.photos{
    width: 100%;
    clear: both;
}
.photos img
{
    width: 33%;
    float: left;
}

/* Mobile */

@media screen and (max-width: 767.98px) {
  .brand {
    flex-wrap: column;
    gap: 12px;
  }
  .booknow_modal
  {
      width: 90%;
      top: 10%;
      left: 0%;
  }

  .hero {
    height: 35vh;
  }

  .room img {
    width: 100vw;
    height: 60vh;
  }
  .room_info {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .breakfast_info
  {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .phone {
    flex-grow: 1;
    flex-basis: 100%;
    order: 2;
    padding: 15px 0;
  }
  .logo {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1;
  }
  .cta {
    flex-grow: 1;
    flex-basis: 100%;
    order: 3;
  }

  .container {
    width: 96%;
    clear: both;
  }

  h5 {
    width: 90%;
  }
  .mobileShow {
    display: inline;
  }
  .mobileHide {
    display: none;
  }

  .content {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .description {
    width: 98%;
    float: none;
    margin: auto;
  }
  .booking {
    width: 98%;
    float: none;
    margin: auto;
  }
  button {
    float: none;
    width: 90%;
    margin: 10px auto;
  }
  footer .col {
    width: 98%;
    float: none;
    margin: auto;
  }
  .info .col {
    width: 98%;
    box-sizing: border-box;
  }
  .footer_column
{
    width: 100%;
}
}

/* MODAL! */

.booknow_modal
{
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: auto; /* Enable scroll if needed */
        width: 75%;
        margin: auto;
        background: white;
        border: 2px solid #19242f;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }