@charset "utf-8";
/* CSS Document */

html, body { 
    height: 100%; 
    font-family: 'Asap', sans-serif;
    font-size: 14px; margin: 0 !important;
}
body {
    display: flex;
    flex-direction: column;
    color: #2D1A00;
    margin: 0 auto !important;
}
h1 {
    font-size: 69px; font-weight: 600; transform: scale(1, .9);
}
h2 {
    font-size: 39px; transform: scale(1, .9);
}
h3 {
    font-size: 29px; transform: scale(1, .9);
}
h4 {
    font-size: 19px; transform: scale(1, .9);
}
.tcs-title {
    text-align: center; margin: 4.79em auto;
}
.comingsoon {
    text-align: center; margin: 2.35em auto;
}
.page-footer {
    width: 100%;
    background-color: #2D1A00;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    transform: scale(1, .9);
    color: #fff;
    text-align: center;
    margin: 0 auto -2px auto;
}
.p90 {
    transform: scale(1, .5);
}
.stretch20 {
    
}
.tform-down {
    font-size: 2.0em;
    transform: translate(0,60%);
}