/* Text Elements */

h1.page-h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #023969;
  text-align: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.centre-para {
  color: #4b4a4a;
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.centre-para.emphasise-para {
  font-weight: 700;
  font-size: 17px;
}

p.paragraph.centre-para.review-sig {
  margin-top: 2px;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}

p.paragraph.centre-para.review {
  font-style: italic;
  font-size: 14px;
}

span.text-element.header-text1 {
  color: #023969;
  text-align: center;
  font-size: 45px;
  font-family: 'Kaushan Script', cursive;
}

span.text-element.header-text-2 {
  color: #4b4a4a;
  text-align: center;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
}

span.text-element.about-me {
  color: #023969;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  font-family: 'Bad Script', cursive;
}

span.text-element.signature {
  padding-right: 51px;
  color: #023969;
  text-align: right;
  font-size: 40px;
  font-family: 'Bad Script', cursive;
}

span.text-element.demo-track-text {
  margin-top: 36px;
  color: #023969;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

span.text-element.enjoy-text {
  padding-right: 150px;
  color: #023969;
  text-align: right;
  font-size: 30px;
  font-family: 'Bad Script', cursive;
}

a.link-text.text-link-1 {
  color: #023969;
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-text.demo-track-link-text {
  color: #023969;
  text-align: center;
  font-size: 17px;
}

/* Layout Elements */

body > .row.full-width-row {
  max-width: none;
  border-bottom: 3px solid #ffa500;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].icon-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  padding-top: 5px;
  padding-bottom: 10px;

  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

body > .row > [class*='coffee-span-'].demo-track-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row.menu-tile-row {
  display: none;
}

body > .row > [class*='coffee-span-'].footer-row {
  margin-bottom: 0;
  min-height: 12px;
  background-color: transparent;
}

body > .row.footer-row.full-width-row {
  margin-bottom: 5px;
  background-color: #ffa500;
}

body > .row > [class*='coffee-span-'].column-1 {
  background-image: none;
  background-attachment: scroll;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.subgrid.header-sg {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.subgrid > .row > [class*='coffee-span-'].header-sg-col {
  background-image: url('../images/notes.png');
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.container.icon-container {
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 200px;
  border-radius: 4px;
  background-color: #d5e3f4;
  box-shadow: #777 2px 2px 5px 0;
}

div.responsive-picture.banner-img {
  max-width: 1200px;
}

a.responsive-picture.icon-link {
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
  box-shadow: none;
}

.row > [class*='coffee-span-'] .html-element.player-html-element {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 40px;
  max-width: none;
  width: auto;
  box-shadow: none;
}

li.list-item.menu-list-item {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #023969;
}

li.list-item a.menu-link {
  color: #023969;
  font-size: 16px;
}

.row > [class*='coffee-span-'] .html-element.gallery-element {
  padding-bottom: 20px;
}

.row > [class*='coffee-span-'] .html-element.featured-link-html {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  max-width: 150px;
}

li.list-item a.menu-link:hover {
  color: #528bb4;
}

@media screen and (max-width: 980px) {
  /* Text Elements */

  h1.page-h1 {
    font-size: 21px;
  }

  p.paragraph.centre-para {
    font-size: 14px;
  }

  span.text-element.about-me {
    font-size: 22px;
  }

  span.text-element.signature {
    font-size: 35px;
  }

  span.text-element.header-text-2 {
    font-size: 23px;
  }

  a.link-text.text-link-1 {
    width: auto;
    font-size: 14px;
  }

  /* Layout Elements */

  .subgrid > .row > [class*='coffee-span-'].header-sg-col {
    background-position: right center;
    background-size: 20% 80%;
  }

  .container.icon-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.container-1 {
    width: auto;
  }

  a.responsive-picture.icon-link {
    max-width: 100px;
  }
}

@media screen and (max-width: 716px) {
  /* Text Elements */

  h1.page-h1 {
    font-size: 17px;
  }

  p.paragraph.centre-para {
    font-size: 13px;
  }

  p.paragraph.centre-para.emphasise-para {
    font-size: 14px;
  }

  span.text-element.about-me {
    font-size: 18px;
  }

  span.text-element.signature {
    font-size: 25px;
  }

  span.text-element.header-text-2 {
    font-size: 20px;
  }

  span.text-element.header-text1 {
    font-size: 43px;
  }

  span.text-element.enjoy-text {
    margin-bottom: 0;
    padding-right: 50px;
    font-size: 21px;
  }

  a.link-text.text-link-1 {
    font-size: 12px;
  }

  a.link-text.demo-track-link-text {
    font-size: 15px;
  }

  /* Layout Elements */

  .container.icon-container {
    padding-right: 0;
    padding-left: 0;
  }

  a.responsive-picture.icon-link {
    max-width: 85px;
  }

  li.list-item.menu-list-item {
    font-size: 14px;
  }

  li.list-item a.menu-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 613px) {
  /* Layout Elements */

  .subgrid > .row > [class*='coffee-span-'].header-sg-col {
    background-image: none;
  }
}

@media screen and (max-width: 430px) {
  /* Text Elements */

  span.text-element.header-text-2 {
    font-size: 18px;
  }

  span.text-element.header-text1 {
    font-size: 40px;
  }

  a.link-text.text-link-1 {
    font-size: 11px;
  }

  /* Layout Elements */

  .container.icon-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  a.responsive-picture.icon-link {
    max-width: 60px;
  }
}

@media screen and (max-width: 354px) {
  li.list-item a.menu-link {
    font-size: 13px;
  }
}