.body {
  min-height: 900px;
}

.div-block {
  min-height: 950px;
  background-color: transparent;
  background-image: url('../images/BG.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.heading {
  display: inline-block;
  font-family: 'Chica gogo nf w01', sans-serif;
  color: #90670c;
  font-size: 40px;
  font-weight: 700;
}

.paragraph {
  margin-top: -6px;
  font-family: 'Chica gogo nf w01', sans-serif;
  color: #90670c;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-2 {
  font-family: 'Chica gogo nf w01', sans-serif;
  color: #90670c;
  font-size: 30px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 0px;
  margin-left: 174px;
  font-family: 'Chica gogo nf w01', sans-serif;
  color: #80472a;
  font-size: 120px;
  text-align: center;
}

.bold-text {
  font-size: 45px;
}

.div-block-2 {
  margin-top: 303px;
  margin-bottom: 100px;
  padding-left: 100px;
}

.image {
  margin-left: 5px;
}

.image-2 {
  margin-left: 5px;
}

.image-3 {
  margin-left: 5px;
}

.columns {
  margin-top: -97px;
}

.image-4 {
  background-color: hsla(0, 0%, 66%, 0);
  opacity: 1;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  margin-left: 0px;
}

.link-block-2 {
  margin-left: 20px;
}

.link-block-3 {
  margin-left: 20px;
}

.link-block-4 {
  margin-left: 20px;
}

.bold-text-2 {
  line-height: 45px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-2 {
  min-height: auto;
  margin-top: -100px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-3 {
  padding-left: 4px;
  font-family: 'Chica gogo nf w01', sans-serif;
  color: #542710;
  font-size: 20px;
  text-transform: lowercase;
}

.bold-text-3 {
  font-size: 65px;
}

.bold-text-4 {
  text-shadow: 6px -3px 3px #9c9b6b;
}

.image-5 {
  background-color: rgba(197, 42, 42, 0);
}

@media screen and (max-width: 991px) {
  .div-block {
    min-height: 850px;
    background-position: 50% 50%;
  }
  .div-block-2 {
    margin-top: 44px;
  }
  .columns {
    margin-top: -257px;
    margin-left: 44px;
  }
  .column {
    margin-top: -157px;
    padding-left: 47px;
  }
  .column-2 {
    margin-top: 76px;
  }
  .columns-2 {
    margin-top: -106px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .heading {
    font-size: 60px;
  }
  .paragraph {
    font-size: 20px;
    line-height: 15px;
  }
  .paragraph-2 {
    font-size: 20px;
  }
  .heading-2 {
    margin-top: -31px;
    margin-left: 84px;
    font-size: 60px;
    line-height: 65px;
    text-shadow: 1px 1px 5px #000;
  }
  .div-block-2 {
    margin-top: 254px;
    padding-left: 34px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 4 auto;
    -ms-flex: 0 4 auto;
    flex: 0 4 auto;
  }
  .bold-text-2 {
    font-size: 30px;
  }
  .column-2 {
    margin-top: 109px;
  }
  .bold-text-3 {
    font-size: 45px;
  }
  .bold-text-4 {
    padding-left: 0px;
    font-size: 60px;
  }
  .column-3 {
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Chica gogo nf w01';
  src: url('../fonts/Chica-Gogo-NF-W01-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}