body {
  background-color: #f2f2f2;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.backstretch {
  opacity: 0.2;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  color: #555;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 20px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #555;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #555;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.logo {
  text-align: center;
  margin-top: 25px;
}

h1 {
  font-size: 70px;
}

.w {
  margin-top: 40px;
}
.w i {
  font-size: 26px;
  padding: 12px;
}

.btn-info, .btn-info:hover, .btn-info:focus {
 background-color: #555;
 border: 0;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    p.tag-line, p.quotes {
      font-size: 99%;
    }
}

.carousel-control, .carousel-control:hover {
  opacity: 0;
}
