#footer {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 70px 0;
  box-sizing: border-box;
  background-color: #0c1a1e;
  position: fixed;
}

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700");

html {
  background-color: #eaf0f2;
}

body {
  font: 400 15px Open Sans, sans-serif;
}

header h1 {
  color: #3f71ae;
  padding-bottom: 16px;
}

header h2 {
  color: #f05283;
}

header span {
  color: #3f71ea;
}

/* The footer is fixed to the bottom of the page */

footer {
  background-color: #0c1a1e;
  color: #a0a3a4;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
  header {
    padding-top: 40px;
  }
}

.footer-distributed {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #d9d6d6;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #a0a3a4;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
  color: #a0a3a4;
}

.footer-distributed .footer-center i {
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 30%;
  color: #a0a3a4;
  text-align: center;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  color: #a0a3a4;
  text-align: center;
  text-decoration: none;
}

/* de a in de footer */
.footer-distributed a:hover {
  color: #e39f23;
  text-decoration: underline;
}
/* afbeeldingen rechts van de footer*/
footer img {
  margin: 15px 0px 0px;
  padding: 0px 5px;
  height: 80px;
  width: 70px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */

@media (max-width: 880px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
