.landing-page-footer {
  border-top: solid 1px #ddd;
  margin: 0;
  padding: 0;
  margin-bottom: 68px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer {
      margin-bottom: 10px;
      border: none; } }

.landing-page-footer-site-title {
  color: #893299;
  font-size: 20px; }

.landing-page-footer-main {
  padding-top: 68px;
  font-size: 16px;
  color: #414541; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-main {
      margin-bottom: 20px; } }
  .landing-page-footer-main p {
    margin: 0 0 6px 0; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-main p {
        margin-top: 10px; } }
  .landing-page-footer-main h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 5px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-main h2 {
        font-size: 20px; } }

.landing-page-footer-bottom {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #757875; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-bottom .footer-copyright {
      padding-bottom: 20px; } }

.landing-page-footer-logo {
  margin-top: -10px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-logo {
      margin-top: -50px;
      margin-bottom: 10px;
      height: 40px; } }

.landing-page-footer-link {
  color: #757875;
  display: inline-block;
  margin: 5px 0 20px 0; }
  .landing-page-footer-link:first-of-type {
    margin-right: 30px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-link:first-of-type {
        margin-bottom: 40px;
        margin-right: 20px; } }
  .landing-page-footer-link:hover, .landing-page-footer-link:active, .landing-page-footer-link:focus {
    text-decoration: none;
    color: #414541;
    outline: none; }

landing-page-footer-title {
  font-size: 22px;
  color: #414541; }

body {
  background-color: #f6f7f9 !important;
  font-family: 'Roboto', sans-serif !important; }
