@font-face {
  font-family: "Winkle";
  font-weight: bold;
  src: url("fonts/Winkle-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Hynings Handwriting V2";
  font-weight: normal;
  src: url("fonts/HyningsHandwritingV2-Regular.ttf") format("truetype");
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #2F2A25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-size: 1.65em;
  line-height: 1em;
}

h2 {
  font-size: 1.15em;
  line-height: 1em;
}

h3 {
  font-size: 1em;
  line-height: 1em;
}

h4 {
  font-size: 0.9em;
  line-height: 1em;
}

p {
  line-height: 1.5em;
}
p.first {
  margin-top: 0;
}
p.last {
  margin-bottom: 0;
}

input, textarea {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  caret-color: #FFFFFF;
  border-radius: 0;
}
input::placeholder, textarea::placeholder {
  color: #C2C2C2;
}

input[type=text], input[type=email], input[type=password], select, textarea {
  border: 1px solid #E9E9E9;
  font-size: inherit;
  padding: 2px 15px;
  appearance: none;
}

input[type=text], input[type=email], input[type=password], select {
  height: 48px;
}

input[type=submit] {
  appearance: none;
}

select {
  outline: none;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

a:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Small Screen Mobile */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.25em;
  }
}
@media only screen and (max-height: 420px) and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
  html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
}
fieldset {
  border: none;
  padding: 0px;
  min-width: 0px;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea {
  caret-color: black;
}

/* Medium Screen/Large Tablets */
/* Tablets */
/* Mobile wide/Smaller Tablets */
/* Small Screen Mobile */
body {
  height: auto;
  font-family: "Hynings Handwriting V2", sans-serif;
  font-weight: normal;
  font-size: 18px;
}

h2 {
  font-family: "Winkle", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

#video-page {
  display: flex;
  justify-content: center;
  margin: 165px 180px 0;
  padding-bottom: 100px;
}
#video-page .text-image, #video-page .logo-image {
  margin: 30px 40px;
}
#video-page .text-image {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 80px;
}
#video-page .logo-image {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 70px;
}
#video-page .movie-unavailable-text {
  padding-top: 50px;
  font-size: 30px;
}
#video-page .video-player-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 950px;
}
#video-page .video-player-container video {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  outline: none;
}
#video-page .video-player-container .actions .download-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#video-page .video-player-container .actions .download-container.col {
  flex-direction: column;
  align-items: start;
}
#video-page .video-player-container .actions .download-container.col .download-movie {
  margin-bottom: 16px;
  margin-inline-end: 0;
}
#video-page .video-player-container .actions .download-container .download-movie {
  display: flex;
  flex-shrink: 0;
  padding: 15px 45px;
  background-color: #D05D28;
  color: black;
  text-decoration: none;
  min-width: 185px;
  align-items: center;
  border-radius: 100000px;
  justify-content: center;
  margin-inline-end: 40px;
}
#video-page .video-player-container .actions .download-container .download-movie:hover {
  opacity: 95%;
}
#video-page .video-player-container .actions .download-container .download-movie .download-movie-text {
  padding-right: 15px;
  font-family: "Winkle", sans-serif;
  font-weight: bold;
  font-size: 22px;
  white-space: nowrap;
}
#video-page .video-player-container .actions .download-container .download-text {
  max-width: 500px;
}
#video-page .video-player-container .actions .video-booth-card {
  background-color: #3C3430;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  margin: 0 0 0 30px;
}
#video-page .video-player-container .actions .video-booth-card:hover {
  opacity: 90%;
}
#video-page .video-player-container .link-container {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
#video-page .video-player-container .link-container .link-text a {
  color: #D05D28;
}

@media only screen and (max-width: 1024px) {
  #video-page {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #video-page {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 165px;
    margin-bottom: 50px;
  }
  #video-page .video-player-container .actions {
    flex-direction: column;
  }
  #video-page .video-player-container .actions .download-container {
    flex-direction: column;
    align-items: start;
  }
  #video-page .video-player-container .actions .download-container .download-movie {
    width: 100%;
  }
  #video-page .video-player-container .actions .download-container .download-text {
    padding-left: 0;
    padding-top: 20px;
  }
  #video-page .video-player-container .actions .video-booth-card {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #video-page {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 110px;
    margin-bottom: 50px;
  }
  #video-page .text-image, #video-page .logo-image {
    height: 60px;
    margin: 10px 0;
  }
}

/*# sourceMappingURL=video_page.css.map */
