@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

.body {
// custom fonts, etcetera can go here 
}

.jumbotron-flat {
  background-color: solid #4DB8FFF;
  height: 100%;
  border: 1px solid #4DB8FF;
  background: white;
  width: 100%;
text-align: center;
overflow: auto;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
    color: #006;
    padding-bottom: 0px;
	font-size: 18px;
	margin-top: 10px;
}
h2.loading-msg{
    margin-top: 10px;
	margin-left: 10px;
    color: #006;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
h2.alerton {
    margin-bottom: 0px;
    color: #006;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h2.alertoff {
	display: none;
	visibility: none;
}
h3.alerton {
    margin-bottom: 0px;
    color: #006;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h3.alertoff {
	display: none;
	visibility: none;
}
h4.alerton {
    margin-bottom: 0px;
    color: #006;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h4.alertoff {
	display: none;
	visibility: none;
}
h5.alerton {
    margin-bottom: 0px;
    color: #006;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h5.alertoff {
	display: none;
	visibility: none;
}
.paymentAmt {
    font-size: 80px; 
}

.centered {
    text-align: center;
}

.title {
 padding-top: 15px;   
}
.banner{
display:block;
margin:15px auto;
}
/* Target the banner container */
.banner {
    height: 200px; /* Adjust as needed */
    padding: 10px 20px; /* Reduce padding */
    font-size: 1rem; /* Smaller text */
    display: flex;
    align-items: center; /* Vertically center content */
}

/* If the banner includes an image */
.banner img {
    max-height: 200px; /* Scale image proportionally */
    width: auto;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .banner {
        height: 80px;
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .banner img {
        max-height: 60px;
    }
}

#card-holder-name {
    width: 50%;
}
#card-num {
    width: 50%;
}
.form-group-hidden {
	display: none;
}
img.loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-custom {
  background-color: #006;   /* button background */
  color: #ffffff;           /* text color */
  border: none;             /* remove border */
  padding: 10px 20px;       /* spacing */
  font-size: 16px;          /* text size */
  cursor: pointer;          /* pointer cursor on hover */
  border-radius: 4px;       /* rounded corners */
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #004;   /* darker blue on hover */
}
