@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url("https://use.typekit.net/xxl7dis.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,300,700");
@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Special Elite', cursive;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
	text-align: center;
    background-image: url('https://tijuanaflats-stage.pushdev.net/images/white-texture.jpg')!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*** BEGIN STRUCTURE BUILD ***/

#wrapper {
	padding-top: 10px;
}

h1 {
    font-family: 'tomarik-brush-1',tomarik-brush-2,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

h2 {
    font-family: 'tomarik-brush-1',tomarik-brush-2,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

h3 {
    font-family: 'tomarik-brush-1',tomarik-brush-2,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
	margin-bottom: 10px;
}

h4 {
    font-family: Francois One,cursive, sans-serif;
    font-size: 22px;
    text-transform: none;
    color: #fff;
}

    h4.ui-state-active {
        color: #fff;
    }

h5 {
    font-family: Francois One,cursive, sans-serif;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    color: #000;
    color: #44b500;
    margin-bottom: 5px;
}

h6 {
    background: #838383;
    display: block;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

p {
	font-family: 'Special Elite', cursive;
	width: 88%;
	margin: 0 auto;
}

a {
    color: #D06A04;
    text-decoration: none;
    font-family: 'tomarik-brush-1',tomarik-brush-2,sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 28px;
	padding: 12px 30px 16px;
	letter-spacing: 2px;
}

    a:hover {
        text-decoration: none;
    }

div.backtorewards {
	display: block;
	width: 100%;
	height: 135px;
	background: url('https://api-tijuanaflats-stage.pushdev.net/app/uploads/2022/06/arrow.png') top right no-repeat;
	background-size: 80px 68px;
	text-align: center;
	padding-top: 30px;
}

.backtorewards h3 {
	width: 240px;
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	display: inline-block;
	margin: 0 auto;
}

a.backtorewards:hover {
	background: #30024e;
}

a.takesurvey {
	color: #fff;
	background: #f15f23;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
}

a.takesurvey:hover {
	background: #cc460e;
}

ul {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

ul li {
	text-align: center;
	float: left;
}

a.social {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 1px;
	text-indent:-9999px;
	margin: 10px 15px;
	padding: 0;
}

		a.social.facebook {
			background-image: url("fb-icon.png");
			background-size: 42px 42px;
		}

		a.social.instagram {
					background-image: url("insta-icon.png");
					background-size: 42px 42px;
				}

		a.social.twitter {
					background-image: url("twitter-icon.png");
					background-size: 42px 42px;
				}

		a.social.tiktok {
					background-image: url("tt-icon.png");
					background-size: 42px 42px;
				}

strong {
    font-weight: bold;
}