﻿@font-face {
    font-family: 'MontserratAlternates-Light';
    src: url('../Fonts/MontserratAlternates-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'MontserratAlternates-Regular';
    src: url('../Fonts/MontserratAlternates-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MontserratAlternates-SemiBold';
    src: url('../Fonts/MontserratAlternates-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MontserratAlternates-Bold';
    src: url('../Fonts/MontserratAlternates-Bold.ttf') format('truetype');
}


body {
    font-size: 1em;
}

:root {
    animate-duration: 800ms;
    animate-delay: 3.9s;
}

.modal {
    z-index: 9999999 !important;
}

.navbar {
    box-shadow: 1px 5px 10px rgba(0,0,0,0.3) !important;
    z-index: 888888;
}

.navbar-brand {
    font-family: 'MontserratAlternates-SemiBold', sans-serif;
    font-size: 2.0rem !important;
    line-height: 0.8em !important;
    font-weight: 700 !important;
}

.navbar-toggler {
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 0 !important;
}

.navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
    background-size: 95% 95%;
}

button.navbar-toggler:focus {
    outline: 1px dotted;
    outline: 1px auto silver;
}

.header {
    text-align: center;
    z-index: 999999 !important;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: red;
}

.sub-header {
    font-size: 0.6em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: mediumseagreen;
}

.header-logo img {
    width: 20vw;
}

.navbar-nav {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}

.container {
    margin-top: 100px !important;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.largeslider {
    position: relative;
    top: 120px !important;
    margin: auto;
    width: 55% !important;
}

.flexslider .slides img {
}

.home-middle-content {
    display: flex;
    flex-flow: row;
    width: 100%;
    margin: auto;
}

.home-bottom-sliders {
    display: flex!important;
    flex-direction: row;
    width: 100%;
    margin: auto!important;
    text-align: center;
    justify-content:center;
}

.hard-td {
    padding: 20px 0 40px 0px;
}

.text-easytouchpos {
    font-size: 1.2em;
    font-weight: 500;
    color: black;
}

.hardware-title {
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: 600;
}

.epos-sector-list {
    width: 45%;
    padding: 10px;
    font-size: 1.0em;
    margin: auto;
}

.bullet-points {
    width: 45%;
    font-size: 1.0em;
    text-align: left !important;
    padding: 10px;
    margin: auto;
}

.btn-link {
    text-align: left;
    color: black;
}

.collapsed-btn {
    text-align: left !important;
}

.epos-retail-mini-div {
    width: 30%;
    margin: auto;
    padding: 10px;
}

.hospitality-div {
    display: flex;
    flex-direction: row;
    font-size: 1.0em !important;
    align-items: flex-start;
    padding: 5px;
}

.hospitality-option-div {
    text-align: left;
}

.footer {
    display: flex;
    flex-direction: row;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    padding: 20px;
    background-color: black;
    color: white;
    height: auto;
}

.footer-content-left {
    display: inline-block;
    width: 45%;
    margin: auto;
}

.footer-content-right {
    display: inline-block;
    width: 45%;
    margin: auto;
    text-align: center;
    font-size: 0.9rem !important;
    color: silver;
}
    .retail-header-image {
    margin-right: 10px; margin-bottom:10px; width: 315px; height: 315px; float:none;
    }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .navbar {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px !important;
    }

    .navbar-toggler {
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .navbar-toggler-icon {
        width: 1.2em !important;
        height: 1.2em !important;
        background-size: 90% 90% !important;
    }

    .navbar-brand {
        font-family: 'MontserratAlternates-SemiBold', sans-serif;
        font-size: 1.6rem !important;
        font-weight: 700;
        line-height: 0.8em !important;
        margin-left: 20px;
    }

    .sub-header {
        font-size: 0.6em;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: mediumseagreen;
    }

    .header-logo img {
        width: 50vw;
    }

    .navbar-nav {
        font-size: 1.1rem;
    }

    .largeslider {
        position: relative;
        top: 80px !important;
        margin: auto;
        width: 100% !important;
    }

    .flexslider .slides img {
        height: 150px !important;
    }

    .container {
        margin-top: 70px !important;
        width: 100% !important;
    }

    .home-middle-content {
        flex-direction: column;
    }

    .home-bottom-sliders {
        flex-direction: column;
    }

    .epos-sector-list {
        width: 100%;
    }

    .bullet-points {
        width: 100%;
    }

    .epos-retail-mini-div {
        width: 95%;
    }

    .hospitality-div {
        align-items: center;
        flex-direction: column;
    }

    .hospitality-option-div {
        text-align: center;
    }

    .footer {
        flex-direction: column;
    }

    .footer-content-left {
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-content-right {
        width: 100%;
        font-size: 0.7rem !important;
    }
    .mobile-view {
    width:100%!important;
    display:block;
    }
    .retail-header-image {
    float:none;
    }
}

/* Extra small devices (phones, 378px and down) */
@media only screen and (max-width: 378px) {
    .navbar-text {
        text-align: center;
        width: 100%;
        padding: 0 !important;
    }
}
