/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* my code starts here */



* {
  text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
 display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
 -ms-overflow-style: none;  /* IE and Edge */
 scrollbar-width: none;  /* Firefox */
}
a {
  outline: none;
}

header {
  background-color: white;
  width: 100%;
  height: 244px;
}

.tartan-header {
  width: 100%;
  height: 194px;
  background-image: url('img/Banner03.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display:table;
}

.header-div {
  background-color: rgba(108, 50, 4, 1.0);
  display: block;
  float: left;
  width: 100%;
  height: 130px;
}
.header-div img {
  display: none;
}
.header-div ul {
  margin: 0 auto;
  text-align: center;
  padding-top:25px;
}

.header-div ul li {
  display: inline-block;
  list-style: none;
}

.header-div ul li a img {
  display: none;
}

.tartan-header h1 {
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 8px #111;
  line-height: 45px;
  margin: 0px auto;
}

header nav ul {
  display: block;
  margin: 0 auto;
  /*width: -moz-fit-content;
  width: fit-content;*/
  width: 100%;
  height: 64px;
  padding-top: 100px;
}

header nav ul li {
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  display: inline-block;
  float: left;
  list-style: none;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-align: center;
  /*border-style: solid;
  border-color: white;
  border-width: 1px;*/
  box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
}

.box1 {
  background: rgba(62, 63, 21, 1.0);
  width: 12.5%;
  line-height: 25px;
}
.box2 {
  background: rgba(62, 63, 21, 1.0);
  width: 12.5%;
  line-height: 50px;
}
.box3 {
  background: rgba(62, 63, 21, 1.0);
  width: 25%;
  line-height: 25px;
}
.box4 {
  background: rgba(62, 63, 21, 1.0); //rgba(255,194,195, 0.7);
  width: 25%;
  line-height: 25px;
}
.box5 {
  background: rgba(62, 63, 21, 1.0); //rgba(255,194,195, 0.7);
  width: 12.5%;
  line-height: 50px;
}
.box6 {
  background: rgba(62, 63, 21, 1.0); //rgba(255,194,195, 0.7);
  width: 12.5%;
  line-height: 50px;
}

.tabletbox1 {
  background: rgba(62, 63, 21, 1.0);
  width: 30%;
  line-height: 25px;
}
.tabletbox2 {
  background: rgba(62, 63, 21, 1.0);
  width: 40%;
  line-height: 25px;
}
.tablet-bottom-row {
  padding-top: 0px;
}

header nav ul a {
  align-content: centre;
  font-family: 'Castoro Titling', cursive;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
}

header .header-heritage {
  display: none;
}
h1 a {
  color: inherit;
  text-decoration: none;
}

.tablet-mobile-view {
  display:block;
}
.desktop-view {
  display:none;
}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
 animation-name: fadein;
 animation-duration: 0.5s;
}

/* Modal Content/Box */
.modal-content {
 font-size: 2vw;
 margin: 5% 25% 5% 25%;
 padding: 0 2.5% 0 2.5%;
 width: 50%;
 height: 90%;
 overflow: auto;
 animation-name: fadein;
 animation-duration: 0.5s;
 background-color: rgb(62, 63, 21);
 font-family: 'Eczar', serif;
 color: rgb(179, 136, 58);
 text-shadow: 0 0 2px #000000;
}

.modal-content ul {
  list-style: none;
}
.modal-content ul li{
  margin-bottom: 0.5vw;
}

.modal-content h2 {
  font-size: 4vw;
  line-height: 4.5vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
}

.modal-content h3 {
  font-size: 2vw;
  line-height: 2.5vw;
}

.modal-content h5 {
  font-size: 3vw;
  text-align: center;
  line-height: 3vw;
  margin-bottom: .2vw;
  margin-top: .2vw;
}
.modal-inset-div {
  border-style: solid;
  border-width: medium;
  border-color: white;
  background-color: rgb(75, 49, 26);
  padding: 1vw;
}
.image-list li {
  float: left;
  width: 50%;
  padding-right: 5%;
  color: white;
}

.image-list img {
  float: left;
  width: 100%;
  border-style: solid;
  border-width: medium;
  border-color: white;
}

.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadein {
  from {opacity: 0}
  to {opacity: 1}
}

/* The Close Button */
.close {
 color: white;
 float: right;
 font-size: 28px;
 font-weight: bold;
 margin-top: 10px;
}

.close:hover,
.close:focus {
 color: black;
 text-decoration: none;
 cursor: pointer;
}

.map-section {
  max-width: 1000px;
  background-color: rgb(75, 49, 26);
  margin: auto;
  margin-top: 25px;
}
.map-section-div {
  background-color: rgba(0,0,0,0.4);
  display: none;
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Eczar', serif;
  color: rgba(179, 136, 58, 1.0);
}
.shelf-bottom-text {
  margin-top: 10px;
}
.map-image {
  width: 100%;
}
.marker1 {position: absolute; left: 286.5px; top: 27px;}
.marker2 {position: absolute; left: 67.5px; top: 12.5px;}
.marker3 {position: absolute; left: 66px; top: 160.5px;}
.marker4 {position: absolute; left: 211px; top: 161px;}
.marker5 {position: absolute; left: -2.5px; top: 330px;}
.marker6 {position: absolute; left: 209px; top: 330px;}

.MarkerImg {
  display: block;
  margin: auto;
  width: 10px;
  height: auto;
}
.MarkerImg {
  display: block;
  margin: auto;
  width: 85%;
  height: auto;
  opacity: 0.0; //Change this
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.MarkerImg:hover {
  opacity: 1.0;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}
.selection-div {
  display: flex;
  margin-left: 0%;
  padding-bottom: 2vw;
  width: 100%;
  height: auto;
  font-family: 'Eczar', serif;
}
.selection-spacer-div {
  padding-top: 0%;
  line-height: 1vw;
}
.selection-title-div {
  background-color: rgba(117, 159, 185, 0.5);
  width: 50%;
  margin-left: 25%;
  border-radius: 1vw;
}
.selection-title-div h5 {
  text-align: center;
  font-size: 4vw;
}
.selection-div-p {
  padding-left: 2vw;
  padding-right: 4%;
  font-size: 3vw;
}
.selection-secondtitle-div {
  background-color: rgba(117, 159, 185, 0.5);
  width: 50%;
  margin-left: 25%;
  border-radius: 1vw;
}
.selection-secondtitle-div h5 {
  text-align: center;
  font-size: 4vw;
}
.selection-instructions {
  padding-left: 0vw;
  font-size: 3vw;
  text-align: center;
}
.selection-tickbox-div {
  background: rgba(112,66,20,0.2);
  width: 50%;
  margin-left: 25%;
  border-radius: 1vw;
  text-align: center;
  font-size: 3.5vw;
}
.selection-tickbox-div input {
  width: 5vw;
  height: 5vw;
  margin: 1vw,auto;
  padding: 0;
}
.bottom-input {
  width: 5vw;
  height: 5vw;
  margin: 1vw,auto;
  padding: 0;
  margin-bottom: 0.3vw;
}
.blurb-div {
  margin-top: 1vw;
  width: 100%;
  height: 60vw;
  background-image: url(img/linedpaper.jpg);
  background-size: contain;
  font-family: 'Eczar', serif;
}
.blurb-div h5 {
  text-align: left;
  font-size: 4vw;
  padding-left: 1vw;
  padding-top: 1.5vw;
}
.blurb-div p {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1.3vw;
  line-height: 6.66vw;
  font-size: 3.14vw;
}
.sidebar {
  display: inline-block;
  color: rgba(179, 136, 58, 1.0);
  list-style: none;
  text-align: left;
  box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  background: rgba(179, 136, 58, 1.0);
  margin: 0;
  width: 40%;
}
.sidebar-title {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: rgb(112,0,0);
  font-weight: bold;
}
.sidebar-link {
  margin-left: 15px;
}
.qotd {
  display: inline-block;
  color: rgba(179, 136, 58, 1.0);
  list-style: none;
  text-align: center;
  margin: 1%;
  width: 60%;
  padding: 0;
}
.qotd h1 {
  font-size: 22px;
}
.main-para {
  text-align: left;
  font-size: 18px;
}
.stats-table {
  background-color: rgba(1,1,1,0.2);
  margin: auto;
  font-size: 16px;
}
.stats-table th, td {
  border: 1px solid black;
  padding: 5px;
  border-collapse: separate;
}
.stats-table td {
  margin: 5px;
}
.dailyquote {
  padding: 10px;
  background-color: white;
}

footer {
  width: 100%;
  /*background-image: url('img/footer-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  display:flex;
  background: rgb(75, 49, 26);
}

footer ul {
  display: block;
  margin: auto;
  /*width: -moz-fit-content;
  width: fit-content;*/
  width: 100%;
  height: auto;
  max-width: 1500px
  /*padding-top: 100px;*/
}

footer ul li{
  padding-top: 0px;
  display: inline-block;
  float: left;
  list-style: none;
  text-align: center;
}
.footer-text {
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  min-height: 200px;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin: 1% 0% 1% 0%;
  padding: 0%;
  background: rgba(90, 198, 199, 0.2);
  display: block; /* desktop/tablet display: contents;? */
}
.footer-links {
  display: block;
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  font-size: 90%;
  line-height: 18px;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* 50% on desktop/tablet */
  /*background: rgba(90, 198, 199, 0.2);*/
}
.footer-links2 {
  display: block;
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  font-size: 90%;
  line-height: 18px;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* 50% on desktop/tablet */
  /*background: rgba(90, 198, 199, 0.2);*/
}
.footer-links img {
  width: 10%; /* 10% on desktop/tablet */
  height: auto;
  padding: 1.5% 7% 0% 7%;
}


/*TABLET VIEW*/
@media only screen and (min-width: 580px) {

  html::-webkit-scrollbar {
   display: block; /* Expose scrollbar for Chrome, Safari and Opera */
  }
  html {
   -ms-overflow-style: auto;  /* Expose scrollbar for IE and Edge */
   scrollbar-width: auto;  /* Expose scrollbar for Firefox */
  }

  .tartan-header h1 {
    font-size: 6.5vw;
    line-height: 70px;
    margin: 20px auto;
  }

  header nav ul li {
    height: 56px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    float: left;
    list-style: none;
    text-align: center;
  }

  header nav ul a {
    font-size: 22px;
  }
  .header-div ul {
    padding-top:20px;
  }

  .footer-text {
    font-size: 1.5vw;
    line-height: 1.5vw;
    display: block; /* desktop/tablet display: block; */
    width: 33.3%;
  }
  .footer-links {
    font-size: 1.5vw;
    line-height: 1.75vw;
    width: 33%; /* 50% on desktop/tablet */
  }
  .footer-links2 {
    font-size: 1.5vw;
    line-height: 1.75vw;
    width: 33%; /* 50% on desktop/tablet */
  }
  .footer-links img {
    width: 20%; /* 10% on desktop/tablet */
    padding: 1.5% 2% 0% 2%;
  }

  .tabletbox1 {
    background: rgba(62, 63, 21, 1.0);
    width: 25%;
    line-height: 25px;
  }
  .tabletbox2 {
    background: rgba(62, 63, 21, 1.0);
    width: 50%;
    line-height: 25px;
  }
  .tablet-bottom-row {
    padding-top: 0px;
  }
  .map-section-div {
    position: relative;
    width: 420px;
    float: left;
  }
  .selection-div {
    display: flex;
    margin-left: 0%;
    padding-bottom: 2vw;
    width: 100%;
    height: auto;
    /*background-image: url(img/EdinburghMapFaded.jpg);*/
    font-family: 'Eczar', serif;
  }
  .sidebar{
    width: 40%;
  }
  .qotd {
    width: 60%;
    padding: 0 5% 0 5%;
  }
  .qotd h1 {
    font-size: 24px;
  }
  .main-para {
    font-size: calc(18px + 0.5vw);
    min-width: 375px;
  }
  .stats-table {
    background-color: rgba(1,1,1,0.2);
    margin: auto;
    font-size: 18px;
  }
}

  @media only screen and (min-width: 900px) {

    .map-section-div {
      display: block;
    }
    .selection-div {
      width: calc(100% - 420px);
    }
    .qotd {
      padding: 0 0;
    }
    .main-para {
      min-width: 0;
      font-size: 18px;
    }

  }


  @media only screen and (min-width: 1100px) {
    .modal-content {
     font-size: 1.5vw;
     margin: 0% 15% 0% 60%;
     width: 35%;
     height: 100%;
     font-family: 'Eczar', serif;
    }
    .modal-content h2 {
      font-size: 3vw;
      line-height: 3.5vw;
    }
    .modal-content h5 {
      font-size: 1.35vw;
      line-height: 1.35vw;
    }
    .map-image {
    }
    .map-section {
      margin-top: 10px;
    }
    .map-section-div {
      width: 42%;
    }
    .selection-div {
      display: flex;
      margin-left: 42%;
      padding-bottom: 0;
      width: 58%;
      font-family: 'Eczar', serif;
    }
    .selection-title-div h5 {
      font-size: 2vw;
    }
    .selection-div-p {
      font-size: 1.5vw;
    }
    .selection-secondtitle-div h5 {
      font-size: 2vw;
    }
    .selection-instructions {
      font-size: 1.5vw;
    }
    .selection-tickbox-div {
      font-size: 1.75vw;
    }
    .selection-tickbox-div input {
      width: 1.8vw;
      height: 1.8vw;
      margin: 0;
      padding: 0;
    }
    .bottom-input {
      width: 1.8vw;
      height: 1.8vw;
    }
    .blurb-div {
      font-family: 'Eczar', serif;
      height: 20vw;
      background: url(img/linedpapertruncated.jpg);
      background-size: contain;
    }
    .blurb-div h5 {
      font-size: 2.5vw;
      line-height: 2.3vw;
      padding-top: 0.8vw;
    }
    .blurb-div p {
      line-height: 3.3vw;
      font-size: 1.57vw;
      padding-top: 0.3vw;
    }
    .sidebar{
      width: 30%;
    }
    .qotd {
      width: 70%;
    }
    .main-para {
      font-size: 20px;
      margin-left: 20px;
      margin-right: 20px;
    }

    header {
      height: 194px;
  }
  .header-div ul li a img {
    display: block;
    width: 100px;
    height: 50px;
    list-style: none;
    padding-left: 50px;
  }

  header nav ul a {
    font-size: 24px;
    color: #111;
    text-transform: uppercase;
    margin-top: 24px;
  }

  .tartan-header h1 {
    font-size: 75px;
    line-height: 70px;
    margin: 40px auto;
  }

  header nav ul li {
    height: 56px;
    padding-top: 8px;
    display: inline-block;
    float: left;
    list-style: none;
    text-align: center;
  }

  .footer-text {
    font-size: 1vw;
    line-height: 1vw;
  }
  .footer-links {
    font-size: 1vw;
    line-height: 1.25vw;
  }
  .footer-links img {
    width: 10%; /* 10% on desktop */
  }

  .tablet-mobile-view {
    display:none;
  }
  .desktop-view {
    display:block;
  }
}
@media only screen and (min-width: 1420px)
{
  .header-div img {
    display: block;
    margin-left: -100px;
  }
  .tartan-header h1 {
    margin-left: -100px;
  }
}



.footer-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
  max-width: 1500px;
  background: rgb(75, 49, 26);
  margin: auto;
  padding-top: 10px;
}
.footer-container2 {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
  max-width: 1500px;
  margin: auto;
  font-family: 'Castoro Titling', cursive;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(62, 63, 21, 1.0);
  box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
}
.footer-container2 p {
  color: rgba(179, 136, 58, 1.0);
  margin: 20px 20px;
  float: right;
}
.footer-container2 img {
  vertical-align: middle;
  width: 35px;
}

.footer-col {
  font-family: 'Castoro Titling', cursive;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(62, 63, 21, 1.0);
  box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  padding: 10px;
  vertical-align: middle;

  display: table-cell; /* Make elements inside the container behave like table cells */
  margin: auto;
  width: 33.3%;
}
.footer-col h1 {
  color: rgba(179, 136, 58, 1.0);
  font-weight: 700;
}
.footer-col a {
  color: black;
  text-decoration: none;
}
