footer {
  width: 100%;
  height: 250px;
  background-color: #2c2f3e;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .main {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .main .logo {
  width: 100px;
  height: 100%;
  margin-right: 25px;
}

footer .main .logo img {
  height: 100%;
}

footer .main .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .main .content .navigation {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .main .content .navigation a {
  height: 100%;
  color: white;
  font-size: 14pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .main .content .navigation a div {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #808080;
}

footer .main .content .navigation a:last-child div {
  border-right: none;
}

footer .main .content .contact {
  height: 50%;
  margin-left: 25px;
  color: #b8b8b8;
  font-size: 11pt;
  line-height: 16pt;
}

footer .main .content .contact a {
  color: #b8b8b8;
}

footer .copyright {
  width: 100%;
  height: 20%;
  color: #b8b8b8;
  font-size: 12pt;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=footer.css.map */