@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600");
@font-face {
  font-family: 'Coolvetica';
  src: url("../fonts/coolvetica_rg-webfont.eot");
  src: url("../fonts/coolvetica_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/coolvetica_rg-webfont.woff2") format("woff2"), url("../fonts/coolvetica_rg-webfont.woff") format("woff"), url("../fonts/coolvetica_rg-webfont.ttf") format("truetype"), url("../fonts/coolvetica_rg-webfont.svg#Coolvetica") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #7A755E;
  font-family: "Open Sans", serif;
  font-size: 16px;
  margin: 0; }

a {
  text-decoration: none; }

.content a, .content a:visited {
  color: #A70000;
  text-decoration: none; }

button {
  cursor: pointer;
  border: none;
  background: #6EA462;
  color: #FFF;
  padding: 10px;
  font-size: 100%; }

h3 {
  margin-bottom: 5px; }

ul {
  margin: 5px 0; }
  ul li {
    margin: 5px 0; }

.logo, .logo-small {
  font-size: 4em;
  color: #A70000;
  margin-bottom: 0;
  font-family: "Coolvetica"; }

.logo-small {
  font-size: 2em; }

.header {
  padding-top: 20px;
  width: 100%;
  background-color: #e0e0e0; }
  .header #heading {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 5% 2em 5%; }
    .header #heading #title {
      padding-left: 10px;
      flex: 0 0 auto; }
    .header #heading #subtitle {
      flex: 1 1 auto;
      align-items: center;
      text-align: center;
      margin-top: 0.8em; }
  .header nav {
    position: static;
    display: flex;
    text-align: center;
    background-color: #495055;
    border-top: 2px solid #7A755E;
    border-bottom: 2px solid #7A755E; }
    .header nav a {
      padding: 8px 0;
      flex: 1 1 auto;
      font-weight: bold;
      font-size: 95%;
      border-right: 2px solid #7A755E;
      color: white; }
      .header nav a:last-child {
        border: none; }
      .header nav a:hover {
        background-color: #5F7A81; }
      .header nav a:active {
        color: #efe121; }

#picture-nav {
  width: 100%;
  background-color: #e0e0e0;
  border-bottom: 3px solid #7A755E;
  display: flex;
  flex-direction: row;
  padding: 2% 0; }
  #picture-nav .item {
    flex: 1 1 30%;
    margin: 0 2%; }
    #picture-nav .item img {
      width: 100%;
      height: auto;
      transition: transform 0.5s ease; }
      #picture-nav .item img:hover {
        transform: scale(1.2); }
    #picture-nav .item p {
      text-align: center;
      width: 100%;
      font-size: 150%;
      margin: 20px 0 0 0;
      color: #495055;
      font-family: "Coolvetica"; }
  #picture-nav a {
    color: black; }

.row {
  display: flex;
  flex-direction: row; }

footer {
  background-color: white;
  border-top: 2px solid #7A755E;
  padding: 10px 3%; }
  footer .row {
    flex-wrap: wrap;
    margin-bottom: 20px; }
  footer h5 {
    margin: 0;
    color: #495055;
    font-weight: normal;
    font-size: 1.5em;
    font-family: "Coolvetica"; }
  footer p {
    margin: 5px 0 0 0; }
  footer a, footer a:visited {
    color: black; }
  footer #address, footer #telephone, footer #email, footer #mobile {
    flex: 1 1 auto;
    text-align: center;
    margin: 0 1%;
    text-align: center; }
  footer #facebook, footer #instagram, footer #tripadvisor, footer #RHA {
    flex: 1 1 auto;
    text-align: center; }
  footer #websell {
    font-size: 80%;
    text-align: center; }

.container, .container-no-background {
  background-color: white;
  width: 95%;
  margin: 2% auto;
  border-radius: 2px; }
  .container .content, .container-no-background .content {
    padding: 0 2%;
    color: #495055; }
  .container:after, .container-no-background:after {
    content: "";
    display: table;
    clear: both; }
  .container h1, .container-no-background h1 {
    font-size: 2em;
    font-weight: lighter;
    text-align: center;
    color: #495055;
    padding-top: 15px;
    font-family: "Coolvetica"; }
  .container h2, .container-no-background h2 {
    font-family: "Coolvetica"; }
  .container #plugins, .container-no-background #plugins {
    display: flex; }
    .container #plugins .facebook, .container-no-background #plugins .facebook, .container #plugins .youtube, .container-no-background #plugins .youtube, .container #plugins .instagram, .container-no-background #plugins .instagram {
      margin: 1% 1%; }
    .container #plugins .facebook, .container-no-background #plugins .facebook {
      flex: 1 1 25%; }
    .container #plugins .youtube, .container-no-background #plugins .youtube {
      flex: 1 1 46%; }
    .container #plugins .instagram, .container-no-background #plugins .instagram {
      flex: 1 1 20%; }
    .container #plugins .logos .logo-holder, .container-no-background #plugins .logos .logo-holder {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 2%; }
    .container #plugins .logos img, .container-no-background #plugins .logos img {
      text-align: center; }
    .container #plugins h2, .container-no-background #plugins h2 {
      font-family: "Coolvetica"; }

.container-no-background {
  background: none; }

form {
  margin-bottom: 10px; }
  form:after {
    content: "";
    clear: both;
    display: table; }
  form fieldset {
    border: none;
    margin-bottom: 10px;
    padding: 0; }
  form input, form textarea {
    font-family: 'Open Sans',serif;
    width: 99%;
    padding: 0.5%; }
  form textarea {
    height: 100px;
    resize: none; }
  form button[type="submit"] {
    width: 20%;
    float: right; }

.google-map {
  height: 25em;
  width: 100%;
  border: none; }

.toggle-nav {
  display: none; }

.small-content-container {
  width: 95%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  display: flex; }
  .small-content-container h2 {
    text-align: center;
    color: #7A755E;
    padding-top: 15px; }
  .small-content-container p {
    padding: 10px; }
  .small-content-container .smallcontent {
    background-color: white;
    flex: 0 0 49%;
    margin: 0 1%; }
    .small-content-container .smallcontent:first-of-type {
      margin-left: 0; }
    .small-content-container .smallcontent:last-of-type {
      margin-right: 0; }

@media (max-width: 1210px) {
  footer .row > div {
    margin: 1% 0; } }
@media (max-width: 748px) {
  .header nav {
    display: none;
    margin: 0;
    padding-bottom: 0;
    flex-direction: column; }
    .header nav a {
      padding: 10px 0;
      border-right: none;
      border-bottom: 1px solid black; }

  .toggle-nav {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: white;
    color: black;
    border: none; } }
@media (max-width: 612px) {
  #picture-nav {
    flex-direction: row;
    flex-wrap: wrap; }
    #picture-nav .item {
      flex: 1 1 40%; }
      #picture-nav .item:last-child img {
        max-height: 200px;
        width: auto;
        display: block;
        margin: 10px auto 0; }

  #plugins {
    flex-direction: row;
    flex-wrap: wrap; } }
@media (max-width: 400px) {
  #picture-nav {
    flex-direction: column; }
    #picture-nav .item img {
      max-height: 200px;
      width: auto;
      display: block;
      margin: 0 auto; }

  #plugins {
    flex-direction: column; } }
@media (min-width: 800px) {
  .smallcontent {
    width: 49%; } }
.fadelinks, .faderandom {
  position: relative;
  height: 265px;
  width: 353px; }

.fadelinks > *, .faderandom > * {
  position: absolute;
  left: 0;
  top: 0;
  display: block; }

.multipleslides {
  position: relative;
  height: 265px;
  width: 353px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.multipleslides > * {
  position: absolute;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.gallery-ref {
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */




.responsive {
  max-width: 100%;
  height: auto;
}
