h1 {
  font-size: 60px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px; } }

p {
  font-size: 16px;
  margin: 20px 0; }

.text-center {
  text-align: center; }

.focus-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); }

.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

body {
  font-family: "Open Sans", sans-serif;
  min-height: 100vh; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.page {
  position: relative;
  padding-top: 60px;
  min-height: 100vh; }
  .page .page-content {
    padding-bottom: 2.5rem;
    /* Footer height */ }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  /* Footer height */ }

hr {
  display: block;
  margin: 20px 0;
  height: 5px;
  border: none; }
  @media (max-width: 767px) {
    hr {
      margin: 10px 0; } }
  hr.primary {
    background-color: #0154a4; }

