body {
  font-family: "ibm-reg";
  font-size: 16px;
  letter-spacing: 1px; }

.title {
  position: relative;
  font-size: 48px;
  color: #243f28;
  font-family: ibm-bold; }
  .title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    top: -10px;
    left: 0;
    background-color: #003d21; }

@font-face {
  font-family: ibm-semibold;
  src: url(../fonts/ibmplexsans/IBMPlexSans-SemiBold.ttf); }
@font-face {
  font-family: ibm-reg;
  src: url(../fonts/ibmplexsans/IBMPlexSans-Regular.ttf); }
@font-face {
  font-family: ibm-bold;
  src: url(../fonts/ibmplexsans/IBMPlexSans-Bold.ttf); }
.header {
  font-family: "ibm-reg";
  background-color: #003d21;
  padding: 10px 0;
  color: #fff;
  font-size: 14px; }
  .header__link {
    color: rgba(255, 255, 255, 0.7);
    padding-right: 30px;
    transition: color 1s; }
    .header__link:hover {
      color: white;
      text-decoration: none; }
    .header__link i {
      padding-right: 7px; }

.banner {
  position: relative;
  min-height: 850px;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  z-index: 1; }
  .banner__image {
    width: 100%;
    height: auto;
    background-image: url("../imgs/banner.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .banner__text {
    position: absolute;
    max-width: 715px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: ibm-semibold;
    font-size: 55px;
    line-height: 1.2;
    color: #fff; }

.about {
  margin-top: 60px; }

.footer {
  margin-top: 0px;
  padding: 50px 0;
  background-color: rgba(49, 168, 116, 0.9);
  color: #fff; }
  .footer__link {
    display: block;
    color: #fff;
    margin-bottom: 4px; }
    .footer__link:hover {
      color: #fff; }
    .footer__link i {
      padding-right: 7px; }

/*# sourceMappingURL=main.css.map */
