body, html {
    /* height: 100%; */
    margin: 0;
    font-family: sans-serif;
    font-weight: 200;
  }
  
body {
    background-color: #fff;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

h1 {
    text-align: center;
}

.newsblock {
    display: block;
    padding-bottom: 4px;
}

.headerlogo {
	/* border: solid 1px #000000; */
  	padding-top: 19px;
	padding-bottom: 20px;
}
.navbar {
	position: relative;
	padding: 0rem 0rem;
    margin-bottom: 10px;
}
.nav a {
	/* background-color: #f15b5a; */
    padding-top: 0px;
	padding-bottom: 13px;
	padding-right: 19px !important;
	padding-left: 19px !important;
	text-transform: uppercase;
	color:#ffffff;/* border:solid 0.5px #000000; */
}
.active {
	background-color: #f15b5a;
	color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}

.img-50p {
	width: 50% !important;
}
.img-80p {
	width: 80% !important;
}

.digit-group input {
    width: 30px;
    height: 50px;
    background-color: #18182a;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: white;
    margin: 0 2px;
}
.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.customer_name {
    font-weight: bold;
    color: #18182a;
}