/* Text Elements */

h1.h1-main {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', cursive;
}

h1.h1-main.h1-smaller {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
}

h2.h2-white {
  color: #fff;
  text-transform: uppercase;
  text-shadow: #000 2px 2px 5px;
  font-family: 'Oswald', cursive;
}

h2.h2-large.h2-white {
  font-size: 30px;
}

h2.h2-black {
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Oswald', cursive;
}

h2.h2-black.h2-bold {
  font-weight: 700;
}

h2.h2-black.h2-bold.h2-large {
  margin-top: -12px;
  margin-bottom: 8px;
  font-size: 30px;
}

h2.h2-bold.h2-large.h2-white {
  margin-top: -10px;
  margin-bottom: 8px;
}

h3.h3-main {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', cursive;
}

h3.h3-centre.h3-main {
  color: #000;
  text-align: center;
  font-family: 'Oswald', cursive;
}

h4.h4-start {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: 'Lakki Reddy', cursive;
}

p.paragraph.text-main {
  color: #2c2c2c;
  font-size: 16px;
  font-family: 'Raleway', cursive;
}

p.paragraph.text-centre.text-main {
  text-align: center;
}

p.paragraph.text-grey.text-main {
  color: #a1a1a1;
}

p.paragraph.text-centre.text-med-black {
  color: #000;
  text-align: center;
  font-family: 'Raleway', cursive;
}

p.paragraph.text-white {
  color: #fff;
  text-shadow: #000 2px 2px 5px;
  font-family: 'Raleway', cursive;
}

/* Layout Elements */

body.body-1 {
  background-color: #b1c5b7;
}

.container.fixed-menu-bar {
  position: fixed;
  z-index: 1000;
  padding: 8px;
  min-height: 70px;
  width: 100%;
  background-color: #b1c5b7;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
}

.container.cont-slideshow {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  min-height: 300px;
  max-height: none;
  background-color: #dfdfdf;
}

.container.cont-space {
  min-height: 70px;
}

.container.cont-1366pix {
  position: static;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  min-height: 0;
  max-width: 1365px;
  background-color: #fff;
}

.container.cont-photo-02 {
  margin: 0 auto;
  padding: 0;
  min-height: 250px;
  max-width: none;
  background-image: url('../backgrounds/480-krugerlowveld-10.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.grid-1-2-4 {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1365px;

  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.cont-block {
  padding: 10px;
}

.container.cont-3-col {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1365px;

  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.cont-photo-03 {
  background-color: #fff;
  background-image: url('../backgrounds/480-krugerlowveld-15.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.cont-photos {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  min-height: 320px;
  max-width: 1365px;
}

.container.cont-shade-right {
  margin: 0 0 0 auto;
  padding: 30px 15px 15px;
  min-height: 320px;
  max-width: 256px;
  background-color: rgba(0, 0, 0, .4);
}

.container.cont-shading-left {
  margin: 0;
  padding: 30px 15px 15px;
  min-height: 320px;
  max-width: 256px;
  background-color: rgba(0, 0, 0, .4);
}

.container.cont-photo-04 {
  background-color: #fff;
  background-image: url('../backgrounds/480-krugerlowveld-16.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.cont-1x5 {
  display: grid;

  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 0;
}

.container.cont-center {
  margin-left: auto;
}

.container.cont-social-media {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  min-height: 50px;
  max-width: 290px;
}

.container.cont-events {
  margin: 10px 10px 1px;
  padding-right: 0;
  background-color: #ededed;
}

.link-container.link-cont-tour {
  padding: 10px;
  background-color: rgba(180, 169, 134, .32);
}

.link-container.link-cont-trip {
  padding: 10px;
  background-color: rgba(111, 144, 221, .25);
}

.link-container.link-cont-calendar {
  padding: 10px;
  background-color: rgba(241, 157, 47, .41);
}

.link-container.link-cont-agent {
  padding: 10px;
  background-color: #cfe6d6;
}

.link-container.link-cont-start {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
  max-width: 180px;
  border: .125rem solid #fff;
  border-radius: 15px;
  background-color: rgba(116, 116, 116, .8);
}

.link-container.link-cont-tour:hover {
  background-color: rgba(180, 169, 134, .6);
  -webkit-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
     -moz-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
          transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
}

.link-container.link-cont-trip:hover {
  background-color: rgba(111, 144, 221, .5);
  -webkit-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
     -moz-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
          transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
}

.link-container.link-cont-calendar:hover {
  background-color: rgba(241, 157, 47, .6);
  -webkit-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
     -moz-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
          transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
}

.link-container.link-cont-agent:hover {
  background-color: #afc3b5;
  -webkit-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
     -moz-transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
          transform: rotateX(2deg) rotateY(2deg) rotateZ(2deg);
}

a.responsive-picture.picture-link-1 {
  margin-top: 11px;
  margin-right: 0;
  margin-left: 3px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  max-width: 200px;
  max-height: none;
}

.html-element.slideshow {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 150px;
}

div.responsive-picture.pict-icon {
  margin: 5px auto;
  padding-top: 0;
  padding-right: 0;
  max-width: 60px;
  opacity: .57;
}

.rule.rule-main hr {
  border-top-color: #2c2c2c;
}

div.responsive-picture.pict-full-width {
  margin-right: auto;
  padding: 10px 5px;
  max-width: none;
}

li.list-item.list-item-main {
  font-family: 'Raleway', cursive;
}

a.social-image.icon-social-media {
  position: static;
  float: left;
  margin: 5px 10px;
  padding-top: 0;
  max-width: 52px;
  border-radius: 100px;
  background-color: #969696;
}

@media screen and (min-width: 30rem) {
  /* Text Elements */

  h1.h1-main {
    font-size: 30px;
  }

  h1.h1-main.h1-smaller {
    font-size: 23px;
  }

  /* Layout Elements */

  .container.cont-slideshow {
    min-height: 300px;
    max-height: none;
  }

  .container.cont-photo-02 {
    min-height: 350px;
    background-image: url('../backgrounds/768-krugerlowveld-13.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.cont-photos {
    padding: 0;
    min-height: 0;
  }

  .container.cont-photo-03 {
    background-image: url('../backgrounds/768-krugerlowveld-18.jpg');
  }

  .container.cont-photo-04 {
    background-image: url('../backgrounds/768-krugerlowveld-19.jpg');
  }

  .container.cont-1x5 {
    grid-template-columns: repeat(2 , auto);
  }

  .link-container.link-cont-start {
    margin-bottom: 10px;
  }

  div.responsive-picture.pict-full-width {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.h2-white {
    font-size: 20px;
  }

  h2.h2-black {
    font-size: 20px;
  }

  h3.h3-main {
    font-size: 20px;
  }

  p.paragraph.text-white {
    font-size: 19px;
  }

  /* Layout Elements */

  .container.fixed-menu-bar {
    min-height: 70px;
  }

  .container.cont-space {
    min-height: 85px;
  }

  .container.cont-photo-02 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.grid-1-2-4 {
    grid-template-columns: repeat(2 , auto);
  }

  .container.cont-3-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.cont-slideshow {
    margin-top: 0;
    padding-top: 5px;
  }

  .container.cont-photos {
    min-height: 0;
  }

  .container.cont-shade-right {
    max-width: 347px;
  }

  .container.cont-shading-left {
    max-width: 347px;
  }

  .container.cont-1x5 {
    grid-template-columns: repeat(2 , auto);
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 9px;
    max-width: 250px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.h1-main {
    font-size: 40px;
  }

  h1.h1-main.h1-smaller {
    font-size: 27px;
  }

  h2.h2-bold.h2-large.h2-white {
    margin-top: -17px;
    font-size: 40px;
  }

  h2.h2-white {
    font-size: 30px;
  }

  h2.h2-black {
    font-size: 30px;
  }

  h2.h2-black.h2-bold.h2-large {
    margin-top: -19px;
    font-size: 40px;
  }

  p.paragraph.text-main {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.cont-slideshow {
    padding-top: 15px;
    min-height: 300px;
    max-height: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.cont-photo-02 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 500px;
    background-image: url('../backgrounds/1280-krugerlowveld-7.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.cont-3-col {
    grid-template-columns: repeat(3 , auto);
  }

  .container.cont-photo-03 {
    background-image: url('../backgrounds/1280-krugerlowveld-12.jpg');
  }

  .container.cont-photos {
    min-height: 0;
  }

  .container.cont-shade-right {
    min-height: 400px;
    max-width: 450px;
  }

  .container.cont-shading-left {
    min-height: 400px;
    max-width: 450px;
  }

  .container.cont-photo-04 {
    background-image: url('../backgrounds/1280-krugerlowveld-13.jpg');
  }

  .container.cont-1x5 {
    grid-template-columns: repeat(5 , auto);
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 6px;
    max-width: 300px;
  }

  li.list-item.list-item-main {
    font-size: 18px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.h2-white {
    font-size: 30px;
  }

  h2.h2-black {
    font-size: 30px;
  }

  h3.h3-main {
    font-size: 23px;
  }

  /* Layout Elements */

  .container.cont-photo-02 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.grid-1-2-4 {
    grid-template-columns: repeat(4 , auto);
  }

  .container.cont-shade-right {
    min-height: 500px;
    max-width: 532px;
  }

  .container.cont-shading-left {
    min-height: 500px;
    max-width: 532px;
  }
}

@media screen and (min-width: 80rem) {
  /* Text Elements */

  h1.h1-main {
    font-size: 50px;
  }

  h1.h1-main.h1-smaller {
    font-size: 30px;
  }

  h2.h2-bold.h2-large.h2-white {
    font-size: 50px;
  }

  p.paragraph.text-main {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.cont-slideshow {
    min-height: 300px;
    max-height: none;
  }

  .container.cont-photo-02 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 700px;
    background-image: url('../backgrounds/2048-krugerlowveld-7.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.cont-photo-03 {
    background-image: url('../backgrounds/2048-krugerlowveld-14.jpg');
    background-attachment: fixed;
  }

  .container.cont-shade-right {
    min-height: 600px;
  }

  .container.cont-shading-left {
    min-height: 600px;
  }

  .container.cont-photo-04 {
    background-image: url('../backgrounds/2048-krugerlowveld-15.jpg');
    background-attachment: fixed;
  }
}

@media screen and (min-width: 120rem) {
  /* Layout Elements */

  .container.cont-photo-02 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 800px;
  }

  .container.cont-shade-right {
    min-height: 700px;
  }

  .container.cont-shading-left {
    min-height: 700px;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 6px;
    max-width: 300px;
  }
}

@media screen and (min-width: 128rem) {
  /* Layout Elements */

  .container.cont-slideshow {
    min-height: 300px;
    max-height: none;
  }
}