.body {
  background-image: url('../images/Sample-africa-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sample-africa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.heading {
  margin-top: 10px;
  font-family: Kenyancoffeerg, sans-serif;
  color: #fff;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: 2px;
}

.div-block {
  margin-top: 40px;
  padding: 20px;
  background-color: #a93e19;
}

html.w-mod-js *[data-ix="load-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="load-animation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 767px) {
  .heading {
    line-height: 64px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 48px;
    line-height: 54px;
  }
  .div-block-2 {
    margin-right: 29px;
    margin-left: 29px;
  }
}

@font-face {
  font-family: 'Kenyan coffee bd it';
  src: url('../fonts/kenyan-coffee-bd-it.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kenyan coffee bd';
  src: url('../fonts/kenyan-coffee-bd.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kenyan coffee rg it';
  src: url('../fonts/kenyan-coffee-rg-it.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kenyan coffee rg';
  src: url('../fonts/kenyan-coffee-rg.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kenyancoffeerg';
  src: url('../fonts/KenyanCoffeeRg-Bold.woff') format('woff'), url('../fonts/KenyanCoffeeRg-Bold.ttf') format('truetype'), url('../fonts/KenyanCoffeeRg-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Kenyancoffeerg';
  src: url('../fonts/KenyanCoffeeRg-BoldItalic.woff') format('woff'), url('../fonts/KenyanCoffeeRg-BoldItalic.ttf') format('truetype'), url('../fonts/KenyanCoffeeRg-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Kenyancoffeerg';
  src: url('../fonts/KenyanCoffeeRg-Italic.woff') format('woff'), url('../fonts/KenyanCoffeeRg-Italic.ttf') format('truetype'), url('../fonts/KenyanCoffeeRg-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kenyancoffeerg';
  src: url('../fonts/KenyanCoffeeRg-Regular.woff') format('woff'), url('../fonts/KenyanCoffeeRg-Regular.ttf') format('truetype'), url('../fonts/KenyanCoffeeRg-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}