﻿/*#region Fonts */
@import 'https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto+Mono';
/*#endregion */
/*#region Colours */
/*#endregion */
body {
  font-family: "Roboto Mono";
  color: #212424;
  letter-spacing: 0.015em;
}
h1,
h2,
h3,
h4 {
  font-family: "Cutive Mono";
  letter-spacing: -0.08em;
  font-weight: bold;
  line-height: 1.5em;
}
h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1040px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.btn {
  background-color: #E83D61;
  color: #212424;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 15px;
  transition: background-color linear 200ms, color linear 200ms;
}
.btn:hover {
  background-color: #6C888C;
}
body {
  background-image: url(images/blackboard_bg_tiled.jpg);
  background-repeat: repeat;
  background-position: 50% 50%;
}
header,
footer {
  background-color: #CDD1D1;
  color: #485B5D;
}
header {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.58);
}
header .social-icons {
  color: #999999;
  font-size: 24px;
}
header nav {
  background-color: #CDD1D1;
}
header nav ul > li > a {
  color: #212424;
}
header nav ul > li > a:hover {
  color: #660c1f;
}
header nav .hamburger:before {
  background: linear-gradient(to bottom, #212424, #212424 20%, transparent 20%, transparent 40%, #212424 40%, #212424 60%, transparent 60%, transparent 80%, #212424 80%, #212424 100%);
}
div.social-icons a:hover {
  color: #660c1f;
}
div.panel {
  background-color: #D4ECEC;
}
.panel.welcome {
  margin-bottom: 5px;
  text-align: center;
  padding: 25px;
}
.features-container .feature h2 {
  font-family: "Roboto Mono";
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.2em;
  font-size: 20px;
  padding: 15px;
}
.features-container .feature a.feature-link {
  background-color: #E83D61;
  color: #212424;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: normal;
  padding: 8px 15px;
  transition: background-color linear 200ms;
}
.features-container .feature a.feature-link:hover {
  background-color: #f08199;
}
.double-border-bottom::after {
  content: "";
  border-bottom: 1px solid #E83D61;
  width: 100%;
  display: block;
  border-top: 3px solid #E83D61;
  height: 9px;
}
input[type=checkbox] + label {
  color: #C8D7D9;
}
input[type=checkbox] + label > span {
  border-color: #C8D7D9;
}
input[type=checkbox]:checked + label > span > span {
  background-color: #C8D7D9;
}
div.join-mailing-list {
  background-color: rgba(255, 255, 255, 0.4);
  border: 3px solid #CDD1D1;
}
div.join-mailing-list h2 {
  color: white;
  text-align: left;
  line-height: 1em;
}
div.join-mailing-list h2:after {
  content: "Join our mailing list";
}
div.join-mailing-list p {
  color: #C8D7D9;
  font-size: 16px;
  margin-bottom: 20px;
}
div.join-mailing-list input[type=text],
div.join-mailing-list input[type=submit] {
  display: block;
  width: 100%;
  height: 40px;
}
div.join-mailing-list input {
  border: none;
  padding: 5px 15px;
}
div.join-mailing-list input + input {
  margin-top: 10px;
}
div.join-mailing-list input[type=submit] {
  text-transform: uppercase;
  background: none;
  border: none;
  background-color: #E83D61;
}
div.join-mailing-list input[type=checkbox] {
  margin-bottom: 15px;
}
div.join-mailing-list .date-picker-group label {
  color: white;
}
div.join-mailing-list .date-picker-group select {
  color: #212424;
}
div.join-mailing-list.complete .result-message {
  color: #C8D7D9;
  line-height: 1.5em;
}
div.location {
  background-color: rgba(208, 222, 225, 0.6);
}
div.location .location-details h2 {
  font-size: 54px;
}
div.location .location-details .address,
div.location .location-details .telephone {
  font-size: 16px;
  font-weight: bold;
}
div.location .double-border-bottom::after {
  border-color: #D4ECEC;
}
section.facilities .times-facilities h3 {
  font-family: "Roboto Mono";
}
section.food .booking-link a,
section.drink .booking-link a {
  background-color: #E83D61;
  color: #212424;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 15px;
  transition: background-color linear 200ms, color linear 200ms;
  color: #D4ECEC;
  background-color: #4D1420;
}
section.food .booking-link a:hover,
section.drink .booking-link a:hover {
  background-color: #6C888C;
}
section.food .booking-link a:hover,
section.drink .booking-link a:hover {
  color: #212424;
}
section.events .panel.events div.event .details .title {
  font-size: 20px;
  font-weight: bold;
}
section.events .panel.events div.event .details .share {
  font-size: 20px;
  font-weight: bold;
}
section.events .panel.events div.event .details .share .event-share-links {
  font-size: 26px;
}
@media (min-width: 768px) {
  section.events .panel.events div.event .details .title {
    font-size: 20px;
    font-weight: bold;
  }
  section.events .panel.events div.event .details .share {
    font-size: 24px;
    font-weight: bold;
  }
  section.events .panel.events div.event .details .share .event-share-links {
    font-size: inherit;
  }
}
div.contact-form .big-button {
  text-transform: uppercase;
  background: none;
  border: none;
  background-color: #E83D61;
}
div.contact-form .big-button:hover {
  color: white;
}
.carousel {
  margin-bottom: 5px;
}