/* Document level adjustments */
html {
  font-size: 16px; }

@media (max-width: 900px) {
  html {
    font-size: 14px; } }

@media (max-width: 400px) {
  html {
    font-size: 13px; } }

body {
  font-family: 'Gothic A1', sans-serif;
  line-height: 1.3; }

.nav ul li {
  font-size: 0.9rem;
  font-weight: 700; }

.slidermain .slidercontent ul li {
  font-size: 1.3rem; }

.buttonwrap a {
  font-size: 1.1rem; }

.slider2 .slidercontentwrap .slidecontent p {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* Type will scale with document */
h1 {
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'Playfair Display', serif; }

h3 {
  font-size: 1.7rem;
  font-family: 'Playfair Display', serif; }

h4 {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif; }

h5 {
  font-size: 1rem;
  font-family: 'Playfair Display', serif; }

.bannercontent h2 {
  font-size: 5.5rem;
  line-height: 100px;
  font-weight: 400;
  font-family: 'Playfair Display', serif; }

@media (max-width: 767px) {
  .slidermain .slidercontent h2 {
    font-size: 1.4rem;
    padding-top: 20px; } }
