@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700,900);
.logo {
  max-height: 100%;
  max-width: 100%;
}
.designBackground {
  padding: 50px;
}
.designBackground p {
  text-shadow: 2px 2px black;
}
h2 {
  font-size: 36px;
}
.carousel-inner > .item > img {
  margin: 0 auto;
}
@media (min-width: 767px) {
  h2 {
    font-size: 54px;
  }
}
