/* Buttons */
.button {
  border: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin: 2rem;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-top: none;
  text-transform: uppercase;
  
}

.teal.button {
  background-color: #009688;
  border-bottom: 5px solid #004D40;
}

.blue.button {
  background-color: #1565c0;
  border-bottom: 5px solid #105099;
}

.purple.button {
  background-color: #5E35B1;
  border-bottom: 5px solid #4527A0;
}

.button:hover, .button:visited {
  color: #fff;
  border-top: 5px solid #fff;
  border-bottom: none;
  
}
.full-width {
  width: 100%;
}

.narrow {
  padding: 0 5vw;
}

#services .container, #clients .container {
  overflow: auto;
}

#services .container::after, #clients .container::after {
    content: "";
    clear: both;
    display: table;
}

#services .one-third {
    border: 2px solid #105099;
  
}
.one-third {
  width: 60%;
  margin: .5rem 20%;
  float: left;
  padding: 2rem 0 1rem;
}

.one-third img {
  width: 100%;
}

#clients .one-third {
  border: none;
}

.icon {
  border-radius: 50%;
  background-color: #1565c0;
  color: #fff;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  font-size: 2.5rem;
  vertical-align: middle;
}

.icon i {
  display: inline-block;
}

.fa-chess {
  margin-top: 1rem;
}

.fa-rocket, .fa-chart-line {
  margin-top: 1.2rem;
}

#services ul {
  list-style-type:none;
  padding: 0;
}

#services h3, #services h4 {
  margin: 0;
}

.texture {
  background-image: url("http://www.hourglassconsulting.co/images/texture_small.jpg");
  background-size: cover;
  background-position: bottom;
  color: #fff;
  text-align: center;
  margin: 1rem 0;
  padding: 4rem;
  
}

#testimonial p {
  font-size: 1.5rem;
}

footer {
  background-image: url("http://www.hourglassconsulting.co/images/footer_small.jpg");
  background-size: cover;
  background-position: top;
  text-align: center;
  padding: 10vw 5vw 5vw;
  color: #fff;

}

footer svg {
  margin: 0 .5rem;
  text-decoration: none;
  color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}



.no-underline {
  text-decoration: none;
}

@media (min-width: 949px){
  
  .one-third {
  width: 30%;
  margin: 1%;
  float: left;
  border: 2px solid #1565c0;
  padding: 2rem 0 1rem;
}

  
  #logo-container {
    margin: 25vw auto;
  }
  
}
