#resume {
  margin-top: 60px;
}

#credits {
  margin-top: 60px;
}

.achievements {
  margin-left: 0px;
}

h2 {
  border-bottom: 1px solid #e0e0e0;
}

.header {
  background: url("../img/header-bg-desktop.jpg") -150px -235px;
  color: white;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

/* Large desktop */
@media (min-width: 1200px) {
  .header {
    background: url("../img/header-bg-desktop.jpg") right -270px;
  }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
  .header {
    background: url("../img/header-bg-desktop.jpg") right -225px;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    background: url("../img/header-bg-desktop.jpg") -400px -155px;
  }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
  .header {
    background: url("../img/header-bg-desktop.jpg") -10px -225px;
  }
}

@media print {
  .header {
    background: transparent;
    color: black;
    text-shadow: none;
    padding: 0px;
    margin-left: -2px;
  }
  .navbar { 
    display: none 
  }
}
