
#homeExchangeCardsContainer {
    width: 290px !important;
    left: 19% !important;
    top: -30px !important;
}

#homeBlackSectionTitle, .homeBlackSectionDesc, .homeGreySectionTitle, .homeGreySectionDesc {
    text-align: center !important;
}

.homeGreySectionTitle h1 {
    font-size: 3rem !important;
}

#homeCardOnPhone {
    position: relative !important;
    left: 0;
    width: 100%;
    z-index: 1;
}

#headerSearchAndAuth > .row {
    padding: 0 !important;
}

#headerSearchAndAuth {
    height: auto;
}

.change-action-div {
    margin: auto;
    text-align: center;
}

#logo {
    height: 65px !important;
    /*margin-top: 10px;*/
}

#headerContainer {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

#headerInnerContainer {
    height: 95px !important;
    top: 20px;
    position: relative;
}

#headerSearchAndAuth {
    margin-top: 0px !important;
}

.cardView-navbar {
    position: fixed;
    left: 0;
    width: 100%;
    height: 35px;
    background: #129800;
    top: 0;
    color: #FFF;
}

.view-card-login-text, #login-header-a {
    color: #FFF !important;
}

.mobileDownload {
    display: block;
}

.desktopDownload {
    display: none;
}

.homePage #headerInnerContainer {
    top: 5px !important
}

#hygStoreButtons {
    text-align: center !important;
    margin-top: 5px;
    margin-bottom: 0px !important;
}

@media (max-width: 576px) {
    #homeExchangeCardsContainer {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0;
    }

    #headerInnerContainer {
        /*height: 75px !important;*/
        top: 20px;
        position: relative;
    }

    .homePage #headerContainer {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .homePage #headerInnerContainer {
        height: 95px !important;
    }

    .cardViewContainer {
        margin-top: 10px;
    }


}


@media (max-width: 576px) {
    #homeCardOnPhone {
        margin-top: -150px !important;
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    #headerContainer {
        padding-bottom: 0px !important;
    }

    .logo_img {
        max-width: 50px
    }

    .dcp_img {
        max-width: 80px
    }

    .dcp_text {
        max-width: 80px;
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    #homeCardOnPhone {
        margin-top: -75px !important;
        width: 100% !important;
        left: 0 !important;
    }
}
