body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #45423C;
  background-color: #D0C7BA;
}

h1 {
  font-family: 'Courgette', cursive;
  font-weight: 400;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Alegreya Sans SC', sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

#headline h1 {
	text-align: center;
  font-size: 4em;
}
	

.centered {
  text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #headline { margin-top: 50px;}
  .row {
    margin-top: 30px;
  }
  img {
    border: 8px solid;
  }

}
