/* LESS Document */
body {
  font-family: 'Fira Sans', sans-serif;
  color: #525564;
  font-size: 14pt;
  line-height: 20pt;
}
a {
  color: #C25B56;
}
a:hover {
  color: #96C0CE;
}
.clear {
  clear: both;
}
.main-wrap {
  margin: 5% auto 0;
  width: 94%;
  text-align: center;
}
.main-wrap .logo-img {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 20px auto 35px;
}
.main-wrap h1 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 15px;
}
.main-wrap p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.secondary-wrap {
  max-width: 800px;
  width: 94%;
  margin: 30px auto;
  display: block;
}
.secondary-wrap .secondary-section {
  width: 50%;
  text-align: center;
  float: left;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .secondary-wrap .secondary-section {
    width: 100%;
    margin-bottom: 30px;
  }
}
.secondary-wrap .secondary-section h2 {
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 10px;
}
.secondary-wrap .secondary-section a {
  margin: 0 3px;
}
.secondary-wrap .secondary-section a .social-icon {
  width: 50px;
  height: 50px;
}
footer {
  font-size: 10pt;
  font-style: italic;
  text-align: center;
  display: block;
  width: 90%;
  margin: 25px auto;
}
