/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.logo {
	width: 300px;
	margin: 0px auto;
	display: table;
}

.logojp {
	width: 280px;
	margin: 20px auto;
	display: table;
}

.toptext {
	color:#FFF;
	font-size: 27px;
}

.navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0px;
}

.list-group-item {
	text-transform: uppercase;
}

.list-group-item:hover {
	background: #343a40 ;
	color: #FFF;
	text-decoration: none;
}

.card-body {
	font-size: 15px;
	text-transform: uppercase;
}
.card-footer {
    padding: .5rem 0rem;
    text-align: center;
	text-transform: uppercase;
}

.popup-wrapper {
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display: none;
}

.popup-content .jackpotdetail {
    max-height: 90vh;
    overflow: auto;
}
.popup-content {
    background: #fff;
    margin: auto;
    display: table;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.promo-wrap img {
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .toptext, .navbar-brand {
    display: block;
	width: 100%;
	text-align: center;
  }
  
  .logojp {
	  margin-top: 60px;
  }
}