@charset "utf-8";
@import url("../fonts/goose-fonts.css?release");

html
{
    color: #ffffff;
    font-size: 3.8px;
    margin: 0;
    padding: 0;
}

/* Start auto-resizing */
@media screen and (min-width: 240px) and (min-height: 240px)
{ 
    html
    { 
        font-size: 1vmin;
    }    
}

/* Stop auto-resizing */
@media screen and (min-width: 1000px) and (min-height: 1000px)
{ 
    html 
    { 
        font-size: 10px;
    }
}

a img
{
    outline: 0;
}

body
{
    font-family: "TransportNew", sans-serif;
    font-weight: 200;
    margin: 0 auto;
    letter-spacing: 0.0225em;
    font-size: 2.2rem;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 6rem 0;
    min-height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html, body
{
    background-color: #276ebd;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header
{
    display: grid;
    margin: 4rem auto 2rem auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    justify-items: start;
    max-width: 84.7rem;
}

a#sign
{
    content: "";
    width: 26rem;
    height: 26rem;
    grid-column: 1;
    grid-row: 1 / span 2;

    background-image: url("/svg/sign.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    border-bottom: 0;
    justify-self: end;
}

h1
{
    font-weight: 600;
    font-size: 8rem;
    line-height: 1em;
    letter-spacing: -0.025em;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}

header a[href="/"]
{
    border-bottom: 0;
}

h2.tagline
{
    font-weight: 200;
    letter-spacing: -0.025em;
    align-self: start;
    grid-row: 2;
    grid-column: 2 / span 2;
    font-size: 5.05rem;
    line-height: 1em;
    margin: 0 0 0 0.75em;    
}

main
{
    text-align: center;
}

p
{
    margin: 2rem 0;
}

figure
{
    margin: 0;
}

strong
{
    font-weight: 400;
}

#video-trailer
{
    width: 100vw;
    height: 56.25vw;
    max-width: 84.6rem;
    max-height: 47.6rem;
    overflow: hidden;
    outline: 0.6rem solid #fff;
    background-color: #fff;
    margin: 4rem auto 4rem auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

iframe#ytplayer
{
    position: relative;
    top: 0.2rem;
}

a
{
    color: inherit;
    text-decoration: none;
    border-bottom: 0.2rem solid #619fe4;
}

a:hover
{
    transition-property: border-bottom-color;
    transition-timing-function: linear;
    transition-duration: 250ms;
    border-bottom-color: #fff;
}

footer a:hover
{
    transition-property: border-bottom-color, color;
    transition-timing-function: linear;
    transition-duration: 250ms;
    border-bottom-color: #fff;
    color: #fff;
}

form
{
    display: grid;
    justify-content: center;
    margin: 6rem auto 0 auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

input#mce-EMAIL
{
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

input#mc-embedded-subscribe
{
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}

label#gdpr_2017-label,
p#disclaimer
{
    grid-column: 1 / span 2;
}

label#gdpr_2017-label
{
    max-width: 50rem;
    margin: 1em auto;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: justify;
    transition-property: opacity, max-height;
    transition-duration: 250ms;
    transition-timing-function: linear;
}

#gdpr_2017-label[data-revealed="false"]
{
    max-height: 0;
    opacity: 0;
}

#gdpr_2017-label[data-revealed="true"]
{
    max-height: auto;
    opacity: 1;
}

#ytplayer
{
    position: relative;
    overflow: visible;
    height: 100%;
    width: 100%;
}

#video-trailer
{
    position: relative;
    background-size: cover;
    display: grid;
    place-items: center;
}

#video-trailer[data-poster="true"]
{
    background-image: url("/img/poster.png?release");
}

#video-placeholder
{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("/img/poster.png?release");
    background-size: cover;
    background-position: 50% 50%;
    color: transparent;
    font-size: 0;
    text-decoration: none;
}

#video-trailer[data-poster="false"] iframe
{
    opacity: 1;
    transition: opacity 1s ease;
}

#video-trailer[data-poster="true"] iframe
{
    opacity: 0;
    transition: opacity 1s ease;
}

input
{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.4rem;
    border: 0;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 0.65em 0.5em 0.5em 0.5em;
    font-family: inherit;
    font-weight: 400;
    flex: 0 1 30rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

input[type="submit"]
{
    background-color: #619fe4;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1.3rem;
    flex: 0 0 auto;
    margin-left: 1vw;
    cursor: pointer;
}

input[type="checkbox"]
{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}

::placeholder
{
    color: #afafaf;
    position: relative;
}

#mce-EMAIL-label
{
    position: absolute;
    color: transparent;
    top: -100vh;
    left: -100vw;
    font-size: 0;
}

span#disclaimer
{
    color: #619fe4;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

span#disclaimer a
{
    text-decoration: underline;
    border-bottom: 0;
}

#badges
{
    margin: 4rem 0;
    display: grid;
    grid-template-columns: 3fr 6rem 6rem 1fr 20rem 3fr;
    grid-column-gap: 2rem;
}

#badges a
{
    color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

#badges a
{
    transition-property: filter;
    transition-timing-function: linear;
    transition-duration: 250ms;

    -webkit-filter: brightness(1) grayscale(0) contrast(1);
    -moz-filter: brightness(1) grayscale(0) contrast(1);
    -ms-filter: brightness(1) grayscale(0) contrast(1);
    -o-filter: brightness(1) grayscale(0) contrast(1);
    filter: brightness(1) grayscale(0) contrast(1);
}



#badges a:hover
{
    -webkit-filter: brightness(1.5) grayscale(1) contrast(1.5);
    -moz-filter: brightness(1.5) grayscale(1) contrast(1.5);
    -ms-filter: brightness(1.5) grayscale(1) contrast(1.5);
    -o-filter: brightness(1.5) grayscale(1) contrast(1.5);
    filter: brightness(1.5) grayscale(1) contrast(1.5);
}

a#househouse,
a#panic
{
    width: 6rem;
    height: 6rem;
}

a#househouse
{
    grid-column-start: 2;
    background-image: url("../svg/househouse.svg");
}

a#panic
{
    grid-column-start: 3;
    background-image: url("../svg/panic.svg");
}

a#filmvic
{
    grid-column-start: 5;
    background-image: url("../svg/filmvic.svg");
}

footer p
{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #619fe4;
}

#shopbanner
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0.25em 0 1em 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: 400;
    background: #173f6d;
    border-bottom: 1px solid #619fe4;
}

#shopbanner:before,
#shopbanner:after
{
    content: "";
    display: inline-block;
    background-image: url("../img/dirtygoose.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 2em;
    width: 3em;
    margin: 0 0.25em;
    background-size: contain;
    position: relative;
    top: 0.65em;
    
}

#shopbanner:after
{
    transform: scaleX(-1);
}