@import url("https://use.typekit.net/zut3uov.css");

:root {
  --darkrust: #731903;
}

html,body {height:100%}

body {
	background: rgb(44,22,7);
	background: linear-gradient(180deg, rgba(44,22,7,1) 0%, rgba(238,118,35,1) 35%);
	font-family: "nimbus-sans-condensed", sans-serif;font-weight: 400;font-style: normal;
}
body.alt,.bg {background-image:url("../images/bg-xs.jpg");background-size:cover;background-repeat: no-repeat;background-position: fixed}
img {max-width:100%}

#logo {font-family: "brown-pro", sans-serif;font-weight: 600;font-style: normal;color:#EE7623;font-size:36px;line-height:1.0;letter-spacing: 3px;}
#logo img {display: block;margin:0 auto;margin-bottom:15px;}

.darkrust {color:var(--darkrust)}

.arpona {font-family: "arpona", serif;font-weight: 700;font-style: normal;}
.brownpro {font-family: "brown-pro", serif;font-weight: 600;font-style: normal;}
.nimbus {font-family: "nimbus-sans-condensed", sans-serif;font-weight: 400;font-style: normal;}
.nimbus-black {font-family: "nimbus-sans-condensed", sans-serif;font-weight: 900;font-style: normal;}

.disclaimer,.disclaimer a {color:#FAE89F;font-size:14px;text-decoration: none;}

.btn {font-family: "arpona", serif;font-weight: 700;font-style: normal;font-size:24px;color:#FEEEA4;background-color:#0086CE;padding:7px 30px;border:none;border-radius:250px;text-decoration: none;}
.btn:hover {color:#FEEEA4;background-color:#0086CE;}

.text-right {text-align: right !important}
.text-left {text-align: left !important}

.scratch-cards {text-align: center;}
.scratch-cards span {display: block;font-family: "arpona", serif;font-weight: 700;font-style: normal;color:#FEEEA4;font-size:60px;line-height:60px;padding:20px;height:100px;width:100px;background-color:#773617;border-radius:50px;margin:0 auto 5px auto}
.scratch-cards p {font-family: "arpona", serif;font-weight: 700;font-style: normal;font-size:32px;color:#FFFFFF;-webkit-text-stroke-width: 1px;  -webkit-text-stroke-color: black;margin-bottom:15px;}
.scratch-cards a {font-family: "arpona", serif;font-weight: 700;font-style: normal;font-size:22px;color:#FEEEA4;background-color:#0086CE;padding:10px 30px;border:none;border-radius:250px;text-decoration: none;}


header {margin-bottom:30px;text-align: center;}
header .container {position: relative}
header .heading {font-family: "arpona", serif;font-weight: 700;font-style: normal;color:#FFFFFF;-webkit-text-stroke-width: 2px;  -webkit-text-stroke-color: black;font-size:50px;line-height:0.9;padding-top:70px;}
header .heading img{max-width:490px;display:block;margin:15px auto 0 auto}
header .link-home {position: absolute;left:15px;top:15px;font-family: "arpona", serif;font-weight: 700;font-style: normal;color:#FEEEA4;font-size:25px;text-decoration: none}
header .scratch-cards {display:none}
	
header .btn-back {position: absolute;top:15px;right:15px;}
header .btn-back a {display:inline-block;font-family: "arpona", serif;font-weight: 700;font-style: normal;font-size:24px;color:#FEEEA4;background-color:#0086CE;padding:3px 20px;border:none;border-radius:10px;text-decoration: none;}

footer {position:relative;z-index:9999;background-color:#E57730;padding:100px 15px;color:#FEEEA4;font-size:18px;font-family: "nimbus-sans-condensed", sans-serif;font-weight: 400;font-style: normal;text-align: center;line-height:1.2}
footer img {max-width:280px;display:block;margin:0 auto;}
footer a {text-decoration: none;color:#FEEEA4;}
footer a.faq {font-size:24px;display: block;margin:40px 0 30px 0;text-decoration: underline}
footer p {margin-bottom:15px}
footer p span {font-size:24px;ont-family: "nimbus-sans-condensed", sans-serif;font-weight: 900;font-style: normal;}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	body.alt,.bg {background-image:url("../images/welcome-content3-bg.jpg");}
	#logo {margin-bottom:25px;font-size:42px;}
	header {margin-bottom:50px}
	header .heading {font-size:40px;}
	header .btn-back {right:auto;left:120px}
	header .scratch-cards {display:block;position: absolute;top:15px;right:15px;}
	header .scratch-cards span {font-size:36px;line-height:36px;padding:10px;height:56px;width:56px;border-radius:28px;}
	header .scratch-cards p {font-size:22px;margin-bottom:5px;}
	header .scratch-cards a {font-size:18px;padding:5px 18px;}

	footer {padding:140px 15px}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	header .heading {font-size:50px;}
	header .scratch-cards span {font-size:50px;line-height:50px;padding:15px 5px;height:80px;width:80px;border-radius:40px;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}

/* Extra wxtra large devices (xlarge desktops, 1400px and up)*/
@media (min-width: 1400px) {
	
}