body {
  font-family: 'Julius Sans One', sans-serif;
  min-height: 2000px;
  padding-top: 80px;
}

.navbar-default {
  background-color: #000000;
  border:none;
  padding:15px 0;
}

.header-link {
  display: inline-block;
  color:#ffffff;
  font-size:11px;
  font-weight: normal;
  margin-top: 35px;
}
  .header-link:hover {
    color:#ffffff;
  }

.formatting p {
  color:#ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin:0;
}

#contact {
  padding:25px 0 50px 0;
}
  #contact #footer-logo {
    margin-bottom:10px;
  }
  #contact .formatting p {
    color:#ffffff;
    font-size: 14px;
    font-weight: normal;
  }
    #contact .formatting p strong {
      color:#57595a;
      font-size: 13px;
      font-weight: normal;
    }
      #contact .formatting p strong .no-apple-link {
      color:#57595a !important;
    }

#introduction-section {
  padding-bottom:20px;
}

.navigation-section {
  background-color: #ffffff;
  font-size:9px;
  margin:0;
  padding:10px 0;
}
  .navigation-section .formatting {
    font-weight: normal;
  }
    .navigation-section .formatting p {
      font-size: 10px;
    }
    .navigation-section .formatting a {
      color:#a7a9ac;
    }
    .navigation-section .formatting a.highlight {
      color:#c61d23;
    }

.content-section {
  margin-bottom:0px;
}

.content-text {
  text-align:center;
  text-transform: uppercase;
}

.white-section {
  background-color: #ffffff;
  padding:20px 0 0;
}
  .white-section .formatting p {
    color:#000000;
  }
    .white-section .formatting p strong {
      color:#c61d23;
    }
.black-section {
  background-color: #000000;
  padding:20px 0;
}
    .black-section .formatting p strong {
      color:#939598;
    }
    .black-section .formatting a {
      color:#ed1c24;
    }

.grey-section {
  background-color: #333333;
}

.section-img {
  box-shadow: 6px 0 4px -2px #222 , -6px 0 4px -2px #222; 
  -moz-box-shadow: 6px 0 4px -2px #222, -6px 0 4px -2px #222; 
  -webkit-box-shadow: 6px 0 4px -2px #222, -6px 0 4px -2px #222;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #contact .formatting p {
    font-size: 12px;
  }
  #contact .formatting p strong {
    font-size: 11px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }
