.page-section {
	overflow-x: hidden;
	}
	.MainText p {
	 font-family: 'Oswald';
	 font-size: 1.3rem;
	}
	.Mobile p {
	 font-size: 1.2rem;
	 font-weight: 200;
	 font-family: Oswald;
	 color: #fff;
	}
	.TixFraud p {
	 font-size: 1.2rem;
	 font-weight: 200;
	 font-family: Oswald;
	 color: #000;
	 margin-bottom: 20px;
	}
	.Mobile h2 {
		font-size: 2rem;
		font-weight: 500;
		font-family: Oswald;
		color: #fff;
	}
	.Mobile h3 {
		font-size: 6vw;
		font-weight: 700;
		font-family: Oswald;
		color: #fff;
	}
	h3 {
		font-family: Oswald;
		color: #fff;
	}
	.btn {
	--bs-btn-color: #0e2240;
	--bs-btn-bg: #fec524;
	--bs-btn-border-color: #fec524;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #8a2432;
	--bs-btn-hover-border-color: #8a2432;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #fec524;
	--bs-btn-active-border-color: #fec524;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #fec524;
	--bs-btn-disabled-border-color: #fec524;
	--bs-btn-padding-x: 1.75rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-border-radius: 0;
	font-family: Oswald;
	text-decoration: none!important;
	}
  .btn-outline {
	border-width: 1px;
	--bs-btn-color: #fff;
	--tw-border-opacity: 1;
	--bs-btn-hover-bg: #fff;
	--bs-btn-active-color: #000;
	background-color: transparent;
	border-color: #fff!important;
	}
	.btn-outline:hover {
	color: #0e2240;
	}

	.solid:hover {
	color: #0e2240;
	background-color: #fec524;
	border-color: #fec524;
	}
	.solid:focus {
	border-color: #fec524;
	}

	/*a:focus, button:focus, input:focus {
	outline: 1px solid #ffff;
	color: #0e2240!important;
	background-color: #ffffff;
	}*/
	.DN-CE {
	width: 75%;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	.MSect {
	/*background-image: url("https://cdn.nba.com/teams/uploads/sites/1610612743/2024/06/DN-Denver-Background3.jpg");*/
	background-color: #0e2240;
	overflow-x: hidden;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	.dpx-4 {
	padding-left: 1rem;
	padding-right: 1rem;
	}
	.dbg-left {
	background-position: 0;
	}
	.dbg-cover {
	background-size: cover;
	}
	.djustify-center {
	justify-content: center;
	}
	.ditems-center {
	align-items: center;
	}
	.dflex-col {
	flex-direction: column;
	}
	.dh-300 {
	height: 300px;
	}
	.dflex {
	display: flex;
	}
	.dmt-4 {
	margin-top: 0 !important;
	}

	@media only screen and (max-device-width: 1366px) {
	  .middle {
	  background-attachment: scroll;
	  height: 275px;
	  min-height: 275px;
	   }
	 }
	   @media only screen and (max-device-width: 768px) {
	     .date p {
	      font-size: .6rem;
	    }
	    .DN-CE {
	      width: 90%;
	    }
			.Mobile {
				max-width: 85%!important;
			}
	  }
	  @media (min-width: 1024px) {
	  .dlg\:h-500 {
	     height: 520px;
	      }
	  .dlg\:bg-center {
	     background-position: 50%;
	     }
	  .lg\:py-10 {
	     padding-top: 2.5rem;
	     padding-bottom: 0;
	   }
	  }
