/* Utility Classes */
.adSize { width: 300px; height: 250px;}
.vidHid{opacity: 0; visibility: hidden;}
.posAb{position:absolute;}
.topLef{left: 0px; top: 0px;}
.botLef{left: 0px; bottom: 0px;}
.bgDef{background-size: contain !important; background-repeat: no-repeat !important; }
.overFlowHid{overflow: hidden;}

/* #temp{
	background: no-repeat url("../assets/temp.png");
} */

@import url('https://fonts.googleapis.com/css?family=Toyota+Type:300,500,900&key=HMJVmbm9bHsUV1p1');

#logo{
	background: no-repeat url("../assets/logo.png");
}

#bg{
	background: no-repeat url("../assets/bg.jpg");
}

#legal{
	background: no-repeat url("../assets/legal.png");
}

#copy{
	background: no-repeat url("../assets/copy.png");
	/* background-color: pink; */
}

#car{
	background: no-repeat url("../assets/car.png");
}

.mainFont {
    font-family: 'Toyota Type','Montserrat', 'Arial', sans-serif;
    font-weight: 600;
}

#topGradient { 
    background: linear-gradient(to top, transparent, black) no-repeat top;
    width: 100%;
    height: 47%;
    top: -5%;
}

#bottomGradient { 
    background:linear-gradient(to bottom, transparent, black) no-repeat bottom;
    width: 100%;
    height: 30%;
    top: 184px;
}

#cta {
    background-color: #e81329;
    border: 1px solid #e81329;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    bottom: 15px;
    cursor: pointer;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
    height: 24px;
    letter-spacing: -0.2px;
    line-height: 24px;
    right: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
}

#bg-exit {
    position:absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    top:0;
}


/* #disclaimer {
    height: 10%;
    bottom: -4px;
    right: 10px;
    color: #ffffff;
    font-size: 6px;
    letter-spacing: -0.1px;
    line-height: 7px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 1px 1px 2px #242424;
} */



/* Ad Style */

/* # {
	background-image: url('../assets.png');
} */