
@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.otf') format('truetype');
}
@font-face {
  font-family: 'Gotham Light';
  src: url('fonts/Gotham-Light.otf') format('truetype');
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('fonts/Gotham-Medium.otf') format('truetype');
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  font-family:'Gotham Light', sans-serif;
  letter-spacing:1px;
  font-weight: 300;
}
a, a:link, a:visited, a:active {
  color:#000;
}
.logo {
  padding-top:50px;
  margin-bottom: -41px;
  position: relative;
  z-index: 1;
}
.logo-wrapper {
  max-width:390px;
}
.lead-para {
  font-size:18px;
  padding-top:40px;
  font-family:'Gotham Light', sans-serif;
}
.contact-para {
  font-size:13px;
  padding-bottom:15px;
  color:#999;
}
.contact-para h2 {
  text-transform: uppercase;
  color:#000;
  font-size:22px;
  font-family:'Gotham Medium', sans-serif;
}
.contact-icons a {
  color:#000;
  font-size:16px;
  text-decoration: none;
}
.contact-icons a i {
  color:#da3832;
}
.contact-icons a i:hover {
  opacity:0.7;
}
i {
  color:#da3832;
}
.font-weight-bold {
  font-weight:600;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #da3832;
  color:#fff;
  font-size:14px;
  letter-spacing:1px;
  font-family:'Gotham Medium', sans-serif;
}
.footer .footer-text {
  margin: 12px 0px 12px 0px;
}
.footer .light {
  color:#fff;
}
.footer .dark {
  color:#000;
}
/* Custom page CSS
-------------------------------------------------- */
/*
.container {
  width: auto;
  max-width: 820px;
  padding: 0 15px;
}*/
@media (max-width: 770px)  {
  body {
    margin-bottom: 80px;
  }
  .logo-wrapper {
    max-width:300px;
  }
  .logo {
    margin-bottom: -35px;
  }
}
@media (max-width: 575.98px)  {
  body {
    margin-bottom: 90px;
  }
}
