/*
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 #000000;
    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;
}
.main-wrapper {
  padding-top: 5vw;
}
.article-div {
  font-family: 'Eczar', serif;
  font-size: 3.7vw;
  padding-top: 25px;
}
.article-box {
  background-color: rgba(179, 136, 58, 1.0);
  width:95%;
  margin: auto;
  padding: 10px;
  box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
}
.article-header {
  color: rgb(179, 136, 58);
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 2.5vw;
}
.about-header {
  font-family: 'Eczar', serif;
  color: rgb(179, 136, 58);
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 2.5vw;
}
.article-title {
  text-decoration: underline;
  text-decoration-thickness: 0.35vw;
}
.article-img-title {
  font-size: 3vw;
  text-align: center;
}
.article-image-div-left {
  float: left;
  border-style: solid;
  border-color:grey;
  width:50%;
  background-color: #323232;
  color:white;
  margin:auto;
  margin-right:1%;
  padding-bottom:1%;
}
.article-image-div-right {
  float: right;
  border-style: solid;
  border-color:grey;
  width:50%;
  background-color: #323232;
  color:white;
  margin:auto;
  margin-left:1%;
  padding-bottom:1%;
}
.article-img-left {
  max-width: 95%;
  height: auto;
  width: auto\9;
  padding-left:2.5%;
  padding-top:2.5%;
}
.article-img-right {
  max-width: 95%;
  height: auto;
  width: auto\9;
  padding-left:2.5%;
  padding-top:2.5%;
}
.mobile-list {
  display: block;
}
.mobile-list {
  line-height: 18px;
  color: black;
  background: rgba(219, 176, 72, 0.2);
  padding: 1vw;
  margin-bottom: 15px;
}
.mobile-list a {
  text-align: center;
  font-size: 18px;
}
.mobile-list ul li{
  list-style: none;
  margin: 1vw;
  padding: 1vw;
  background: rgba(75, 49, 26, .7);
}
.mobile-list ul li ul {
  display: table;
  width: 88vw;
}
.mobile-list ul li ul li{
  float: left;
  width: 83vw;
  padding: 2vw;
  display: inline;
  list-style: none;
  background-color: rgb(219, 176, 72);
  height: auto;
}
.mobile-list ul li ul li p
{
    text-align: center;
    line-height:26px;
}
.mobile-list span {
  display:inline-block;
  line-height:26px;
}
.main-list {
  line-height: 18px;
  color: black;
  background: rgba(219, 176, 72, 0.2);
  padding: 3px;
  margin-bottom: 10px;
  display: none;
}
.main-list ul li{
  list-style: none;
  margin: 5px 5px;
  padding: 3px;
  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);
}
.definition-box {
  float: right;
  width: 50%;
  margin: 1%;
  padding: 2%;
  background-color: rgba(219, 176, 72, 0.7);
  box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
}

.search-wrapper {
  margin: auto;
  max-width: 1500px;
  font-size: 3.7vw;
}
.search-div {
  margin: 0 auto;
  padding-top: 15px;
  width: 95%;
}
.search-div p {
  line-height: 5vw;
  font-family: 'Eczar', serif;
  color: rgb(179, 136, 58);
  text-align: center;
  margin-top: 10px;
}
.search-div a {
  color: grey;
  text-decoration: underline;
}
.search-text-div {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Eczar', serif;
  color: rgb(179, 136, 58);
  text-align: center;
  padding-top: 15%;
  margin: 0 5%;
}
.search-text-div a {
  color: grey;
  text-decoration: underline;
}

/*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;
  }

  .main-wrapper {
    padding-top: 0;
  }
  .article-div {
    padding-top: 35px;
    font-size: 20px;
  }
  .article-box {
    width:100%;
  }
  .article-img-title {
    font-size: 16px;
  }
  .article-title {
    text-decoration-thickness: 2px;
  }
  .article-header {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-header {
    font-size: 25px;
    margin: auto;
    padding-bottom: 10px;
  }
  .main-list {
    display: block;
  }
}
.search-wrapper {
  padding-top: 0vw;
  margin-top: 45px;
  font-size: 10px;
}
.search-div p {
  line-height: 25px;
  font-size: 20px;
}
.search-text-div {
  font-size: 20px;
  line-height: 25px;
}

/*DESKTOP VIEW*/
@media only screen and (min-width: 1100px) {

  .search-wrapper {
    padding-top: 0vw;
    margin-top: 35px;
  }
  .search-div p {
    line-height: 30px;
    font-size: 25px;
  }
  .search-text-div {
    font-size: 25px;
    line-height: 30px;
  }

  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;
  }
  .tablet-mobile-view {
    display:none;
  }
  .desktop-view {
    display:block;
  }
  .article-image-div-left {
    width:20%;
    padding-bottom:0.5%;
  }
  .article-image-div-right {
    width:20%;
    padding-bottom:0.5%;
  }
  .article-header {
    font-size: 35px;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .about-header {
    font-size: 35px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}



/* 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: 40px;
}

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%;
}

@media only screen and (min-width: 580px) {
  .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%;
  }
}
@media only screen and (min-width: 1100px) {
  .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 */
  }
}

/* ACTIVITIES MAIN */

  main {
    background-color: rgb(75, 49, 26);
    height: auto; /* Another row of boxes requires this to be tweaked to cover background in colour */
  }
  .main-wrapper {
    width: 100vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .main-wrapper div {
    display: block;
    width: 60vw;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .main-wrapper div ul li div {
      display: block;
      width: calc(60vw - 10px);
      height: auto;
      margin: 0px 0 0 0px;
      padding: 0 0px 10px 0px;
      border-color: rgb(59, 117, 56);
      /*background: url(img/fadedringgreen.png);
      background-size: cover;
      background-position: center;*/
  }
  .article-div {
    width: 100vw;
    margin: auto;
  }

  .firstbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .secondbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .thirdbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .fourthbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .fifthbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .sixthbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .oddbox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 1px grey, inset 0 0 0 2px white;
  }
  .hiddenbox {
    width: 60vw;
    display: none;
  }


  .main-about-wrapper {
    width: 100vw;
    margin: auto;
    font-size: 3.7vw;
    padding-top: 25px;
    /*margin-bottom: 10px;*/
  }
  .main-about-wrapper div {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px 10px 10px 10px;
    background-color: rgba(179, 136, 58, 1.0);
  }
  .main-about-wrapper div ul li {
    list-style: none;
    font-family: 'Eczar', serif;
    font-size: 4vw;
  }
  .main-about-wrapper div ul li div {
      display: block;
      width: 100%;
      height: auto;
      margin: 0px 0 0 0px;
      padding: 0 0px 10px 0px;
      border-color: rgb(59, 117, 56);
      /*background: url(img/fadedringgreen.png);
      background-size: cover;
      background-position: center;*/
  }
  .firstwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .secondwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .thirdwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .fourthwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .fifthwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .sixthwidebox {
    background: rgba(59, 58, 20, 1.0);
    box-shadow: inset 0 0 0 2px grey, inset 0 0 0 4px white;
  }
  .about-image {
    float: right;
    width: 50%;
    margin-left: 1%;
    margin-bottom: 1%;
  }


  .box-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .box-list li {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Castoro Titling', cursive;
    color: rgba(179, 136, 58, 1.0);
    font-size: 3.5vw;
    line-height: 3.5vw;
    /*text-shadow: 2px 2px 4px #fff;*/
  }
  .box-list li img {
    display: block;
    float: left;
    width: calc(60vw - 10px);
    height: calc(40vw - 5px);
    margin: 1vw 1vw 10px 1vw;
  }
  .box-list h3 {
    font-size: 4vw;
    margin: 4px;
    font-family: 'Castoro Titling', cursive;
    color: rgba(179, 136, 58, 1.0);
    font-weight: 700;
    text-align: center;
  }
  .box-list h2 {
    font-size: 4vw;
    margin: 4px;
    font-family: 'Castoro Titling', cursive;
    color: rgba(179, 136, 58, 1.0);
    font-weight: 700;
    text-align: center;
  }
  .box-list p {
    font-size: calc(3.5vw + 2px);
    line-height: 3.5vw;
    font-weight: 400;
    margin: 10px 10px 0 10px;
  }

  @media only screen and (min-width: 580px) {
    main {
      height: auto; /* Another row of boxes requires this to be tweaked to cover background in colour */
    }
    .main-wrapper {
      width: 500px;
    }
    .main-wrapper div {
      display: inline-block;
      float: left;
      width: calc(250px - 10px);
      height: 270px;
      margin: 5px;
      padding: 0;
    }
    .main-wrapper div ul li div {
        width: calc(250px - 40px);
        height: 230px;
        margin: 10px;
    }
    .article-div {
      width: 500px;
    }

    .firstbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .secondbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .thirdbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .fourthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .fifthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .sixthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .oddbox {
      margin-left: 0;
    }
    .hiddenbox {
      visibility: hidden;
      max-height: 0;
    }

    .main-about-wrapper {
      width: 500px;
      margin: 10px auto;
    }
    .main-about-wrapper div ul li {
      font-size: 20px;
    }

    .box-list li img {
      height: 145px;
      width: 220px;
      margin: 0 0 10px 0;
    }
    .box-list h3 {
      font-size: 20px;
      line-height: 20px;
      margin: 7px;
      text-align: center;
    }
    .box-list h2 {
      font-size: 20px;
      line-height: 20px;
      margin: 7px;
      text-align: center;
    }
    .box-list p {
      font-size: 14px;
      line-height: 14px;
    }
    .practitionername {
      font-weight: 700;
      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;
    }
    .mobile-list {
      display: none;
    }
  }

  @media only screen and (min-width: 1100px) {
    main {
      height: auto; /* Another row of boxes requires this to be tweaked to cover background in colour */
    }
    .main-wrapper {
      width: 1000px;
    }
    .main-wrapper div {
      width: calc(480px - 0px);
      height: 350px;
      margin: 10px;
    }
    .main-wrapper div ul li div {
        width: calc(460px - 0px);
        height: 340px;
        margin: 0px;
    }
    .article-div {
      width: 1000px;
      margin-top: -15px;
    }

    .firstbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .secondbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .thirdbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .fourthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .fifthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .sixthbox {
      background: rgba(59, 58, 20, 1.0);
    }
    .oddbox {
      margin-left: 33% !important;
      background: rgba(59, 58, 20, 1.0);
    }
    .hiddenbox {
      display: block;
    }
    .about-image {
      width: 22%;
    }

    .main-about-wrapper {
      width: 1000px;
      margin-top: 0px;
      padding-top: 15px;
    }
    .main-about-wrapper div ul li {
      font-size: 20px;
    }

    .box-list li img {
      height: 266px;
      width: 400px;
      margin: 20px 0px 10px 40px;
    }
    .box-list h3 {
      font-size: 24px;
      line-height: 24px;
      margin: 0px;
    }
    .box-list h2 {
      font-size: 22px;
      line-height: 22px;
      margin: 0px;
    }
    .box-list p {
      font-size: 16px;
      line-height: 16px;
    }
    .practitionername {
      width:220px;
    }
    .practitionerdescription {
      width:700px;
    }
  }
  @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;
  }
