﻿body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

p {
    font-size: 14px;
    line-height: 125%;
}

footer p {
    color: #9a9a9a;
    font-size: 12px;
    text-align: right;
}

.action-footer {
    text-align: center;
}

.feature-wrapper {
    display: block;
    height: 260px;
    margin: 0 auto 30px;
    width: 100%;
}

.qs-wifi .feature-wrapper {
    background: url(/images/module-connect.png) no-repeat 50% 0;
    background-size: 250px;
}

.qs-home .feature-wrapper {
    background: url(/images/home-connect.png) no-repeat 50% 0;
    background-size: 250px;
}

.qs-connection .feature-wrapper {
    background: url(/images/iOS-240px.png) no-repeat 50% 0;
    background-size: 120px;
    height: 150px;
}

.data-graphic {
    background: url(/images/data-graphic-animated.gif) no-repeat;
    background-size: 80px;
    background-position: 42% 0;
    display: block;
    height: 80px;
    margin: 26px 0 44px;
    width: 100%;
}

p.hidden-text {
    display: none;
    height: 0;
    left: -99999px;
}

.step-text p span {
    font-size: 60%;
    line-height: 80%;
    vertical-align: super;
}

.step-img {
    display: block;
    width: 30%;
    margin-right: 10px;
    height: 60px;
    float: left;
}

.step-setup {
    background: url(/images/controller.png) no-repeat;
    background-image: url(/images/controller.svg);
    background-size: 80px;
    background-position: 50% 0;
}

.step-wifi {
    background: url(/images/wifi-icon.png) no-repeat;
    background-image: url(/images/wifi-icon.svg);
    background-size: 60px;
    background-position: 50% 0;
}

.step-reconnect {
    background: url(/images/device-showcase-graphic.png) no-repeat;
    background-image: url(/images/device-showcase-graphic.svg);
    background-size: 80px;
    background-position: 50% 0;
}

.step-text {
    float: left;
    width: 65%;
}

.step-wrapper {
    clear: both;
    display: inline-block;
    margin: 10px 0 18px;
    position: relative;
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    padding: 140px 10px 40px;
    width: 100%;
    max-width: 300px;
}

    .wrapper.qs-connecting {
        padding-top: 2px;
    }

.qs-connecting {
    background: url(/images/data-graphic.png) no-repeat;
    background-image: url(/images/data-graphic.svg);
    background-size: 280px 70px;
    background-position: 50% 7%;
}

.qs-connection {
    background: url(/images/generator-connect-success.png) no-repeat;
    background-image: url(/images/generator-connect-success.svg);
    background-size: 178px 120px;
    background-position: 50% 0;
}

.qs-home,
.qs-wifi {
    background: url(/images/wifi-icon.png) no-repeat;
    background-image: url(/images/wifi-icon.svg);
    background-size: 190px 120px;
    background-position: 50% 0;
}

.qs-no-connection {
    background: url(/images/generator-connect-fail.png) no-repeat;
    background-image: url(/images/generator-connect-fail.svg);
    background-size: 178px 120px;
    background-position: 50% 0;
}

.qs-setup {
    background: url(/images/controller-color.png) no-repeat;
    background-image: url(/images/controller-color.svg);
    background-size: 173px 120px;
    background-position: 50% 0;
}

.qs-start {
    background: url(/images/generator-connect-logo.png) no-repeat;
    background-image: url(/images/generator-connect-logo.svg);
    background-size: 178px 120px;
    background-position: 50% 0;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


/* Bellow this point are the classes that are actually being used */
/* TODO: Will need to review the classes above to see if we can remove any un-used classes */
.mainContent {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bodyContent {
    flex: 1;
    max-width: 500px;
    margin: auto;
}

.image-top {
    max-width: 70%;
    margin: auto;
    display: block;
    padding: 10px;
    object-fit: contain;
}

.image-overlay {
    margin-top: 3%;
    margin-left: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
}

.image {
    max-width: 100%;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    object-fit: contain;
}

.image-footer {
    width: 100%;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    object-fit: contain;
    max-width: 500px;
}

.footer {
    background-color: #242729;
    width: 100%;
}

.footer-with-image {
    flex: 0;
    margin: auto;
}

.footer-text {
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin: 0px
}

.store-wrapper {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    margin: auto
}

.store-icon-wrapper {
    width: 40%;
    display: inline-block
}

.store-buttons-wrapper {
    width: 60%;
    display: inline-block
}

.play-store-button {
    max-width: 100%;
    height: auto;
}

.app-store-button {
    max-width: 100%;
    height: auto;
    margin: 6%;
    width: 88%
}

.main-header {
    text-align: center;
    font-size: 22px;
    color: #242729
}

.p-hidden-url {
    font-size: 12px;
    text-align: center;
    margin: 20px 0px 20px 0px
}

.hidden-url {
    text-decoration: underline;
    color: #CCCCCC
}

a {
    color: #0A81C4;
    text-decoration: none;
}

    a:hover {
        color: #8CC8F5;
        text-decoration: underline;
    }

h1 {
    color: #168560;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.btn {
    display: inline-block;
    margin: 10px auto;
}

.btn-primary {
    background: #68AAAF;
    border-color: #68AAAF;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}

    .btn-primary:hover {
        background: #ffffff;
        border-color: #68AAAF;
        color: #68AAAF;
        text-decoration: none;
    }

.p-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
