body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: white;
  color: #35495D;
}
a {
  color: #35495D;
}
.hero {
  background-color: #35495D;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.hero h1 {
  font-size: 50px;
  font-weight: 100;
  margin: 9px 0 0 0;
}
.hero h2 {
  font-size: 20px;
  font-weight: 100;
}
.container {
  width: 100%;
}
.footer {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  margin-top: 50px;
  background-color: #eee;

}
.row {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

img.logo {
  max-height: 175px;
}

.page {
  padding: 0 15px;
}

.two-column .column {
  width: 50%;
  float:left;
}
.three-column .column {
  text-align: center;
  width: 33%;
  float:left;
}
.column h3{
  padding: 0 15px 0 15px;
}

.icon {
  width: 100%;
  text-align: center;
  font-size: 70px;
}
h3, .column p {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .row .column {
    width: 100%;
  }
}



.btn {
  display: inline-block;
  padding: 10px 12px;
  margin: 2px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #35495D;
  color: white;
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  background-color: rgba(53,73,93,0.8);
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
