body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #392c22;
  line-height: 1.8;
  font-size: 18px;
}

body * {
  box-sizing: border-box;
}

h1 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #1f8e6d;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
}

hr {
  border: none;
  display: block;
  height: 4px;
  background-color: #ebe9e0;
}

ol,
ul {
  padding-left: 50px;
}

li {
  list-style: disc;
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/*  HEADER   */

.header__img {
  height: 500px;
  width: 100%;
  background-image: url(header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.contact_button {
  position: relative;
}

/*  BUTTONS   */

.button {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  position: relative;
  color: #1f8e6d;
  background-color: white;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.2s;
  cursor: pointer;
}

.button--contact {
  position: absolute;
  right: 0;
  padding: 10px 30px 12px;
  color: #1f8e6d;
  font-size: 30px;
}

.button--contact:hover {
  background-color: #1f8e6d;
  color: white;
}

.button--green {
  background-color: #1f8e6d;
  color: white;
  border-radius: 15px;
  padding: 10px 30px;
  color: white;
  font-size: 25px;
}
.button--green:hover {
  background-color: #392c22;
}

.read_more__button {
  text-align: center;
  margin-top: 60px;
}

/*  PAGE   */

.page_container {
  background-color: white;
  display: block;
  margin: -180px auto 0;
  padding: 50px 120px 120px;
}

.logo__img {
  display: block;

  margin: 20px auto 40px;
  width: 80%;
  height: 190px;
  background-image: url(kronos_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content p {
  margin: 0 0 20px;
}

.content h1 {
  margin: 0 0 20px;
}

.introduction__section li {
  list-style: decimal;
}

.read_more {
  display: none;
}

.consequences__images {
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.consequences__img {
  display: inline-block;
  width: 440px;
  height: 400px;
  margin: 0 auto;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img__1 {
  background-image: url(image1.jpg);
  float: left;
}

.img__2 {
  background-image: url(image2.jpg);
  float: right;
}
/*  FOOTER   */

footer {
  background-color: #392c22;
  text-align: center;
}

.footer__elements {
  display: inline-block;
  padding: 0 10px;
  line-height: 15px;
}

.footer__middle {
  border-left: solid 1px white;
  border-right: solid 1px white;
  padding: 0 20px;
}
.footer__content {
  padding: 40px 0;
}
.footer__content p {
  color: white;
  font-size: 15px;
}

.footer__content a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }

  .page_container {
    width: 100%;
  }

  .consequences__img {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 30px;
    float: none;
    height: 300px;
  }
}

@media screen and (max-width: 1000px) {
  ol,
  ul {
    padding-left: 30px;
  }
  .inner {
    width: 100%;
    padding: 0;
  }

  .page_container {
    padding: 20px 20px 60px 20px;
  }

  .logo__img {
    width: 100%;
    height: 100px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 850px) {
  .footer__middle {
    border-left: none;
  }
}

@media screen and (max-width: 450px) {
  .footer__middle {
    border-right: none;
  }
}
