body {
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

#logo {
  position: absolute;
  z-index: 1000;
  opacity: 0; }

#mailBoxTop, #mailBoxBottom {
  position: fixed;
  background-color: black;
  width: 100%;
  height: 1000px;
  margin: 0;
  padding: 0;
  height: 150px;
  z-index: 1000; }

#vimeoWrapper {
  overflow: hidden;
  background-color: #black;
  position: fixed;
  z-index: -1;
  opacity: 0; }

#vimeoWrapper2 {
  overflow: hidden;
  background-color: #black;
  position: relative;
  z-index: 0;
  opacity: 0; }

#previewPlayer, #previewPlayer2 {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #black; }

#mainContents {
  background-color: black;
  z-index: 200;
  width: 100%;
  margin: 0;
  padding: 0; }

#letterBox1Top, #letterBox1Bottom {
  background-color: black;
  pointer-events: none;
  z-index: 200;
  width: 100%; }

#contact {
  position: fixed;
  text-align: center !important;
  width: 100%;
  z-index: 2100; }

a {
  color: #eee;
  text-decoration: none;
  color: white;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5.5px; }

#copy {
  color: #eee;
  text-decoration: none;
  color: white;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5.5px;
  width: 100%;
  text-align: center;
  padding: 20px; }

#bigLogoIntro {
  z-index: 20;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.logoOutline {
  border-style: dotted;
  stroke-width: 0.5px;
  stroke: rgba(250, 250, 250, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  fill: rgba(250, 250, 250, 0.9); }

.editorialLinkToCollection {
  color: white;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  width: 100%;
  background-color: red;
  width: 150px;
  height: 25px;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
  z-index: 10000; }

#wrapperText {
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  opacity: 0; }

#gradient {
  z-index: 99;
  width: 100%;
  visibility: none; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 0px) {
  #BigTitle {
    font-size: 35px !important; }

  #aboutTextH1 {
    font-size: 28px !important; }

  #aboutTextH2 {
    font-size: 20px !important; } }
@media (min-width: 768px) {
  #BigTitle {
    font-size: 75px !important; }

  #aboutTextH1 {
    font-size: 30px !important; }

  #aboutTextH2 {
    font-size: 20px !important; } }
@media (min-width: 992px) {
  #BigTitle {
    font-size: 85px !important; }

  #aboutTextH1 {
    font-size: 45px !important; }

  #aboutTextH2 {
    font-size: 26px !important; } }
@media (min-width: 1200px) {
  #pageTitle {
    font-size: 25px !important; }

  #BigTitle {
    font-size: 85px !important; }

  #aboutTextH1 {
    font-size: 45px !important; }

  #aboutTextH2 {
    font-size: 35px !important; } }
