
.navbar-brand {
    margin-top: -10px !important;
}

.navbar-brand img {
    max-height: none !important;
    padding-top: 5px;
    width: 135px;
    height: 45px;
}

.hero-subscription-input {
    width: 225px;
    height: 36px;
    color: black !important;
}

.hero-subscription-btn {
    padding: 6px;
    min-width: 100px;
}

.footer-logo {
    width: 100%;
}

.navbar-logo-mobile {
    display: none;
}

#product {
    display: none;
}

.product-mobile-img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.product-services {
    padding-top: 0 !important;
}

#subscriber-email {
    text-align: center;
}

.download-buttons {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 1025px) {
    .navbar-navbar-header {
        width: 200px !important;
    }

    .navbar-right {
        text-align: center;
        width: 45% !important;
        display: inline-block;
    }
}


@media (max-width: 760px) {
    #product {
        display: block;
    }

    .navbar-navbar-header {
        width: 100% !important;
    }

    .navbar-logo-mobile {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro {
        margin-top: -110px !important;
    }

    .hero-subscription-input {
        display: block;
        margin-top: 15px;
        height: 40px;
        width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subscription-btn {
        width: 300px;
        margin-top: 10px !important;
    }

    #subscribe-button {
        width: 50% ;
    }

    #subscriber-email {
        width: 50%;
        text-align: center;
    }

    .standard-button2 {
        width: 50%;
    }


}

@media (max-width: 500px) {
    .navbar-logo-mobile {
        display: block;
        width: 100%;
    }

    .intro {
        margin-top: 0 !important;
    }

    #subscribe-button {
        width: 90% ;
    }

    #subscriber-email {
        width: 90%;
        text-align: center;
    }

    .standard-button2 {
        width: 90%;
    }
}
