@charset "UTF-8";

/* ---------------------- RESET ---------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
* {
    position: absolute;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
html, body {
    margin: 0px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    height: 100%;
}

/* ------------------- FONT -------------------------*/
@font-face{
  font-family:'OpenSans-Light';
  src:url("fonts/OpenSans-Light.woff") format("woff");
  font-weight:bold;
}

@font-face {
    font-family: 'Flama';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Flama Bold.woff') format('woff');
}

.light { 
	font-family: 'OpenSans-Light'; 
	font-size: 20px;
	line-height: 24px;
    color: #fff;
    letter-spacing: 0px;
    text-align: left;
}

.bold { 
	font-family: 'Flama';
    font-size: 20px;
    line-height: 21px;
    color: #fff;
    letter-spacing: 0px;
    text-align: left;
}

body {
    margin:0px;
    text-rendering:optimizeLegibility; 
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-text-size-adjust: none;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    
}

@media screen and (min-width:0) and (min-resolution:+72dpi) { /* IE fix */
    body { text-rendering:optimzeSpeed; }
}

/* ---------------- GLOBAL ------------------------*/
br { position: relative !important; }
.hidden { opacity: 0; }
.clicker { cursor: pointer;}

.holder {
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: center;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

#mainContainer {
    position: relative;
    overflow: hidden;
    width: 970px;
    height: 250px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------- LEAF -----------------------*/
#leaf1, #leaf2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1493px;
    height: 330px;
}

#leaf2 { top: -350px; }

/* ------------ TEXT FIELDS ----------- */

#copy1Holder {
	display: block;
    width: 390px;
    height: auto;
    top: 54px;
    left: 54px;
}

#copy2Holder, #copy3Holder, #copy4Holder  {
	display: block;
    width: 410px;
    height: auto;   
    top: 53px;
    left: 56px;
}
#copy3Holder{top: 55px;left: 50px;}
#copy4Holder{
    top: 82px;
    left: 51px;
}
#copy5Holder {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 470px;
    height: 130px;
    top: 58px;
    left: 288px;
}

#copy1a, #copy1b, #copy2a, #copy2b, #copy4a, #copy4b { position: relative; }
#copy1a { 
    font-size: 34px;
    line-height: 36px;
    color: #fff;
    margin: 0px;
}
#copy1b { 
        
    font-size: 34px;
     font-weight: bold;
    color: #fff;
    margin: 0px;
    line-height: 38px;
    letter-spacing: -.3px;
}
#copy2a { font-size: 34px; line-height: 36px; color: #fff; margin: 0px;}
#copy2b { font-size: 38px; font-weight: bold; color: #fff; margin: 0px; line-height: 38px; letter-spacing: -.7px;}
#copy3 { font-size: 86px; line-height: 130px;letter-spacing: 1px; font-weight: bold; color: #ffffff}
#copy4a { font-size: 38px; line-height: 36px; color: #fff; margin: 0px;}
#copy4b { left:-4px;font-size: 87px; font-weight: bold; color: #fff; margin: 0px; line-height: 80px; letter-spacing: 1px; }
#copy4 { left:0px;font-size: 65px; font-weight: bold; color: #fff; margin: 0px; line-height: 80px; letter-spacing: 0.5px; }
#copy5 { font-weight: bold; font-size: 52px; text-align: center; color: #fff; margin: 0px; line-height: 48px; letter-spacing: 1px;}
#copy5 span { letter-spacing: -0.2px; display: contents;}

/*------------------ Logo -------------*/
#redLogo {
    position: absolute;
    top: 150px;
    left: 870px;
    width: 100px;
    height: 100px;
    /*z-index: 1;*/
}

#whiteLogo, #bg{ 
	width: 970px; 
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
}
#bg{ 
    width: 662px;
    height: auto;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
}

/*------------------- CTA ------------------- */
#ctaHolder {
	display: flex;
	align-items: center;
	justify-content: center;
    top: 50%;
    left: 754px;
    width: 209px;
    height: 35px;
    transform: translateY(-30%);
}

#ctaBg {
	max-height: 100%;
	max-width: 100%;
	position: relative;
    left: 0px;
    top: 0px;
	border: 1px solid white;
}

#cta {
	display: inline-block;
    position: relative;
    top: -2px;
    left: 4px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 25px;
    text-align: left;
    background-color: transparent;
	white-space: nowrap;
    color: #ffffff;
}

#arrow {
	display: inline-block;
	position: relative;
    width: 6px;
    height: auto;
    top: -1px;
    right: 14px;
    padding-top: 0px;
} 

/*------------------- REPLAY BUTTON ------------*/
#replayButton {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 13px;
    top: 8px;
    z-index: 99;
    display: none;
}

/*------------------ BORDER ------------------ */
#border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

/*------------------ EXIT -----------------------*/
#banner-exit {
    width: 970px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}