/* YOUR CUSTOM STYLES */
html,
body,
.view {
    height: 100%;
}

.cashier {
    background: url('../img/cashier.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.viewbg {
    background: url('../img/bg.png');
	background-color: #E53935;
	opacity: 0.95;
	text-shadow: 0px 1px 3px #550808;
}
.contenta > p {
	margin: 12px 0 20px 0 !important;
}
.contenta > img {
	margin: 12px 0 20px 0 !important;
}
.flex-center {
    color: #fff;
}
.textred {
	color: red;
}
.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

main {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.view {
    height: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.scrolling-navbar {
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1C2331;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}
.smltxt {
	font-size: small;
}
.pricing-card .price h1 {
	font-size: 2rem;
}
.pricing-card .price h1:before {
	content: "" !important;
}
.pricing-card .price h1:after {
	content: "" !important;
}
.primary {
	color: #c60e0e !important;
}

.listCityChange li {
	display: inline-block;
	width: 11rem;
	line-height: 2rem;
}
