/**
*   Minimum styling for PWA app shell
*/

html, body{
	font-family: sans-serif;
	background: #110f0f;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

a,
a:visited,
a:hover,
a:active{
	color:#ffffff;
}

a.button{
    display: inline-block;
    width: 60%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: solid 1px rgba(255,255,255,0.75);
    border-radius: 5px;
    line-height: 2em;
    font-size: 0.75em;
    transition: background 250ms ease-in-out;
}

a.button:hover{
    background: rgba(255,255,255,0.25);
}

h1{
	text-align: center;
	color: #ffffff;
}

/* .center-me{
    position: relative;
    left: 75%;
    transform: translateX(-50%);
} */

#logo{
	width: 200px;
	height: auto;
}

.row{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    float:left;
    clear: left;
    width: 100%;
    max-width: 1024px;
    margin: 0;
    padding: 1em 0 1em 0;
}

.row [class*="col"]{
    display: block;
    float:left;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.row .col6{
    width: 50%;
}

.row .col6:last-child{
    padding-top: 6em;
}

.threedee{
    perspective: 300px;
    perspective-origin: center;
    transform-style: preserve-3d;
    margin: 1em 0 0 0;
}

.threedee span{
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 0.85em;
}

.threedee span:first-child{
    transform: translateX(-8%) rotateY(60deg);
}
.threedee span:last-child{
    transform: translateX(8%) rotateY(-60deg);
}


.hero{
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 50%;
    background: #000 url(assets/video/hero.jpg) center 20% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    max-width: none;
    z-index: 0;
}

.hero #logo{
    position: absolute;
    top: 2%;
    left: 2%;
    /* transform: translateX(-50%); */
}

.hero .cta{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-size: 1.25em;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 0 0 4px #000;
}

.hero .cta span{
    font-size: 0.75em;
}

.row .img-lg{
    width: 80%;
    max-width: 500px;
}

.color-wrap{
    position: relative;
    float: left;
    width: 100%;
    background: #332b2a;
    box-shadow: inset 0 5px 10px #000000;
}

.color-wrap.red{
    background: #9c2c22;
    background: #63241e;
    background: -moz-linear-gradient(top, #63241e 0%, #9c2c22 50%, #63241e 100%);
    background: -webkit-linear-gradient(top, #63241e 0%,#9c2c22 50%,#63241e 100%);
    background: linear-gradient(to bottom, #63241e 0%,#9c2c22 50%,#63241e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63241e', endColorstr='#63241e',GradientType=0 );
    box-shadow: inset 0 0px 20px rgba(0,0,0,1);
}

.color-wrap:last-child{
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.5);
}

/* .get-the-shirt .img-lg,
.try-it-out .img-lg{
    margin-bottom: 5%;
} */

.how-it-works{
    padding-bottom: 0;
}

.how-it-works .img-lg{
    margin-bottom: -5px;
}

/* .how-it-works .col6:last-child{
    text-align: left;
} */

/* .how-it-works .center-me *{
    float:left;
    clear:left;
}

.how-it-works .center-me a{
    float:none;
} */

.how-it-works strong{
    width: 70%;
    display: inline-block;
    text-align: justify;
    font-size: 0.8em;
    line-height: 1.5em;
}

.how-it-works ol{
    display: inline-block;
    padding-left: 2em;
}

.how-it-works li{
    padding: 0;
    line-height: 1.5em;
    text-align: left;
    font-size: 0.8em;
}

/* .how-it-works .button{
    margin-left: 20%;
} */

.try-it-out p{
    width: 80%;
    margin-left: 10%;
    text-align: justify;
    line-height: 1.5em;
    font-size: 0.75em;
    margin-top: 2em;
}

.get-the-shirt .model{
    margin-top: 1em;
}

.get-the-shirt strong{
    display: block;
    margin-top: 2em;
    font-size: 1.25em;
}

.get-the-shirt .supplier{
    margin: 2em 0;
    width: 250px;
}

.terms{
    text-align: center;
    padding-bottom: 40px;
    font-size: 12px;
}

.terms h1{
    margin: 2em 0 0 0;
}

.terms p{
    padding: 1em 15%;
    font-size: 0.8em;
}

@media (max-width: 800px) {

    html, body {
        font-size: 18px;
    }

    .hero #logo {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 600px) {

    

    .row [class*="col"]{
        width: 100%;
    }

    .row .col6:last-child {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .row.get-the-shirt .col6:last-child {
        padding-top: 0;
    }

    .hero .cta{
        width: 90%;
        font-size: 1em;
    }

    .threedee span:first-child {
        transform: translateX(-4%) rotateY(60deg);
    }

    .hero #logo {
        width: 100px;
        height: 100px;
    }
}

.modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    z-index: 1000;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 10px 15px 50px 20px #000000;
    border: solid 1px rgba(255,255,255,0.5);
}

.modal .close{
    display:block;
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}

.modal.tips{
    text-align: left;
}

.modal.tips ul{
    padding: 0 10%;
    width: 80%;
    font-size: 0.6em;
    font-weight: normal;
    margin-bottom: 3em;
}

.modal.tips ul li{
    margin-bottom: 0.5em;
}

.modal.video{
    width: 70%;
}

.modal.video video{
    width: 80%;
}
