@charset "UTF-8";
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.demo-ribbon {
  width: 100%;
  height: 30vh;
  background-color: #995226;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.demo-main {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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: 80px 56px;
  margin-bottom: 80px;
}

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

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

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

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

#view-source {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}

/* custom */
/* main .demo-container {
  background-image: url("images/batthern.png");
} */
.demo-ribbon {
  background-image: url("images/black-linen.png");
  position: absolute;
  z-index: -1;
}

header .mdl-textfield {
  visibility: hidden;
}

header nav a {
  color: black !important;
}

h1, h2, h3, h4 {
  text-align: center;
}

.bio h4 {
  text-align: left;
}

.mdl-chip i {
  vertical-align: middle;
  margin-right: 4px;
}

.header-logo, .footer-logo img {
  width: 40px;
  height: 40px;
  margin: 5px;
}

.mdl-layout__header-row {
  padding-left: 70px !important;
}

.mdl-layout-icon {
  background-image: url("images/favicon.png");
}

@media (min-width: 840px) {
  .mdl-layout__drawer-button {
    display: none;
  }
}
.subtitle {
  opacity: 0.7;
  margin-bottom: 10px;
}

textarea {
  min-height: 200px;
}

.float-left {
  float: left;
}

.clearfloat {
  clear: both;
}

blockquote {
  font-size: 16px;
}

blockquote::after {
  content: none;
}

blockquote *:nth-last-child(2)::after {
  content: " ”";
}

blockquote *:last-child::after {
  content: " ”";
}

blockquote.with-attribution *:last-child::after {
  content: none;
}

blockquote p {
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

h2, h3 {
  padding: 10px;
  color: white;
  background: #a02a21;
  /* fallback */
  background: linear-gradient(135deg, transparent 10px, #a02a21 0) top left, linear-gradient(225deg, transparent 10px, #a02a21 0) top right, linear-gradient(315deg, transparent 10px, #a02a21 0) bottom right, linear-gradient(45deg, transparent 10px, #a02a21 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.mdl-layout__drawer-button i.material-icons {
  color: black;
}

main {
  background-image: url("images/shutterstock_380394427_compressed.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

h3 {
  font-variant: small-caps;
}

h2 {
  font-family: "Inknut Antiqua", serif;
}

h4 {
  color: #a02a21;
}

.mdl-chip {
  vertical-align: middle;
}

.shaded {
  color: #995226;
}

.mdl-layout-title {
  font-family: "Inknut Antiqua", serif;
}

footer {
  position: relative;
}

footer .footer-logo {
  position: absolute;
  top: 25px;
  left: calc(50% - 20px);
}

.mdl-layout__header-row .mdl-navigation__link {
  line-height: 54px;
  padding-top: 10px;
}

.triplet h5, .quad h5 {
  padding-bottom: 5px;
  border-bottom: 5px solid #995226;
  white-space: nowrap;
}

.mdl-cell.triplet, .mdl-cell.quad {
  margin-bottom: 0;
}

.statement, .spotlight {
  margin-top: 0;
}

.statement, .spotlight, .triplet, .quad {
  background-color: rgba(255, 255, 255, 0.5);
}

.statement, .spotlight {
  background-color: rgba(100, 100, 100, 0.2);
  padding: 5px;
}

.page-link {
  position: absolute;
  margin-left: -32px;
  margin-top: 5px;
  color: #5b77e5;
}

.demo-content {
  background-image: url("images/shutterstock_380394427_blurred.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Sticky footer */
/* https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
main.mdl-layout__content {
  display: flex;
  min-height: calc(100vh - 64px);
  flex-direction: column;
}

.demo-container {
  flex: 1;
}

/* Contact form action page */
.error {
  background-color: #e08283;
  padding: 10px;
}

.success {
  background-color: #c8f7c5;
  padding: 10px;
}

p, ul {
  font-size: 16px;
}

.eincrew {
  font-family: "Inknut Antiqua", serif;
  font-variant: normal;
}

@media (max-width: 840px) {
  main, .demo-content {
    background-image: none;
  }
}
form {
  background-color: rgba(255, 255, 255, 0.8);
}

textarea[name="name"] { display: none; }

.mdl-mini-footer--link-list a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}