html,
body {
  height: 100%;
  width: 100%;
}

.brand-logo {
  top: 7px;
}

.logo-image {
  width: 125px;
  height: inherit;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  padding-top: 0px !important;
}

.take-photo {
  size: 480px !important;
}

video {
  border: 2px solid red;
}

canvas {
  border: 1px dashed black;
}

.btn-large {
  height: 112px !important;
  width: 112px !important;
  margin-left: 1rem;
  margin-right: 1rem;
}

.btn-floating.btn-large i {
  line-height: 112px !important;
}

.btn-large i {
  font-size: 3.2rem !important;
}

#canvas-container {
  width: 100%;
  text-align: center;
}

canvas,
video {
  display: inline;
}

input[type="file"] {
  display: none;
}

/* just for jsfiddle */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2)
      format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
  position: absolute;
  top: 50%;
}

.middle-indicator-text {
  font-size: 4.2rem;
}

a.middle-indicator-text {
  color: white !important;
}

.content-indicator {
  width: 64px;
  height: 64px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.indicators {
  visibility: hidden;
}

.food-cap {
  margin-top: 250px;
  background-color: white;
  margin-left: 70px;
  width: 30%;
  margin-left: 70%;

  /*opacity: 0.5;*/
}

.launch {
  background-color: #fdcf6c;
}

.page {
  height: 100vh;
  width: 100vw;
}

.logo {
  vertical-align: middle;
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 670px) {
  header {
    min-height: 500px;
  }
}

.section {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.tabs .indicator {
  background-color: #1a237e;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background: transparent;
}

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

.display-item {
  background-repeat: no-repeat;
  background-size: cover;
}

.white {
  margin-top: 70vh;
  background-color: white;
  width: auto;
  opacity: 0.73;
  padding: 15px;
}

.hide {
  display: None;
}

.show {
  display: block;
}