﻿/* Space out content a bit */
body {
padding-top: 10px;
padding-bottom: 10px;
font-family: Consolas, DroidSansRegular, STheiti, SimHei, STXihei;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.footer {
padding-right: 15px;
padding-left: 15px;
}

.stat{
    display:none;
}

/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
height: 80px;
margin-bottom: 20px;
}
.header .logo img{
    width:64px;
    height:64px;
}
.header .logo span{
    font-size:24px;
    display:none;
}

.nav {
position:relative;
top:-50px;
}

/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
text-align: center;
font-size: 12px;
}

/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
padding-top: 20px;
padding-bottom: 10px;
}

.jumbotron .btn {
padding: 10px 15px;
font-size: 14px;
width: 280px;
}

.contact img {
display:inline-block;
}

.paycard-no h3{
    color:red;
}

/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.header .logo span{
display:inline-block;
}
.paycard-no h3{
    color:red;
}
.jumbotron h4{
    font-size:24px;
}

.jumbotron .img0 {
background: url(../style/img0.jpg) center center no-repeat;
background-size: 600px 320px;
height: 320px;
}


.jumbotron .img1 {
background: url(../style/img1.jpg) center center no-repeat;
background-size: 600px 320px;
height: 320px;
}

.jumbotron .img2 {
background: url(../style/img2.jpg) center center no-repeat;
background-size: 600px 320px;
height: 320px;
}

label.error{
    color:red;
}

.validation-summary-errors ul{
    list-style:none;
    margin:0 0;
    padding:0 0;
}
