html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

a {
    color: #3e3e3e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 16px;
}

a:hover,
a:focus {
    color: #73d756;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #343434;
    letter-spacing: 1px;
}

h5 {margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 1.43;
    margin-bottom: 20px;
    color: #343434;
}

section {
    padding: 100px 0;
    overflow: hidden;

}

.alt {
    padding: 80px;
    overflow: hidden;

}

.spec {
    background-color: #f1f1f1;
    border-radius: 3px;
    }

.pad-left {
    padding-left: 60px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.container {
    max-width: 100% !important;
}

section h2 {
    font-size: 50px;
}

#mainNav {
    border-color: none;
    background-color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 24px;
    padding: 4px 20px;
    color: #3e3e3e;
    border-color: rgba(0, 0, 0, 0);
}



#mainNav .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 6px;
    text-transform: uppercase;
    color: #343434;
}

#mainNav .navbar-nav > li > a.active {
color: #343434 !important;
    font-weight: 600;
    height: 10px;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    border-bottom: 3px solid #7ED321;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: white;
    text-align: center;
    margin: 10px 0px;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #eeeeee;
}


@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        /*        background-color: transparent;*/

    }

    #mainNav .navbar-brand {
        color: white;
    }

    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 1);
    }

    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: #343434;
    }

    #mainNav.navbar-shrink {
        background-color: #ffffff;
        box-shadow: 0px 1px 11px 1px rgba(62,62,62,0.6);
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #3e3e3e;
    }

    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: #95E17F;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #3e3e3e;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #3e3e3e;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }




}

#mainNav {
    border-color: none;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 24px;
    padding: 4px 20px;
    color: #3e3e3e;
    border-color: rgba(0, 0, 0, 0);
}

#mainNav .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: fff;
}

#mainNav .navbar-nav > li > a.active {
    color: #343434 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: white;
    text-align: center;
    margin: 10px 0px;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #343434;
    text-align: center;
    margin: 10px 0px;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #3e3e3e;
}

section#contact {
    background-color: #ffffff;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, .25);
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 225px;
}

section#contact .form-control:focus {
    border-color: #7ED321;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 300;
    color: #ced4da;
    font-family: inherit;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: inherit;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: inherit;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: inherit;
}






header.masthead {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    background: url("../img/mass-header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

header.masthead .header-content {
    max-width: 500px;
    text-align: left;
}

header.masthead .header-content h1 {
    font-size: 3rem;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}



.navbar-light .navbar-toggler {
    color: #343434;
    border-color: rgba(0, 0, 0, 0);
}

.whiteGlass {
    background-color: rgba(255, 255, 255, .7);
    padding: 90px 40px;
    margin-top: 3 vh;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
    -moz-box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
    box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
}

@media (min-width:1499px) {
    .whiteGlass {
        background-color: rgba(255, 255, 255, .4);
        padding: 90px 40px;
        margin-top: -100px;
        height: 100vh;
        -webkit-box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
        -moz-box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
        box-shadow: 0px 0px 19px 3px rgba(94, 94, 94, 1);
    }

    header.masthead .header-content {
        max-width: 530px;
        text-align: left;
    }

    header.masthead .header-content h1 {
        font-size: 4rem;
    }

    .h5,
    h5 {
        font-size: 1.4rem !important;
        line-height: 1.8rem;
    }
}

@media (max-width: 1200px) {

    header.masthead .header-content h1 {
        font-size: 4rem;
    }


}

@media (min-width: 1024px) {
    header.masthead {
        height: 100vh;
        max-height: 775px;
        width: 100%;
        margin: 4.5% auto 0px;
    }


}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        width: 100%;
        margin: 4.5% auto 0px;
    }

    header.masthead .header-content {
        margin: 0px;
        text-align: left;
    }

    header.masthead .header-content h1 {
        font-size: 3rem;
    }




}

section.download {
    position: relative;
    padding: 150px 0;
}

section.download h2 {
    font-size: 50px;
    margin-top: 0;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }


}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px;
    }

    header.masthead {
        position: relative;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        color: white;
        background: url(../img/mass-header-bg.jpg);
        background-repeat: repeat;
        background-size: 100%;
        overflow: hidden;
    }




}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }

    header.masthead {
        position: relative;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        color: white;
        background: url(../img/mass-header-bg.jpg);
        background-repeat: repeat;
        background-size: cover;
        overflow: hidden;
    }
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #ECF8DE, #343434);
    background: linear-gradient(to left, #ECF8DE, #343434);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url("../img/bg-cta.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }


}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact h2 i {
    color: #dd4b39;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 30px;
    line-height: 80px;
    display: block;
    width: 40px;
    height: 40px;
    color: #343434;
    border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

.util {
    text-transform: uppercase;
    margin: 0px 20px 10px 0px;
    font-size: 9px !important;
}

.list-inline-item {
    padding: 0px 10px;
    font-size: 11px !important;
}

.list-inline-item a:hover {
    text-decoration: none;
}


.sticky-footer {
    padding-top: 60px;
}



footer {
    width: 100%;
    bottom: 0;
    padding: 65px 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(216, 216, 216, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(216, 216, 216, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(216, 216, 216, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6d8d8d8', GradientType=0);
    /* IE6-9 */
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #ECF8DE;
    background: -webkit-linear-gradient(#ECF8DE, #e0f4c9);
    background: linear-gradient(#ECF8DE, #e0f4c9);
}

.text-primary {
    color: #95E17F;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.56);


}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #95E17F;
    background-color: #95E17F;
}

.btn {
    border-radius: 300px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(126, 211, 33, 1);
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}
