@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #E49787;
}

.nav ul {
	margin: 0;
}

.nav li {
	display: inline;
}

.nav a {
	display: inline-block;
	padding-top: 2.5em;
	padding-right: 2.5em;
	padding-left: 2.5em;
	padding-bottom: 2.5em;
	color: white;
	text-decoration: none;
}

.main-nav {
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.main-nav {
	padding-top: 0;
	padding-right: 7%;
	padding-left: 5%;
	padding-bottom: 0;
}

.nav a:hover {
	background-color: rgba(255, 255, 255, .3);
	font-family: Arial, Helvetica, sans-serif;
}

.main-header {
	background-image: url(assets/images/Primal_Core_Banner960x300.jpg);
	background-size: cover;
	padding-bottom: 30px;
}

.content-section {
	margin: 1em;
}

.container {
	max-width: 900px;
	margin: 0 auto;
	padding-right: 1.5em;
	padding-left: 1.5em;
	text-align: center;
}

.section-header {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #A21F1D;
	text-align: center;
	font-size: 2.5em;
}

.about-band-image {
	float: right;
	margin: 15px;
	border-radius: 50%;	
}

.main-footer {
	background-color: #A21F1C;
	color: white;
	padding: .25em 0;
}

.main-footer-container {
	display: flex;	
	align-items: center;
}

.main-footer-container ul {
	flex-grow: 1;
	text-align: end;
}

.footer-nav li {
	padding: 0 1em;
	color:#FFF
}

.btn {
	text-align: center;
	vertical-align: middle;
	padding: .67em;
	cursor: pointer;
}

.btn-header {
	margin: .5em 15% 2em 15%;
	color: white;
	border: 2px solid #A21F1D;
	background-color: rgba(255,255,255,0.38);
	border-radius: 0;
	font-size: 1.5em;
	font-weight: lighter;
	padding-left: 2em;
	padding-right: 2em;
}

.btn-header:hover {
	background-color: rgba(255,255,255,0.7);
}

.btn-play {
	display: block;
	margin: 0 auto;
	color: #A21F1D;
	font-size: 4em;
	border-radius: 50%;
	padding: 0;
	width: 100px;
	height: 100px;
}

.tour-row {
	border-bottom: 1px solid black;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.tour-row:last-child {
	border-bottom: none;
}

tour-item {
	display: inline-block;
	padding-right: .5em;
}

tour-date {
	color: #555;
	font-weight: bold;
	width: 11%	
}

.tour-city {
	width: 24%;
	margin-right: 10px;
	margin-left: 20px;
}

.tour-arena {
	width: 24%;
	margin-right: 20px;
	margin-left: 10px;
}

.tour-btn {
	max-width: 19%;
}

.btn-primary {
	color: white;
	background-color: #A21F1D;
	border: none;
	border-radius: .3em;
	font-weight: bold;
}

.btn-primary:hover {
	background-color: #76100E;
}.main-footer .container.main-footer-container h3 {
	color: #FFF;
}

.shop-item {
	margin: 30px;
}

.shop-item-title {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #A21F1D;
	margin-bottom: 15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.shop-item-image {
	height: 250px;
}

.shop-item-details {
	display: flex;
	align-items: center;
	padding: 5px;
}

.shop-item-price {
	flex-grow: 1;
	color: #333;
}

.shop-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.cart-header {
	font-weight: bold;
	font-size: 1.2em;
	color: #333
}

.cart-column {
	display: flex;
	align-items: center;
	border-bottom: 1px solid black;
	margin-right: 1.5em;
	padding-bottom: 10px;
	margin-top: 10px;
}

.cart-row {
	display: flex;
}

.cart-item {
	width: 45%;
}

.cart-price {
	width: 20%;
	font-size: 1.2em;
	color: #333;
}

.cart-quantity {
	width: 35%
}

.cart-item-title {
	color: #333;
	margin-left: .5em;
	font-size: 1.2em;
}

.cart-item-image {
	width: 75px;
	height: auto;
	border-radius: 10px;
}

.btn-danger {
	color: white;
	background-color: #A21F1D;
	border: none;
	border-radius: .3em;
	font-weight: bold;
}

btn-danger:hover {
	background-color: #CC4C4C;
}

.cart-quantity-input {
	height: 34px;
	width: 50px;
	border-radius: 5px;
	border: 1px solid #A21F1D;
	background-color: #eee;
	color: #333;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	margin-right: 25px;
}

.cart-row:last-child {
	border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
	border: none;
}

.cart-total {
	text-align: end;
	margin-top: 10px;
	margin-right: 10px;
}

.cart-total-title {
	font-weight: bold;
	font-size: 1.5em;
	color: black;
	margin-right: 20px;
}

.cart-total-price {
	color: #333;
	font-size: 1.1em;
}

.btn-purchase {
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-size: 1.75em;
}

.about-text {
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
}

.home-text {
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
