/* 2023-02-03 */
html{
    font-family: Georgia, serif;
    color: #fff;
    background: #000;
}
.w-100{
    width: 100%;
}
.py-2{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mt-1{
    margin-top: 5px;
}
.mr-1{
    margin-right: 5px;
}
.mt-2{
    margin-top: 10px;
}
.mt-4{
    margin-top: 20px;
}
.mt-5{
    margin-top: 25px;
}
.mt-7{
    margin-top: 35px;
}
.mt-9{
    margin-top: 45px;
}
.mb-3{
    margin-bottom: 15px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.h4{
  font-size: 35px;
}
.h6{
  font-size: 27px;
}
.fs-14{
  font-size: 14px;
}
.fs-17{
  font-size: 17px;
}
.fs-20{
  font-size: 20px;
}
.fs-21{
  font-size: 21px;
}
.fs-24{
  font-size: 24px;
}
.fs-25{
  font-size: 25px;
}
.fs-26{
  font-size: 26px;
}
.fs-27{
  font-size: 27px;
}
.fs-31{
  font-size: 31px;
}
.fs-32{
  font-size: 32px;
}
.fs-40{
  font-size: 40px;
}
.fs-52{
  font-size: 52px;
}
.text-center{
    text-align: center;
}
.clear{
    clear: both;
}
.font-weight-lighter{
    font-weight: lighter;
}
.container{
    max-width: 600px;
    margin: 0 auto;
}
.site__header{
    font-size: 57px;
    font-weight: lighter;
    text-align: center;
}
.video__container{
    position: relative;
    width: 60%;
    padding: 40% 0 0 0;
}
.video__container.preview{
    width: 75%;
    padding: 49% 0 0 0;
}
.video__container.single{
    width: 100%;
    padding: 70% 0 0 0;
}
.video__container iframe,
.video__container .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__container .mask{
    z-index: 1;
    opacity: 0;
}
.video__container + td{
    padding: 0 0 0 10px;
    font-size: 17px;
    vertical-align: middle;
}
input[type="text"].invalid{
  background-color: #fcc;
  box-shadow: 0px 0px 0px 2px #f00 inset;
}
span.submit{
    display: inline-block;
    padding: 0 3px;
    line-height: 29px;
    border-radius: 1px;
    color: #000;
    background: #fff;
    cursor: pointer;
}
_::-webkit-full-page-media, _:future, :root span.submit{
    margin-top: 2px;
    vertical-align: top;
}
input[type="submit"].go{
    height: 29px;
    padding: 0 3px;
    border: 0;
    vertical-align: bottom;
    font-size: 20px;
    -webkit-appearance: none;
    font-family: Georgia, serif;
    border-radius: 0;
    color: #000;
    background: #fff;
}
@-moz-document url-prefix() {
    span.submit{
        line-height: 30px;
        vertical-align: top;
    }
    input[type="submit"].go{
        height: 30px;
    }
}
@supports (-webkit-touch-callout: none) {
    span.submit{
        line-height: 36px;
        border-radius: 3px;
    }
    input[type="submit"].go{
        height: 36px;
        vertical-align: baseline;
    }
}
