body {
  overflow: scroll;
  font-family: Kelsonsans, sans-serif;
  color: #464646;
  font-size: 19px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 120%;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 120%;
  font-weight: 700;
}

a {
  color: #aa7f68;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
  padding-right: 20px;
}

.body {
  background-color: #aa7f68;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.62)), to(hsla(0, 0%, 100%, 0.62))), url('../images/2021-03-08-11_51_42-.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.62), hsla(0, 0%, 100%, 0.62)), url('../images/2021-03-08-11_51_42-.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.container.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #8f6b57;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 81, 66, 0.76)), to(rgba(109, 81, 66, 0.76))), url('../images/2021-03-08-11_51_42-.jpg');
  background-image: linear-gradient(180deg, rgba(109, 81, 66, 0.76), rgba(109, 81, 66, 0.76)), url('../images/2021-03-08-11_51_42-.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.container.splash {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}

.heading-top {
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.text-block {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.navpoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navlink:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
}

.section {
  display: none;
}

.rich-text-block {
  text-align: center;
}

.heading {
  text-align: center;
}

.image-2 {
  width: 200px;
}

.link-block {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.italic-text {
  font-size: 20px;
}

.text-block-2 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block-2 {
  margin-right: 5%;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .rich-text-block-2 {
    margin-right: 0%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  figure {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .container.navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-top {
    font-size: 23px;
  }

  .text-block {
    font-size: 17px;
  }

  .navlink {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }

  .image {
    width: 250%;
    max-width: none;
    margin-left: -70%;
  }
}

@font-face {
  font-family: 'Kelsonsansbg';
  src: url('../fonts/KelsonSansBG-Bold.woff2') format('woff2'), url('../fonts/KelsonSansBG-Bold.eot') format('embedded-opentype'), url('../fonts/KelsonSansBG-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsansbg';
  src: url('../fonts/KelsonSansBG-Light.woff2') format('woff2'), url('../fonts/KelsonSansBG-Light.eot') format('embedded-opentype'), url('../fonts/KelsonSansBG-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsansru';
  src: url('../fonts/KelsonSansRU-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsansbg';
  src: url('../fonts/KelsonSansBG-Normal.woff2') format('woff2'), url('../fonts/KelsonSansBG-Normal.eot') format('embedded-opentype'), url('../fonts/KelsonSansBG-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsans';
  src: url('../fonts/KelsonSans-Bold.woff2') format('woff2'), url('../fonts/KelsonSans-Bold.eot') format('embedded-opentype'), url('../fonts/KelsonSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsans';
  src: url('../fonts/KelsonSans-Light.woff2') format('woff2'), url('../fonts/KelsonSans-Light.eot') format('embedded-opentype'), url('../fonts/KelsonSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsans';
  src: url('../fonts/KelsonSans-Normal.woff2') format('woff2'), url('../fonts/KelsonSans-Normal.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsansru';
  src: url('../fonts/KelsonSansRU-Bold.eot') format('embedded-opentype'), url('../fonts/KelsonSansRU-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}