@import url('https://fonts.googleapis.com/css?family=Blinker:400,700,800&display=swap');
html, body {
    font-family: 'Blinker', sans-serif;
}
header {
	background-image: url('../images/header-bg.jpg');
	min-height: 772px;
}
a.logo {
    margin: 10px 0;
    display: inline-block;
}
nav {
    float: right;
}
nav ul {
    padding: 0;
    list-style-type: none;
    margin-top: 30px;
}
nav ul li {
    float: left;
}
nav ul li a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}
nav ul li a:hover {
	text-decoration: none;
	color: #ffed25;
}
a.cta-yellow {
    background: #ffed25;
    background: -moz-linear-gradient(top, #ffed25 0%, #d78b00 100%);
    background: -webkit-linear-gradient(top, #ffed25 0%,#d78b00 100%);
    background: linear-gradient(to bottom, #ffed25 0%,#d78b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed25', endColorstr='#d78b00',GradientType=0 );
    padding: 0 50px;
    border-radius: 9px;
    border-bottom: solid 7px #b26e02;
    color: #292929;
    font-size: 21px;
    line-height: 60px;
    font-weight: bolder;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}
.banner-text {
    margin-top: 100px;
}
.banner-text h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 86px;
    font-family: Arial, sans-serif;
    color: #fff;
}
.banner-text h3 {
    color: #fff;
    font-size: 33px;
    line-height: 46px;
    margin-top: 35px;
}
.banner-text a.cta-yellow {
    margin-top: 35px;
}
.app-screen {
    margin-top: 50px;
}
.facts-wrap {
    width: 85%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.facts-wrap i {
    color: #e1090e;
    font-size: 45px;
}
.facts-wrap h3 {
    color: #2a3847;
    font-size: 22px;
    font-weight: bold;
}
.facts-wrap p {
    color: #656565;
    font-size: 17px;
    line-height: 27px;
    padding: 10px;
}
h2.heading {
    color: #e1090e;
    text-align: center;
    font-size: 50px;
}
span.heading-border {
    width: 110px;
    background-color: #ea9020;
    height: 5px;
    display: block;
    margin: 15px auto;
}
.video {
    background-image: url(../images/video-bg.png);
    min-height: 570px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 60px;
}
.installer-demo {
    background-image: url(../images/howto-bg.png);
    min-height: 570px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 60px;
    float: left;
    width: 281px;
}
ul.stepper {
    float: left;
    margin-top: 130px;
    list-style-type: none;
    padding: 0;
    margin-left: 60px;
}
ul.stepper li {
    line-height: 95px;
    font-size: 28px;
    color: #2a3847;
    cursor: pointer;
    transition: all ease 0.3s;
}
ul.stepper li span {
    width: 59px;
    height: 59px;
    background-color: #e1090e;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
    transition: all ease 0.3s;
}
ul.stepper li span i {
	line-height: 59px;
    color: #fff;
}
ul.stepper li:hover span {
	background-color: #da7910;
	transition: all ease 0.3s;
}
.rules {
    background-image: url(../images/rules-bg.jpg);
    min-height: 450px;
    margin-top: 80px;
    padding: 50px 0;
}
ul.rules-list {
    padding: 0;
    list-style-type: none;
    margin-top: 40px;
}
ul.rules-list li {
    list-style-position: inside;
    line-height: 70px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    padding-left: 43px;
    background-position: left 21px;
    font-size: 20px;
    color: #000;
}
.fun-facts {
    background-color: #ea9020;
    height: auto;
    padding: 40px 0;
}
.fun-facts ins {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 41px;
}
.fun-facts span {
    color: #fff;
    text-align: center;
    font-size: 27px;
    display: block;
}
.contactus {
    background-color: #f5f7fb;
    padding: 50px 0;
    margin-top: 80px;
}
.contactus table {
    margin: 20px auto 0;
}
.contactus input[type="text"],.contactus input[type="tel"],.contactus input[type="email"] {
    width: 90%;
    height: 45px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.contactus textarea {
    width: 95%;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-top: 15px;
}
.contactus input[type="submit"] {
    width: 90%;
    height: 45px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contactus input[type="submit"] {
    width: 170px;
    height: 45px;
    border: solid 2px #e21116;
    border-radius: 45px;
    margin: 0px auto;
    display: block;
    background-color: transparent;
    color: #e21116;
    transition: all ease 0.3s;
}
.contactus input[type="submit"]:hover {
	background-color: #e21116;
    color: #fff;
    transition: all ease 0.3s;
}
footer {
    background-color: #e1090e;
}
footer p {
    color: #fff;
    line-height: 70px;
    margin: 0;
    font-size: 16px;
}
button.nav-toggler {
    display: none;
}
.vid-wrap {
    width: 248px;
    height: 435px;
    float: right;
    margin-top: 71px;
    margin-right: 16px;
    background-color: #000;
}
.vid-wrap video {
    height: 435px;
    width: 100%;
}

@media screen and (max-width: 480px) {

header {
    height: auto;
}
a.logo {
    margin-left: 15px;
}
button.nav-toggler {
    background: transparent;
    border: 0;
    float: right;
    outline: 0;
    display: block;
}
button.nav-toggler i {
    color: #fff;
    font-size: 40px;
    line-height: 88px;
    margin-right: 15px;
}
nav {
    float: none;
    display: none;
    background-color: #f3d01a;
    height: auto;
    width: 180px;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 111;
}
nav ul {
    margin: 0;
}
nav ul li a {
    color: #000;
    line-height: 22px;
    font-weight: bold;
}
a.cta-yellow.pull-right {
    display: none;
}
.banner-text {
    margin-top: 50px;
}
.banner-text h1 {
    font-size: 65px;
    text-align: center;
}
.banner-text h3 {
    font-size: 25px;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
}
.banner-text a.cta-yellow {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100%;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    text-align: center;
    font-size: 29px;
    color: #000;
}
.pull-right.app-screen {
    float: none !important;
    margin: 40px auto;
}
.facts-wrap {
    width: 100%;
    margin-top: 50px;
}
.installer-demo {
    float: none;
    margin: 60px auto;
}
ul.stepper {
    float: none;
    margin: 0 auto;
    padding: 0 25px;
}
ul.stepper li {
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
}
.video {
    background-position: center;
    padding-top: 1px;
}
.vid-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.rules {
    background-repeat: repeat;
    height: auto;
    min-height: auto;
    padding: 30px 0;
}
ul.rules-list li {
    line-height: 27px;
    font-size: 18px;
    height: 65px;
    background-position: left 2px;
}
ul.rules-list {
    padding: 0 15px;
}
.fun-facts span {
    margin-bottom: 50px;
}
.fun-facts {
    padding-bottom: 0;
}
h2.heading {
    font-size: 35px;
}
.contactus table td {
    display: block;
}
.contactus input[type="text"], .contactus input[type="tel"], .contactus input[type="email"] {
    width: 100%;
}
.contactus textarea {
    width: 100%;
}
footer {
    margin-bottom: 67px;
    text-align: center;
}
button.nav-toggler {
    background: transparent;
    border: 0;
    float: right;
}
}