html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.375em;
  font-weight: 100;
}

h3 {
  font-size: 1.125em;
}

p {
  font-size: 1em;
}

@media (min-width: 40em) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
    font-weight: 100;
  }
  h3 {
    font-size: 1.6875em;
  }
  p, span {
    font-size: 1.125em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ac-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-as-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body {
  overflow-x: hidden;
}

.buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero {
  position: relative;
}

.hero .hero-image {
  background-image: url("images/news/hero/News_s1maz5_c_scale,w_1920.jpg");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: contrast(0.5) hue-rotate(-16deg);
          filter: contrast(0.5) hue-rotate(-16deg);
  background-attachment: fixed;
}

.hero .hero-image-3 {
  background-image: url("images/African_Banner_2.jpg");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: contrast(0.5) hue-rotate(-16deg);
          filter: contrast(0.5) hue-rotate(-16deg);
  -webkit-filter: none;
          filter: none;
  background-attachment: fixed;
}

.hero .hero-content {
  position: absolute;
  color: white;
  top: 35%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero .hero-content div {
  width: 100px;
  height: 6px;
  background-color: white;
  border-radius: 25px;
  margin: 20px auto;
}

.main-2 {
  margin: 100px 0;
}

.main {
  margin: 100px 0;
  padding: 0 10%;
}

.main p {
  text-align: left;
}

.main h1 {
  color: #8b4940;
}

.main .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main button {
  margin-top: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 20px;
  background: transparent;
  border-radius: 15px;
  border: 2px solid transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #8b4940;
  color: #8b4940;
}

@media (min-width: 40em) {
  .main button {
    font-size: 1.5rem;
  }
}

.main button:hover {
  background-color: #be665a;
  cursor: pointer;
}

.main button:focus,
.main button input:focus {
  outline: none;
}

.main button:hover {
  color: white;
}

.main .underline {
  width: 100px;
  height: 6px;
  background-color: #8b4940;
  border-radius: 25px;
  margin: 20px auto;
  margin-bottom: 90px;
}

.main p {
  color: #666666;
}

.main p:first-of-type {
  color: #63666a;
  font-weight: 600;
}

.form {
  padding: 5%;
  background-color: #e6e6e6;
}

.form h2,
.form p {
  color: #8b4940;
  font-weight: bold;
}

.form button {
  margin-top: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 20px;
  background: #8b4940;
  border-radius: 15px;
  border: 2px solid #8b4940;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 40em) {
  .form button {
    font-size: 1.5rem;
  }
}

.form button:hover {
  background-color: #be665a;
  cursor: pointer;
}

.form button:focus,
.form button input:focus {
  outline: none;
}

.form form .input {
  background-color: #e6e6e6;
  border: none;
  border-bottom: 2px solid #8b4940;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

button.button-2 {
  margin-top: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 20px;
  background: #0f4145;
  border-radius: 15px;
  border: 2px solid #0f4145;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 40em) {
  button.button-2 {
    font-size: 1.5rem;
  }
}

button.button-2:hover {
  background-color: #1b7279;
  cursor: pointer;
}

button.button-2:focus,
button.button-2 input:focus {
  outline: none;
}

.cards {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards div {
  margin-bottom: 20px;
}

.cards div h2 {
  text-align: left;
}

.cards div img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards .padding {
  padding: 10px 20px;
}

.cards .box-shadow {
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cards .box-shadow .tag-parent {
  height: 300px;
  position: relative;
}

.cards .box-shadow .tag-parent .tag-1 {
  position: absolute;
  bottom: 0;
  width: 43%;
  height: 46px;
  background-color: #eac670;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.cards .box-shadow .tag-parent .tag-2 {
  position: absolute;
  bottom: 0;
  width: 43%;
  height: 46px;
  background-color: #8b4940;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.cards .box-shadow .tag-parent .tag-3 {
  position: absolute;
  bottom: 0;
  width: 43%;
  height: 46px;
  background-color: #0f4145;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.cards .box-shadow div {
  width: 100%;
}

.cards .box-shadow div h2 {
  color: #8b4940;
}

@media (min-width: 40em) {
  .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .hero .hero-content div {
    width: 200px;
  }
  .main h2 {
    text-align: center;
  }
  .main .underline {
    width: 200px;
  }
  .main .box-shadow h2 {
    text-align: left;
  }
  .form .col-2 {
    padding: 5%;
  }
  .form .col-2 .flex-helper {
    padding-left: 0;
  }
  .form .first, .form .second {
    width: 50%;
  }
  .form .flex-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer {
    text-align: center;
  }
}

@media (min-width: 64em) {
  .box-shadow {
    margin: 10px;
  }
  .hero .hero-content div {
    width: 300px;
  }
  .main {
    text-align: left;
  }
  .main .box-shadow h2 {
    text-align: left;
  }
  .main h2:not(:first-of-type) {
    text-align: center;
  }
  .main .underline {
    width: 300px;
  }
  .main .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .flex p {
    text-align: left;
  }
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .form .col-1 {
    width: 50%;
    padding: 5%;
  }
  .form .col-2 {
    width: 50%;
  }
  .form .col-2 .flex-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form .col-2 .flex-helper div {
    padding: 0 20px;
  }
}

@media (min-width: 1300px) {
  .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main p {
    text-align: left;
  }
  .main .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=news.css.map */