﻿/****HomePage-NEW***/



/* Homepage */


/*Header */


@media(max-width: 767px) {
    /*update*/
    #buttons-container a.generalBtn { width: 100px; min-width: 0; vertical-align: middle; height: 30px; line-height: 30px; font-size: 79%; border-radius: 10px; }
}


/*Desktop*/
/* ! Only Update */
@media(min-width: 768px) {
    .section-0 .section-stores .social-link { pointer-events: none; }
    .section-content-wrapper-bottom { bottom: 80px; }


    #navbar-collapse-main:before { /*position: absolute; right: 0; left: 0; top: 0; bottom: 0; background-image: linear-gradient(to top, #000204, #000204); display: block; opacity: 1; background: #000000; background-image: url(../Content/images/mobile-menu.png); background-size: contain;*/ }

    /*should update*/
    .manager.desc { flex-grow: 1 !important; font-family: 'Inter', sans-serif; color: inherit; font-size: 100%; }

    /*ADD NEW!*/
    .manager-name { font-size: 85%; }
    .manager-title { font-size: 70%; }
}

/*Mobile*/
@media(max-width: 767px) {
    /*should update*/
    .section-0 .section-stores .section-stores-title { margin-bottom: 10px; text-align: center; }
    .scroll-down { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1; }

    /* Add New */
    .BlogSection { padding-bottom: 58px; }
    .pagesSection.section-0 .section-content p:not(:first-child) { margin-top: 5px; }


    .manager-info { bottom: 10px; padding-right: 10px; }
}
