/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}
/*----------------- global ------------------------*/
body {
margin: auto;
vertical-align: middle;
font-family: arial;
cursor: default;
}
.bg-header {
width: 100%;
background: #ffe3e4;
}
.header {
width: 80%;
display: block;
text-align: center;
margin: auto;
}
.logo {
display: inline-block;
width: 30%;
padding-top: 10px;
padding-bottom: 10px;
margin: auto;
}
.logo img {
width: 100%;
}
.menu {
display:inline-block;
width: 68%;
padding-top: 10px;
padding-bottom: 10px;
margin: auto;
vertical-align: bottom;
}
.menu p {
text-align: right;
margin-bottom: 50px;
font-size: 18px;
}
.menu a {
display: inline-block;
width: 24%;
text-align: center;
font-size: 24px;
color: black;
text-decoration: none;
font-weight: normal;
}
.menu a:hover {
color: red;
}
.bg-body {
width: 100%;
background-image: url("../image/kansas-lottery-background-top.jpg");
background-size: 100% 100%;
background-repeat: no repeat;
}
.body {
width: 80%;
display: block;
margin: auto;
text-align: center;
color:black;
padding-top: 10px;
padding-bottom: 10px;
}
.body h2 {
font-size: 28px;
margin-top: 15px;
margin-bottom: 15px;
}
.body p {
font-size: 18px;
padding: 10px;
}
.result {
width: 70%;
margin: auto;
text-align: center;
font-weight: bold;
}
.result td {
color: white;
height:97px;
line-height:97px;
vertical-align:middle;
font-size: 36px;
background-image: url("../image/kansas-lottery-result-background.png");
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
}
#no-bg {
background-image: none;
color: black;
text-align: justify;
width: 45%;
}
.bg-footer {
width: 100%;
background-image: url("../image/kansas-lottery-background-bottom.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
}
.footer {
width: 80%;
text-align: center;
margin: auto;
color: white;
}
.footer img {
width: 70%;
padding-top: 20px;
padding-bottom: 20px;
}
.easy {
padding-top: 20px;
padding-bottom: 20px;
background: #BB860B;
font-size: 28px;
border-radius: 0px 0px 7px 7px;
}
.banner {
width: 100%;
margin: auto;
text-align: center;
padding-bottom: 15px;
}
.banner img {
display: inline-block;
width: 20%;
margin: auto;
}
.prize {
width: 50%;
text-align:center;
margin: auto;
}
.prize th {
font-size: 36px;
background: -webkit-linear-gradient(#dc442d 40%, #a5110c 60%, #dc442d 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.prize td {
font-size: 48px;
padding-bottom: 20px;
font-weight: bold;
}
.history {
width: 100%;
text-align: center;
margin: auto;
}
.history th {
font-size: 28px;
padding-top: 8px;
padding-bottom: 8px;
background: rgba(178,60,60,0.4);
}
.history td {
font-size: 22px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #c85b5a;
}
.copy {
font-size: 18px;
}
/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {
.header {
width: 100%;
}
.logo {
width: 100%;
}
.logo img {
width: 70%;
}
.menu {
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
margin: auto;
vertical-align: bottom;
}
.menu p {
margin-right: 50px;
font-size: 32px;
margin-bottom: 20px;
}
.menu a {
font-size: 42px;
}
.body {
width: 100%;
}
.body h2 {
font-size: 36px;
margin-top: 30px;
margin-bottom: 50px;
}
.body p {
font-size: 18px;
padding: 10px;
}
.result {
width: 95%;
}
.result td {
font-size: 42px;
}
.prize th {
font-size: 48px;
}
.prize td {
font-size: 56px;
}
.footer {
width: 100%;
}
.footer img {
width: 100%;
}
.easy {
font-size: 36px;
border-radius: 0px 0px 0px 0px;
}
.banner {
display:block;
}
.banner img {
width: 24%;
}
.history th {
padding-top: 12px;
padding-bottom: 12px;
font-size: 32px;
}
.history td {
padding-top: 8px;
padding-bottom: 8px;
font-size: 28px;
}
}
/*----------------- COUNTDOWN ------------------------*/
.title-countdown {
font-size: 16px;
font-weight: bold;
/* color: #083f8b; */
background: -webkit-linear-gradient(#eee, #000000);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 10px;
position: relative;
top: 20px;
}
span#countdown {
font-size: 26px;
font-weight: bold;
color: #f28947;
margin: 10px;
position: relative;
top: 15px;
}
span.digits {
color: #fff;
background: #F3B521;
padding: 5px;
border-radius: 50%;
}
.hero {
display: flex;
justify-content: center;
object-fit: cover;
}


#highlight {
    color: #000;
    animation: blur .9s ease-out infinite;
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff;
}

#highlight {
    text-decoration: blink;
    font-arial: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
  }

  @-webkit-keyframes blinker {
    from {
      opacity: 1.0;
    }

    to {
      opacity: 0.0;
    }
  }