/* For material colors see: https://material.google.com/style/color.html#color-color-palette */
.static-ribbon {
  width: 100%;
  height: 40vh;
  /* Indigo */
  /*background-color: #3F51B5; */
  /* Blue */
  background-color: #2196F3;
  flex-shrink: 0;
}

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

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

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

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

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

.static-content h3 {
  margin-top: 48px;
}

.static-footer {
  padding-right: 40px;
}

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

#vidello-logo {
    height: 40px;
    padding-right: 8px;
}