@font-face {
  font-family: "mirab";
  src: url("fonts/mirab.ttf") format("truetype");
}

.demo-ribbon {
  width: 100%;
  height: 40vh;
  background-color: black;
  flex-shrink: 0;
}

.demo-main {
  margin-top: -35vh;
  flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
  padding-left: 40px;
}

.demo-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.demo-content {
  border-radius: 2px;
  padding: 56px;
  margin-bottom: 80px;
}

.demo-content p {
  justify-content: center;
}

.demo-layout.is-small-screen .demo-content {
  padding: 40px 28px;
}

.demo-content h3 {
  margin-top: 0px;
}

.demo-footer {
  padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

.fa-home {
  font-size: 120%;
}

/* .mdl-layout__tab-bar-container {
  display: flex;
} */

.mdl-layout__tab-bar {
  width: 100%;
  padding: 0;
  /* display: flex; */
  background-color: black !important;
}

.is-active::after {
  background-color: red !important;
}

.mdl-layout__tab {
  color: red !important;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

p img {
  max-width: 100%;
  max-height: 100%;
}

.title {
  margin: 0;
  padding: 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: black;
  color: red;

  margin-left: auto;
  margin-right: auto;
  display: block;
  /* position: absolute; */
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.mdl-layout__tab-bar {
  justify-content: center;
}

h1 a {
  font-family: "mirab", "Roboto", "Helvetica", "Arial", sans-serif !important;
  text-decoration: none;
  color: red;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .demo-content {
    border-radius: 2px;
    padding: 16px !important;
    margin-bottom: 8px !important;
  }

  .demo-content h3 {
    text-align: center;
  }

  .demo-container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
}

h1 {
  font-size: 46px;
}
