body {
  font-family: 'Open Sans', sans-serif;
  color:#203163;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color:#203163;
}
h1,h2 {
  margin-bottom:2rem;
}
.floatclear {
    clear:both;
}
.top-bar.expanded {
    background: #efefef;
}
.smalltext {
  font-size: .6rem;
}

  
    button.lime, .button.lime {
      background-color: #89bb04;
      border-color: #6a9302;
      color: white; }
    button.lime:hover, .button.lime:hover {
      background-color: #6a9302;
      border-color: #6a9302;
      color: white; }
  
  button.gold, .button.gold {
      background-color: #ffb400;
      border-color: #ffb400;
      color: white; }
    button.gold:hover, .button.gold:hover {
      background-color: #ffb400;
      border-color: #ffb400;
      color: white; }
      
  
  .topnav {
    /* overflow: hidden; */
    padding-top: 2rem;
  }
  
  .topnav a {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #203163;
    color: white;
  }
  
  .topnav a.active {
    background-color: #203163;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  
  .footer {
    padding: 5rem 1rem 2rem 1rem;
    min-height: 300px;
    background-color: #035F97;
    color: #fff;
  }
  
  .footer a {
    color: #fff;
  }

  .footer table {
    background-color: #035F97;
    border-color: #035F97;
    border-radius:1rem;
  }
  .footer tbody {
    background-color: #035F97;
    border-color: #035F97;
    border-radius:1rem;
  }
  .footer tr {
    background-color: #035F97;
    border-color: #035F97;
  }
  .footer tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #035F97;
  }

  .header a {
    color: #fff;
  }
  .header h5 { 
    margin-bottom: 0;
  }
  .homebanners {
    /* margin-bottom: 4rem; */
    /* background-color: whitesmoke; */
  }
  .parallax-window {
    min-height: 800px;
    background: transparent;
}
.openingtimes {
  color:#035F97;
  padding:4rem 0;
  font-size:1.4rem;
}
.openingtimes tbody {
  border-color: #fff;
  border-radius:1rem;
}

.serviceblock {
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius:1rem;
}

.title-bar {
  /* background: #2c3840; */
  padding: 1rem;
}

.menu {
  /* background: #2c3840; */
  
  @media screen and (min-width: 64em) {
    padding: 1rem 0;
  }
  
  a {
    color: #000;
  }
}

.is-drilldown-submenu-parent>a:after {
  border-color: transparent transparent transparent #fff;
}

.js-drilldown-back>a:before {
  border-color: transparent #fff transparent transparent;
}

.is-accordion-submenu-parent>a:after {
  border-color: #fff transparent transparent;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #fff transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
  border-color: transparent transparent transparent #fff;
}

.is-dropdown-submenu {
  background-color: #fff;
  min-width: 350px;
}

.dropdown.menu > li.is-active > a {
  color: black;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}


.accordion-menu {
  display: none; //prevent FOUC
}
.menu-icon {color: #004A68;}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%; /* 100% width */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: white;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}

.mocha {
  background-color: #967969;
  color: white;
}
.mocha h1 {
  color: white;
}

.is-dropdown-submenu {
  border: none;
  border-left: 2px solid #203163;
}