/*
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;
}
h1 a {
  color: inherit;
  text-decoration: none;
}

.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;
}

.tablet-mobile-view {
  display:block;
}
.desktop-view {
  display:none;
}
/* footer */


footer {
  width: 100%;
  height: 164px;
  /*background-image: url('img/footer-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  display:table;
  background: rgb(75, 49, 26);
}

footer ul {
  display: block;
  margin: 0 auto;
  /*width: -moz-fit-content;
  width: fit-content;*/
  width: 100%;
  height: 64px;
  /*padding-top: 100px;*/
}

footer ul li{
  height: 64px;
  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: 44%;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin: 1% 2% 1% 2%;
  padding: 1%;
  background: rgba(90, 198, 199, 0.2);
  display: none; /* 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-links img {
  width: 10%; /* 10% on desktop/tablet */
  height: auto;
  padding: 1.5% 7% 0% 7%;
}

/*MAIN*/

.main-div {
  width: 100vw;
  margin: 10px auto;
}
.tablet-desktop {
  display: none;
}
.phone {
  display: block;
}
.instruction-div {
  text-align: center;
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  font-size: 100%;
  font-weight: 400;
  line-height: 20px;
}
.letter-links {
  margin: 0 auto;
}
.letter-links ul {
  font-family: 'Castoro Titling', cursive;
  color: #111;
  font-weight: 400;
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 64px;
}
.letter-links ul a {
  color: inherit;
}
.letter-links ul li{
  display: block;
  list-style: none;
  text-align: center;
  margin: 10px 10px 10px 10px;
  padding: 15px 1% 15px 1%;
  line-height: 20px;
  background-color: rgba(219, 176, 72, 0.7);
}


.no-entries {
  color: #aaa;
}
.main-list {
  font-family: Libre Baskerville;
  font-size: 14.3px;
  line-height: 16px;
  color: black;
  background: rgba(219, 176, 72, 0.2);
  padding: 10px;
  margin-bottom: 15px;
  display: none;
}
.main-list ul li{
  list-style: none;
  margin: 5px 5px;
  padding: 5px;
  background: rgba(219, 176, 72, 0.2);
}
.main-list ul li p {
  text-align: center;
  font-family: 'Castoro Titling', cursive;
  color: rgba(179, 136, 58, 1.0);
  font-size: 100%;
  font-weight: 400;
  line-height: 20px;
}
.main-list ul li ul {
  display: table;
  width: 960px;
  padding: 0;
}
.main-list ul li ul li{
  float: left;
  display: inline;
  list-style: none;
  background-color: rgba(219, 176, 72, 0.7);
}
.place {
  width: 120px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  display: none;
}
.description {
  width: 680px;
  height: 80px;
}
.dbcode {
  width: 100px;
  height: 80px;
  font-weight: bold;
}
.headplace {
  width: 120px;
  font-weight: bold;
}
.headdescription {
  width: 680px;
  font-weight: bold;
}
.headdbcode {
  width: 100px;
  font-weight: bold;
}
.allname {
  width: 720px;
}
.alldbcode {
  width: 150px;
  font-weight: bold;
}
.mobile-list {
  display: block;
}
.mobile-list {
  font-family: Libre Baskerville;
  font-size: 14.3px;
  line-height: 16px;
  color: black;
  background: rgba(219, 176, 72, 0.2);
  padding: 2vw;
  margin-bottom: 15px;
}
.mobile-list a {
  text-align: center;
  font-size: 18px;
}
.mobile-list ul li{
  list-style: none;
  margin: 2vw;
  padding: 2vw;
  background: rgba(219, 176, 72, 0.2);
}
.mobile-list ul li ul {
  display: table;
  width: 88vw;
}
.mobile-list ul li ul li{
  float: left;
  width: 80vw;
  padding: 2vw;
  display: inline;
  list-style: none;
  background-color: rgba(219, 176, 72, 0.7);
  height: auto;
}
.mobile-list ul li ul li p
{
    text-align: center;
    line-height:26px;
}
.mobile-list span {
  display:inline-block;
  line-height:26px;
}
.about-text {
  font-family: 'Castoro Titling', cursive;
  font-size: 16px;
  color: #111;
  background: rgba(219, 176, 72, 0.2);
  margin: 15px auto;
  width: 95%;
  border-radius: 20px;
}
.about-text ul {
  list-style: none;
  padding: 10px;
  background: rgba(219, 176, 72, 0.3);
  border-radius: 15px;
}
.about-text h3 {
  text-decoration: underline;
  font-size: 20px;
  line-height: 24px;
}
hr {
  margin: 10px auto;
  width: 50%;
  border: 1px solid black;
}

.select-normal-bcst-div {
  font-family: 'Castoro Titling', cursive;
  position: relative;
  vertical-align: middle;
  border-style: groove;
  border-width: 3px;
  padding: 3vw 1vw 1vw 1vw;
  text-shadow: 2px 2px 4px #111;
  display: table;

  width: 90vw;
  background: rgba(62, 63, 21, 1.0);
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.select-normal-bcst-div p {
  color: rgba(179, 136, 58, 1.0);
  text-align: center;
}
.select-normal-bcst-div a {
  text-decoration: none;
  color: inherit;
}
.b-select {
  height: 40px;
  border-style: groove;
  border-width: medium;
  background-color: rgb(255,238,198);
}
.c-select {
  height: 40px;
  border-style: groove;
  border-width: medium;
  background-color: rgb(255,238,198);
}
.s-select {
  height: 40px;
  border-style: groove;
  border-width: medium;
  background-color: rgb(255,238,198);
}
.t-select {
  height: 40px;
  border-style: groove;
  border-width: medium;
  background-color: rgb(255,238,198);
}
.select-normal-bcst-div td {
  width:45vw;
  padding: 10px 5vw auto 5vw;
  text-align: center;
  vertical-align: middle;
}

/*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; */
  }
  .footer-links {
    font-size: 1.5vw;
    line-height: 1.75vw;
    width: 50%; /* 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;
  }
/*MAIN*/
  .main-div {
    width: 550px;
  }
  .tablet-desktop {
    display: block;
  }
  .phone {
    display: none;
  }
  .letter-links {
    visibility: visible;
  }
  .letter-links ul {
    margin: auto;
    width: 100%;
    height: 55px;
  }
  .letter-links ul li {
    padding: 1.3% 2% 0.8% 2%;
    display: inline;
    margin: auto;
    line-height: 40px;
  }
  .viewall {
    font-weight: 700;
  }
  .main-list {
    display: block;
  }
  .place {
    height: 240px;
  }
  .description {
    width: 220px;
    height: 240px;
  }
  .dbcode {
    height: 240px;
    width: 110px;
    font-size: 10px;
  }
  .headdescription {
    width: 220px;
  }
  .headdbcode {
    width: 110px;
  }
  .headpeople {
    width: 120px;
    font-weight: bold;
    display: block;
  }
  .headpeopledate {
    width: 50px;
    font-weight: bold;
    display: block;
  }
  .headpeopleinfo {
    width: 150px;
    font-weight: bold;
    display: block;
  }
  .headpeopledbref {
    width: 110px;
    font-weight: bold;
  }
  .peoplename {
    width: 120px;
    height: 45px;
    font-weight: bold;
  }
  .peopledate {
    width: 50px;
    height: 45px;
  }
  .peopleinfo {
    width: 150px;
    height: 45px;
  }
  .peopledbref {
    width: 110px;
    height: 45px;
    font-weight: bold;
    font-size: 13.5px;
  }

  .practitionername {
    background-color: rgba(219, 176, 72, 0.7);
    width:130px;
    padding: 10px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .practitionerdescription {
    background-color: rgba(219, 176, 72, 0.7);
    width:360px;
    padding: 10px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .practitionerdbcode {
    background-color: rgba(219, 176, 72, 0.7);
    width:110px;
    padding: 10px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .practitionerdbcode a {
    font-size: 12px;
    font-weight: 700;
  }

  .bodypartname {
    background-color: rgba(219, 176, 72, 0.7);
    width:110px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bodypartdescription {
    background-color: rgba(219, 176, 72, 0.7);
    width:400px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bodypartdbcode {
    background-color: rgba(219, 176, 72, 0.7);
    width:110px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bodypartdbcode a {
    font-size: 12px;
    font-weight: 700;
  }

  .bcstindividual {
    background-color: rgba(219, 176, 72, 0.7);
    width:490px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bcstindividual span {
    display:inline-block;
    line-height:26px;
  }
  .bcstname {
    background-color: rgba(219, 176, 72, 0.7);
    width:110px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bcstcategory {
    background-color: rgba(219, 176, 72, 0.7);
    width:80px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }
  .bcstdescription {
    background-color: rgba(219, 176, 72, 0.7);
    width:270px;
    padding: 5px;
    border:5px solid #7f5e2a;border-collapse:collapse;
  }


  .allname {
    height: 35px;
    width: 320px;
  }
  .alldbcode {
    height: 35px;
  }
  .mobile-list {
    display: none;
  }
  .about-text {
    width: 100%;
  }

  .select-normal-bcst-div {
    width: 490px;
    border-width: 5px;
    padding: 15px 5px 5px 5px;
  }
  .select-normal-bcst-div ul a li {
    width: 226px;
    margin: 5px 5px 5px;
  }


}

/*DESKTOP VIEW*/
@media only screen and (min-width: 1100px) {

  header {
      height: 164px;
  }
  .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;
  }

/*MAIN*/

  .main-div {
    width: 1000px;
    margin: 20px auto;
  }
  .letter-links ul {
    margin: 0 0% 0 0%;
  }
  .letter-links ul li {
    padding: 0.8% 1% 0.5% 1%;
    margin: 0 -0.145% 0 0;
  }

  .place {
    width: 120px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
  }
  .description {
    width: 630px;
    height: 80px;
  }
  .dbcode {
    width: 150px;
    height: 80px;
    font-weight: bold;
    font-size: inherit;
  }
  .headplace {
    width: 120px;
    font-weight: bold;
    display: block;
  }
  .headdescription {
    width: 630px;
    font-weight: bold;
  }
  .headdbcode {
    width: 150px;
    font-weight: bold;
  }
  .headpeople {
    width: 220px;
    font-weight: bold;
    display: block;
  }
  .headpeopledate {
    width: 140px;
    font-weight: bold;
    display: block;
  }
  .headpeopleinfo {
    width: 370px;
    font-weight: bold;
    display: block;
  }
  .headpeopledbref {
    width: 150px;
    font-weight: bold;
  }
  .peoplename {
    width: 220px;
    height: 20px;
    font-weight: bold;
  }
  .peopledate {
    width: 140px;
    height: 20px;
  }
  .peopleinfo {
    width: 370px;
    height: 20px;
  }
  .peopledbref {
    width: 150px;
    height: 20px;
    font-weight: bold;
    font-size: inherit;
  }

  .practitionername {
    width:220px;
  }
  .practitionerdescription {
    width:685px;
  }
  .practitionerdbcode {
    width:210px;
  }
  .practitionerdbcode a {
    font-size: 18px;
    font-weight: 700;
  }

  .bodypartname {
    width:220px;
  }
  .bodypartdescription {
    width:800px;
  }
  .bodypartdbcode {
    width:210px;
  }
  .bodypartdbcode a {
    font-size: 18px;
    font-weight: 700;
  }

  .bcstindividual {
    width:940px;
  }
  .bcstname {
    width:220px;
  }
  .bcstcategory
  {
    width:100px;
  }
  .bcstdescription {
    width:600px;
  }


  .allname {
    width: 770px;
    height: auto;
  }
  .alldbcode {
    height: auto;
  }


  hr {
    width: 250px;
  }
  .select-normal-bcst-div {
    width: 975px;
  }
  .select-normal-bcst-div ul a li {
    width: 469px;
  }
}
@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;
}
