@import "app.css";

nav {
    clear: both !important;
    z-index: 1000;
}

div#topNavContainer {
    max-height: 65px;
    z-index: 1000;
}

div#main-menu-small {
    position: fixed;
    top: 0;
    z-index: 1000;
}

div.title-bar {
    z-index: 950;
    background-color: #AAAAAA;
}

div.title-bar-left {
    z-index: 900;
}

div.top-bar-right {
    vertical-align: middle;
    height: inherit;
}
div.top-bar-right > .button {
    margin: .2rem 0 0 0;
}

.intro {
    padding: 2rem;
    position: relative;
    top: 45%;
    transform: translateY(-60%);
}

h1 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.7rem;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-align: left;
    padding: 2.5rem 0 1rem 0;
    margin: 0 0 0 0;
}

h3 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2rem;
}

.tagline, a.accordionItem {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem 0 1rem 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.accordionContent {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    padding:.5rem;
}

form label {
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4rem;
}
.row {
    clear: both !important;
}

.menu > li > a {
    padding: .7rem 1rem .7rem 2rem;
}

.matrix-retail-logo-img {
    background: url("../assets/img/matrix_retail_logo_large_white_text.png") no-repeat center center;
    background-size: contain;
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    top: -15%;
}

.instore-background {
    background: url("../assets/img/retail-store-crowded-xlarge-darker.jpg") no-repeat center center;
    background-size: cover;
    height: 160vh;
}

.conference-room-background {
    background: url("../assets/img/retail-meeting-room-xlarge-darker.jpg") no-repeat center center;
    background-size: cover;
    height: 110vh;
}

.retail-background {
    background: url("../assets/img/retail-pos-checkout-xlarge-darker.jpg") no-repeat center center;
    background-size: cover;
    height: 110vh;
}

.matrix-unique-capabilities-background {
    background: url("../assets/img/organized_store_shelves_xlarge-darker.jpg") no-repeat center center;
    background-size: cover;
    height: 170vh;
}

.matrix-labor-optimization-background {
    background: url("../assets/img/man-shopping-in-isle-Large-darker.jpg") no-repeat center center;
    background-size: cover;
    height: 120vh;
}

.matrix-contact-us-background {
    /* background: url("../assets/img/man-shopping-in-isle-Large-darker.jpg") no-repeat center center; */
    background-color: #14577b;
    background-size: cover;
    height: 110vh;
}

.matrix-blue-background {
    /* background: url("../assets/img/man-shopping-in-isle-Large-darker.jpg") no-repeat center center; */
    background-color: #14577b;
}

.matrix-retail-implementation-pyramid-img {
    background: url("../assets/img/matrix-app-implementation-pyramid.png") no-repeat center center;
    background-size: contain;
    height: 11rem;
    width: 11rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    top: -15%;
    margin: 1rem;
}



@media only screen and (max-width: 960px) {

    nav.top-bar > div > ul > li > a {
        font-size: 1rem;
        padding-left: 9px;
        padding-right: 9px;
    }

    .intro {
        padding: 1rem;
        position: relative;
        top: 42%;
        transform: translateY(-50%);
    }

    .matrix-retail-logo-img {
        height: 13rem;
        width: 13rem;
        top: -15%;
    }

    .meeting-img {
        height: 19rem;
        width: 19rem;
        top: -15%;
    }

    h1 {
        font-size: 3rem;
        line-height: 3.2rem;
        padding: 2.5rem 0 1rem 0;
        margin: 0 0 0 0;
        text-align: left;
    }

    h3 {
        font-size: 1.3rem;
        line-height: 1.5rem;
        padding: 1.5rem 0 1rem 0;
        margin: 0;
    }
    h4 {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    p {
        font-size: 1.3rem;
        line-height: 1.4rem;
        font-weight: 400;
        text-align: left;
        margin: .8rem 0 .7rem 0;
    }

    .tagline, a.accordionItem {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.4rem;
        font-weight: 500;
        text-align: left;
        margin: .75rem 0 .75rem 0;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .accordionContent {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    div.info p {
        font-size: .9rem;
        line-height: 1.35rem;
        margin: 6px;
        padding: 5px;
    }

    div.box {
        margin: 4rem .75rem .5rem .75rem;
    }

    .instore-background {
        height: 160vh;
    }
    .conference-room-background {
        height: 230vh;
    }
    .retail-background {
        height: 120vh;
    }
    .matrix-unique-capabilities-background {
        height: 240vh;
    }
    .matrix-labor-optimization-background {
        height: 250vh;
    }
    .matrix-contact-us-background {
        height: 390vh;
    }

}

@media only screen and (max-width: 710px) {

    nav.top-bar > div > ul > li > a {
        font-size: .9rem;
        padding-left: 7px;
        padding-right: 7px;
    }

    .intro {
        padding: 1rem;
        position: relative;
        top: 42%;
        transform: translateY(-40%);
    }
    h1 {
        font-size: 3rem;
        line-height: 3.2rem;
        padding: 1.5rem 0 1rem 0;
        margin: 0 0 0 0;
    }
    h3 {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 1rem 0 .75rem 0;
        margin: 0;
    }
    h4 {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.2rem;
        margin: .8rem 0 .7rem 0;
        padding: 4px;
    }

    .tagline, a.accordionItem {
        color: #fff;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 500;
        text-align: left;
        margin: .5rem 0 .5rem 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .accordionContent {
        font-size: 1rem;
        line-height: 1rem;
    }

    div.box {
        margin: 4rem .75rem .5rem .75rem;
    }

    form label {
        font-weight: 500;
        font-size: .9rem;
    }

    .button {
        padding: 10px;
    }
    .instore-background {
        height: 160vh;
    }
    .conference-room-background {
        height: 230vh;
    }
    .retail-background {
        height: 120vh;
    }
    .matrix-unique-capabilities-background {
        height: 240vh;
    }
    .matrix-labor-optimization-background {
        height: 250vh;
    }
    .matrix-contact-us-background {
        height: 390vh;
    }
}

@media only screen and (max-width: 450px) {

    nav.top-bar > div > ul > li > a {
        font-size: .9rem;
        padding-left: 8px;
        padding-right: 8px;
    }

    .intro {
        padding: .75rem;
        position: relative;
        top: 33%;
        transform: translateY(-40%);
    }

    h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
        padding: 1rem 0 .5rem 0;
        margin: 0 0 0 0;
    }
    h3 {
        font-size: .9rem;
        line-height: 1.1rem;
        padding: 1rem 0 .75rem 0;
        margin: 0;
    }
    h4 {
        font-size: .85rem;
        line-height: 1.5rem;
    }
    p {
        font-size: .9rem;
        line-height: 1.1rem;
        margin: .7rem 0 .7rem 0;
        padding: 4px;
    }

    .tagline, a.accordionItem {
        color: #fff;
        font-size: .9rem;
        line-height: 1.1rem;
        font-weight: 500;
        text-align: left;
        margin: .5rem 0 .5rem 0;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .accordionContent {
        font-size: .9rem;
        line-height: 1.1rem;
        padding: 0 0 0 8px;
    }

    div.box {
        margin: 4rem .75rem .5rem .75rem;
    }

    form label {
        font-weight: 500;
        font-size: .75rem;
        line-height: 1.1rem;
    }

    .button {
        padding: 8px;
    }

    .instore-background {
        height: 160vh;
    }
    .conference-room-background {
        height: 150vh;
    }
    .retail-background {
        height: 70vh;
    }
    .matrix-unique-capabilities-background {
        height: 120vh;
    }
    .matrix-labor-optimization-background {
        height: 180vh;
    }
    .matrix-contact-us-background {
        height: 250vh;
    }
}


.box {
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin: 70px 0px 15px 0px;
    background-color: #fff;
    opacity: 1;

}

.box-icon {
    background-color: #2199e8;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    height: 4.5rem;
    width: 4.5rem;
    margin-top: -45px;
    margin-bottom: 1rem;
    font-size: 3rem;
    opacity: 1 !important;

}

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.info h4 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;

}

.info .button-row-center {
    display: block;
    width: inherit;
    text-align: center;
}
.info .button-row-center a {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease 0s;
}

.info a:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease 0s;
}

.nowrap {
    white-space: nowrap;
}

#topLogoImage {
    min-width: 120px !important;
    min-height: 36px !important;
}

.matrix-services {
    min-height: 800px;

}

form legend {
    color: #ffffff;
    font-weight: 700;
}

select.contact-us-needs-select-list {
    width: 80px;
}
input[type='checkbox'] {
    transform:scale(1.6, 1.6);
    margin: 0.65rem 1rem 0.65rem .25rem;
}

section {
    clear: both;
}
section#loginSection {
    min-width: 250px;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 3.5rem 1rem 3.5rem;
}

.loginHeader {
    display: block;
    margin-bottom: .8rem;
    padding: 1rem;
    background-color: #2199e8;
    border-radius: 8px;
}

.matrix-blue {
    color: #2199e8;
}


