body {
  font-family: 'Work Sans', sans-serif;
}
p {
  font-size: 150%;
}
ul.nav {
  font-size: 120%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #2C416B;
}
h2 {
  font-size: 250%;
}
h1 {
  font-weight: 600;
  font-size: 350%;
}
a {
  color: #2C416B;
}
.icon-bar {
  background-color: #2C416B;
}
.navbar-nav > li > a {
  font-weight: 300;
  font-size: 75%;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: white;
}
.navbar, .tagline {
  margin-bottom: 95px;
}
.tagline {
  text-align: center;
}
.tagline .row {
  padding-top: 70px;
}
.tagline .btn {
  background-color: transparent;
  border: 2px solid #2C416B;
  color: #2C416B;
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: 600;
}
.tagline .btn:hover {
  background-color: white;
}
.jumbotron h1 {
  font-weight: 600;
  color: #2C416B;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.jumbotron h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: #333;
  letter-spacing: 2px;
}
#header {
  padding: 80px 0;
  margin-bottom: 0;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.logos {
  background-color: #eee;
  text-align: center;
  padding: 15px 0;
}
#about {
  padding: 40px 0;
  text-align: center;
}
#quotes1 { background-image: url('../img/quote1.jpg'); }
#quotes2 { background-image: url('../img/quote2.jpg'); }
.quotes {
  padding: 140px 0;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
  .quotes p {
    font-style: italic;
    font-size: 220%;
    color: white;
    line-height: 200%;
  }
  .quotes .quotee {
    font-style: normal;
    font-size: 150%;
    color: #a7a7a7;
    letter-spacing: 2px;
  }
#services {
  padding: 60px 0;
  background-image: url('../img/services.jpg');
  color: white;
}
    #services h1 {
      color: white;
    }
    #services ul {
        overflow: auto;
        list-style-type: none;
        padding-left: 0;
        padding-top: 32px;
        margin-top: 10px;
        font-size: 120%;
    }
    #services li {
        height: 25px;
        float: left;
        margin-right: 0px;
        padding-right: 20px;
        cursor: pointer;
    }
    #services li:last-child {
        padding-right: 0;
    }
    #services li a, #services a {
        text-decoration: none;
        color: white;
    }
    #services .service-text {
        padding-top: 50px;
        font-size: 140%;
        font-weight: 200;
    }
    #services a {
        cursor: pointer;
        font-size: 80%;
    }
    #services .service-text .more-content {
        font-size: 80%;
    }

#contact {
  padding: 50px 0;
}
#footer {
  background-color: #eee;
  text-align: center;
  padding: 50px 0 25px 0;
  font-size: 80%;
}
@media only screen and (max-width: 1199px) {
  .tagline .row {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #services ul {
    margin-top: 0;
  }
  .logos img {
    height: 80%;
    width: 80%;
  }
  #header {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
  .quotes {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    border-radius: 5px;
  }
  .navbar, .tagline {
    margin-bottom: 80px;
  }
  #header {
    padding: 40px 0;
  }
  .logos {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .navbar, .tagline {
    margin-bottom: 50px;
  }
  a.navbar-brand {
    font-size: 1.3em;
  }
}
