body {
  background-color: #0d0d0d;
  color: white;
}
  h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-family: 'El Messiri', sans-serif;
  }
  .font_a {
    font-family: 'Montserrat', sans-serif;
    font-family: 'El Messiri', sans-serif;
  }
  h1 {
    /*font-size: 40px;*/
    font-weight: 700;
  }
  .logo {
    top: 25px;
    left: 35px;
    max-width: 160px;
  }
  .main_nav_link_home {
    /* 
    top: 25px;
    right: 35px;
    */
    font-size: 20px;
    font-weight: 700;
  }

  .main_nav_link_home {
    display: block;
    width: 100%;
    text-align: center;
    /*
    background-color: blue;
    */
    margin: 0 auto;
  }

  .main_nav_link {
    top: 25px;
    right: 35px;
    font-size: 20px;
    font-weight: 700;
  }
  .main_nav_link a, .main_nav_link_home a {
    color: white;
  }
  .white {
    color: white;
  }
  .section_link:hover {
    text-decoration:none;
    color: white;
  }
  #home_footprint {
    background-color: black;
    background-image: url('../images/art_tech_bg_your_print.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
footer {
  padding-bottom:80px;
  padding-top: 100px;
}
footer ul {
  margin: 20px 0 25px 0;
}
footer li, .email_link {
  font-size: 18px;
}
footer li {
  display: inline;
  margin: 0 15px;
}
footer a {
  color: #2f8721;
}
footer a:hover {
  color: #fff;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  #home_philosophy img {
    max-width: 60% !important;
  }
  #home_footprint img {
    max-width: 60% !important;
  }
  h1 {
    font-size: 1.9em;
  }
}
