html {
  background: url("images/clouds.jpg") no-repeat center center fixed;
  background-size: cover; }

body {
  background-color: unset;
  font-family: 'Roboto Condensed', sans-serif; }

.home {
  padding: 7%;
  max-width: 1000px;
  margin: 0 auto; }
  .home .for-large h1 {
    font-size: 500%;
    color: white;
    text-transform: uppercase; }
  .home .for-small h1 {
    font-size: 300%;
    color: white;
    text-transform: uppercase; }
  .home .summary {
    max-width: 500px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 7% auto;
    text-align: justify; }
    .home .summary p {
      color: white; }
    .home .summary a {
      color: white;
      text-decoration: underline; }
    .home .summary a:hover {
      color: #dddddd; }
  .home .lead {
    color: white;
    text-transform: uppercase; }
  .home .btn {
    margin-top: 5px; }

/*# sourceMappingURL=home.css.map */
