html,
body,
.page-container {
  height: 100%;
}

.page-container {
  /* left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  padding-left: 280px;
  display: inline-flex !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @media only screen and (max-width: 992px) {
  .page-container {
    padding-left: 0;
    display: flex !important;
  }
} */

#navbar {
  position: absolute;
  top: 20px;
  left: 20px;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.side-by-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-by-side > * {
  margin: 0 5px;
}

.bold {
  font-weight: bold;
}

.margin-sm {
  margin: 5px;
}

.margin {
  margin: 20px;
}

.button-sm {
  padding: 0 10px !important;
}

.pad-sides-sm {
  padding: 0 8px !important;
}

#github-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

#overlay {
  background-color: white;
}

#overlay,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#facesContainer canvas {
  /* margin: 10px; */
}
#canvasEyes {
  z-index: 1;
}
/* 
video {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
} */

/* #overlay {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */

.video-container-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 640px;
  position: absolute;
  /* visibility: hidden; */
}

input[type="file"]::-webkit-file-upload-button {
  background: #26a69a;
  border: 1px solid gray;
  cursor: pointer;
  color: #fff;
  border-radius: 0.2em;
}
