/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-brand, .navbar-brand img {
        margin: auto;
        width: 100%;
    }

    .ftco-navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 1) !important;    
        padding: 10px!important;
        background: #004899;
        border-radius: 5px;
        margin: auto;
        margin-top: 15px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      .bg-black { display: none; }

      .masthead { background: transparent!important; }

      .stores-item {
        min-height: auto;
    }

    .masthead-heading {
        font-size: 1.2rem;
        line-height: 1.5rem;
        max-width: 100%;
        font-family: 'Gotham-Bold';
    }

    #stores .stores-item h2 {
        font-size: 0.8rem;
    }
    #stores img {
        max-width: 50px;
    }

    .stores-item {
        min-height: 15vh;
        max-width: 50%;
        border: 5px solid rgba(255,255,255,0);
    }

    #wrapper-footer {
        font-size: 9px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    #promotions h3 {
        text-align: center;
        margin-bottom: 10px !important;
    }

    #promotions .btn-primary {
        margin: 10px 18%;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #282828;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #282828;
    }

    .masthead-subheading {
        font-size: 0.9rem;
        max-width: 100%;
    }

    h3, .h3 {
        font-size: 1rem;
    }

    .store-logo {
        min-height: 100px;
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    
    .masthead-heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .masthead-subheading {
        font-size: 1.1rem;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    

}