body {
    font-family: "Muli", sans-serif;
}

h1 {
    font-size: 53px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 0;
    color: #58595b;
}

h2 {
    color: #3ba9db;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: 55px;
    font-weight: 600;
}

p {
    letter-spacing: 0.07em;
}

button, a.button {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    /* background: #39A5D6; */
    background: #3ba9db;
    padding: 20px 63px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    outline: none;
}

button:hover, a.button:hover {
    background-color:#238fc0;
    border-color:#1e78a2;
    text-decoration: none;
}

button:active, a.button:active {
    box-shadow:inset 0 3px 3px rgba(0,0,0,.2);
}

.header.section {
    background: #f5f6f7;
    padding: 0 45px 0 30px;
}
.navbar-header {
    width: 100%;
}
.navbar-brand {
    width: 100px;
    height: auto;
    padding: 20px 0;
}
.navbar-brand > img {
    width: 100%;
    height: auto;
}

ul.navbar-right li.mkt-signup {
    padding: 25px 0 20px;
    font-size: 18px;
    float: left;
}

ul.navbar-right li.mkt-signup a {
    display: inline-block;
    color: #444;
}
.splash.section, .instruction.section {
    text-align: center;
}

a.help {
    display: inline-block;
    cursor: pointer;
    color: #8f8f8f;
    font-size: 17px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    position: relative;
    z-index: 300;
}

.splash-images {
    position: relative;
}

img.splash-image {
    width: 100%;
    margin-top: -15px;
}

.splash-image-1 {
    margin: 0 -50%;
    z-index: 20;
}

.splash-image-2 {
    position:absolute;
    left: 0;
    animation: fader 15s ease infinite alternate;
}

@keyframes fader {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 0;
    }
    
    60% {
        opacity: 1;
    }
    
    100% {
        opacity: 1;
    }
}

.instruction.section {
    background: #F5F6F7;
}

p.steps {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.75em;
    letter-spacing: 0;
}

p.steps .step {
    display: block;
}

img.app-store {
    display: inline-block;
    width: 170px;
    margin-top: 60px;
    margin-bottom: 75px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer h3 {
    margin-top: 0;
    color: #58595b;
}

.footer ul {
    list-style: none inside none;
    margin: 0;
    padding: 0;
}

.footer ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75em;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #808285;
}

.footer .quote {
    display: block;
    background: #f5f6f7;
    color: #58595b;
    font-size: 23px;
    padding: 30px;
    letter-spacing: 0;
    
}

.footer .quote:before {
    content: "\201C";
    position: absolute;
    left: 1.5em;
}

.footer .quote .quotee {
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-top: 15px;
    font-weight: 600;
}

.footer .support {
    font-size: 15px;
    font-weight: 600;
}

.footer .support a {
    text-decoration: none;
}

.footer .support a:hover {
    color: #808285;
}

.mobile.footer.section {
    display:none;
}

.social.section {
    background: #000;
    text-align: center;
    padding: 30px 0 20px;
    color: #fff;
}

.social a.icon {
    display: inline-block;
    margin: 0 5px 15px;
    background: #3ba9db;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    padding: 17.5px 0;
    text-align: center;
}

.social .icon i {
    color: #fff;
    font-size: 25px;
}

.social .footnote {
    line-height: 2em;
}

.social a.twitter, .social a.google, .social a.linkedin {
    padding-left: 3px;
}

.social a.youtube {
    padding-left: 2px;
}

#SnapABug_Button {
    display: none !important;
}

@media (min-width: 990px) {
    .footer .testimonial {
        width: 30%;
    }
    .footer .support {
        width: 20%;
    }
}

@media (max-width: 990px) {
    p.steps {
        font-size: 22px;
    }
    .footer .links, .footer .support {
        padding-top: 45px;
        padding-left: 45px;
    }
    .splash.section button {
        position: relative;
        z-index: 400;
    }
    .splash-images {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    button {
        padding: 15px 40px;
    }
    img.app-store {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .social a.icon {
        height: 50px;
        width: 50px;
        padding: 15px;
    }
    .social .icon i {
        font-size: 20px;
    }
    .social a.twitter {
        padding-left: 16px;
    }
    .social a.google{
        padding-left: 14px;
    }
    .social a.linkedin {
        padding-left: 15px;
    }
    .social a.youtube {
        padding-left: 16px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 13px;
    }
    button {
        font-size: 14px;
    }
    
    .header.section {
        background: #fff;
        padding-top: 15px;
    }
    .navbar-brand {
        width: 100%;
        text-align: center;
        padding-bottom: 0px;
    }
    .navbar-brand img {
        width: 100px;
        display: inline-block;
    }
    .splash.section h1 {
        margin-top: 15px;
    }
    
    .splash.section h2 {
        margin-top: 0;
    }
    
    .splash-images {
        margin-top: 40px;
        margin-left: -5%;
        width: 110%;
    }
    
    .instruction.section h2 {
        margin-top: 45px;
    }
    
    .instruction.section h1 {
        margin-top: 15px;
    }
    
    p.steps {
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .step {
        display:inline-block;
        font-size: 15px;
        margin-top: 1em;
        line-height: 1.5em;
    }
    .instruction.section button {
        margin-top: 15px;
        padding: 15px 25px 15px 30px;
    }
    
    img.app-store {
        width: 150px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .social a.icon {
        height: 40px;
        width: 40px;
        padding: 10px;
    }
    .social .icon i {
        font-size: 15px;
    }
    .social a.twitter, .social a.google{
        padding-left: 13px;
    }
    .social a.linkedin {
        padding-left: 11px;
    }
    .social a.youtube {
        padding-left: 12px;
    }
    .footer .links, .footer .support {
        text-align: center;
    }
    
    .social .footnote {
        line-height: 1.5em;
    }
    
    .mobile.footer.section {
        display:block;
        background: #000;
        text-align: center;
        color: #8f8f8f;
        padding: 1.1em 0 1.5em;
    }
    
    .mobile.footer.section a {
        color: #8f8f8f;
    }
}

@media (max-width: 320px) {
    p.steps {
        padding-right: 15px;
        padding-left: 15px;
    }
}
