/* globals */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  font-family: 'Nunito', sans-serif;
	background-color: #b9b99b;
	color: rgba(35, 50, 90, 0.8);
  margin: 0 auto;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, p {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.antique {
	width: 100%;
	height: 3.25px;
	background: #b9b99b;
}
.navy {
	width: 100%;
	height: 4.75px;
	background: #23325a;
}



/* for screens 319px and below */
#too_small {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  background-color: #ffffff;
}
#too_small img {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	padding: 0.25rem;
}
@media (max-width: 319px) {
	#too_small {
		display: block;
	}
}



/* back to top button styles */
.to_top_btn {
	display: none;
	position: fixed;
	z-index: 151;
	width: 40px;
	height: 40px;
	bottom: 1.5%;
	right: 1.5%;
	-webkit-animation: onloadLogo 0.6s linear forwards;
	animation: onloadLogo 0.6s linear forwards;
}
@media (max-width: 399px) {
	a.to_top_btn {
		margin: 0 5px 5px 0;
	}
}
i.up_arrow {
	border: solid #23325a;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
  -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.6;
}
@media (max-width: 399px) {
	i.up_arrow {
		margin-left: 5px;
		margin-top: 20px;
	}
}



/* header area*/
header {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background: #dd0003;
	position: fixed;
	width: 100%;
	z-index: 50;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
header #header_container {
	padding: 1.0rem 0.5rem 0;
	margin: 0 auto 0.5em;
	text-align: center;
}
#header_container a img {
	width: 280px;
	height: 45px;
}



/* spacer for navbar + header */
#spacer {
	width: 100%;
	height: 85.6px;
}



/* navbar area */
.blue_red_nav {
	text-align: left;
	padding: 2rem 2rem 0.5rem 0.75rem;
}
.blue_red_nav2 {
	text-align: left;
	padding: 2.25rem 2rem 0.5rem 0.75rem;
}
.section-blue, .section-blue2 {
	background-image: linear-gradient(to right, rgba(35, 50, 90, 1.0), rgba(35, 50, 90, 0.9) 100%);
	height: 82px;
	color: rgba(205, 205, 175, 1);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.section-blue:hover, .section-blue2:hover {
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
	-webkit-transition: -webkit-filter 0.5s linear;
	-moz-transition: -webkit-filter 0.5s linear;
	transition: -webkit-filter 0.5s linear;
	-webkit-transition: filter 0.5s linear;
	-moz-transition: filter 0.5s linear;
	transition: filter 0.5s linear;
}
.section-blue a, .section-blue2 a {
	color: rgba(205, 205, 175, 1);
}
.section-red, .section-red2 {
background-image: linear-gradient(to right, rgba(221, 0, 3, 1.0), rgba(221, 0, 3, 0.9) 100%);
	height: 82px;
	color: rgba(205, 205, 175, 1);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.section-red:hover, .section-red2:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
	-webkit-transition: -webkit-filter 0.5s linear;
	-moz-transition: -webkit-filter 0.5s linear;
	transition: -webkit-filter 0.5s linear;
	-webkit-transition: filter 0.5s linear;
	-moz-transition: filter 0.5s linear;
	transition: filter 0.5s linear;
}
.section-red a, .section-red2 a {
	color: rgba(205, 205, 175, 1);
}
.sect-h3 {
	display: block;
	font-family: 'Lora', serif;
	font-weight:300;
	font-size: 0.9rem;
}
@media (max-width: 1200px) {
	.sect-h3 {
		font-size: 0.75rem;
	}
}
@media (max-width: 851px) {
	.sect-h3 {
		font-size: 0.6rem;
	}
}
@media (max-width: 575px) {
	.sect-h3 {
		font-size: 0.55rem;
	}
}
#calendar_shadow {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}


/* new navbar styles */
.bg_img {
	background-image: linear-gradient(to top, rgba(35, 50, 90, 0.9), rgba(35, 50, 90, 0) 60%), url(https://uniformlineups.files.wordpress.com/2020/04/background2.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.bg_img0 {
	background-image: linear-gradient(to top, rgba(221, 0, 3, 0.8), rgba(221, 0, 3, 0) 60%), url(https://uniformlineups.files.wordpress.com/2020/04/background2.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.nav-box {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.nav-content {
	display: flex;
	width: 100%;
	position: relative;
} 
.nav-btns {
	display: flex;
	flex-direction: column;
	width: 20%;
}
.panel0 {
	position: absolute;
	display: none;
	z-index: 3;
}
.panel1 {
	position: absolute;
	display: block;
	z-index: 2;
}
.panel2 {
	position: absolute;
	display: block;
	z-index: 2;
}
.panel3 {
	position: absolute;
	display: block;
	z-index: 2;
}
.panel4 {
	position: absolute;
	display: block;
	z-index: 2;
}


/* specific styles for daily cards area - panel0 */
.accordian_padding2 {
	padding: 1.0rem 0.25rem 0.5rem;
}
.cards_box {
	display: flex;
	justify-content: space-around;
}
.daily_cards {
	display: block;
	max-height: 252px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
@media (min-width: 585px) {
	.cards_box {
		justify-content: center;
	}
	.daily_cards {
		margin-left: 35px;
		margin-right: 35px;
	}
}
h2#select-h6 {
	padding-bottom: 0.65rem;
	padding-top: 0.25rem;
	font-size: 0.90em;
}
@media (max-width: 499px) {
	h2#select-h6 {
		font-size: 0.66em;
		padding-bottom: 0.25rem;
	}
}
@media (max-width: 699px) {
	h2#select-h6 {
		font-size: 0.75em;
		padding-bottom: 0.25rem;
	}
}
@media (max-width: 499px) {
	#panel01 {
		display: block;
	}
}
@media (min-width: 499px) {
	#panel02 {
		display: block;
	}
}


/* for javascript of navbar */
.show {
	z-index: 4;
}
.highlight {
	border: 2px solid rgba(205, 205, 175, 1) ;
}


/* accordian area */
.accordian_container {
  width: 100%;
  height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;	
}
.accordian_padding {
	padding: 3.0rem 0.25rem 0.5rem;
}
@media (min-width: 768px) {
	.accordian_padding {
		padding-right: 1rem;
	}
}
@media (min-width: 768px) {
	.row_holder {
		padding-left: 10rem;
	}
}
.link_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
.team_link {
	width: 45%;
	max-width: 76px;
	padding: 8px;
	margin: 4px;
	font-weight: 700;
	font-size: 0.67rem;
}
.american {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.american, .american:link, .american:visited {
	color: #b9b99b;	
	text-decoration: none;
}
.american:hover, .american:active, .american:focus {
	text-decoration: none;
	color: #23325a;
}
.national {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.national, .national:link, .national:visited {
	color: #b9b99b;
	text-decoration: none;
}
.national:hover, .national:active, .national:focus {
	text-decoration: none;
	color: #dd0003;
}
.right_national {
	background-image: linear-gradient(to left, rgba(35, 50, 90, 1), rgba(35, 50, 90, 1));
	border-radius: 30px;
	text-align: center;
}
.right_american {
	background-image: linear-gradient(to left, rgba(221, 0, 3, 1), rgba(221, 0, 3, 1));
	border-radius: 30px;	
	text-align: center;
}
.left_national {
	background-image: linear-gradient(to right, rgba(35, 50, 90, 1), rgba(35, 50, 90, 1));
	border-radius: 30px;
	text-align: center;
}
.left_american {
	background-image: linear-gradient(to right, rgba(221, 0, 3, 1), rgba(221, 0, 3, 1));
	border-radius: 30px;
	text-align: center;		
}


/* calendars area --> heading and buttons/select */
.calendar_container {
	padding: 3rem 0;
	margin-right: auto;
	margin-left: auto;
}
#bg-img {
	background-image: url(https://uniformlineups.files.wordpress.com/2020/04/background2.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.calendar_shadow {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
#select-h6 {
	text-align: center;
	margin-bottom: .5rem;
	font-size: 1rem;
	font-weight: 400;
}
@media (min-width: 1200px) {
	#select-h6 {
		font-size: 1.125em;
	}
}@media (max-width: 575px) {
	#select-h6 {
		font-size: 0.85em;
	}
}
#drop_down {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: none;
	overflow: visible;
	outline: none;
}
.btn::-moz-focus-inner {
  border: none;
}
.btn_arrows {
  color: #23325a;
	outline: none;
	border: 2px solid #23325a;
  border-radius: 30px;
	background: #dd0003;
	box-shadow: 0 4px #23325a;
	padding: 5px 15px;
  -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.btn_arrows:hover {
	box-shadow: 0 2px #23325a;
	top: 2px;
}
.btn_arrows:active {
	box-shadow: none;
	top: 4px;
	transform: translateY(1px);
  filter: saturate(125%);
}
.btn_arrows:hover, .btn_arrows:focus {
	background-color: #c40e10;
	color: #1E263B;
	border-color: currentColor;
}
.btn_r_margin {
	margin-right: 1rem;
}
@media (min-width: 768px) {
	.btn_r_margin {
		margin-right: 3rem;
	}
}
.btn_l_margin {
	margin-left: 1rem;
}
@media (min-width: 768px) {
	.btn_l_margin {
		margin-left: 3rem;
	}
}
.btn_arrows i {
	display: inline-flex;
}
.arrow {
	color: #b9b99b;
	font-size: 1.333333rem;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
@media (min-width: 992px) {
	#rightArrow {
		width: 100px;
		padding-left: 20px;
	}
}@media (min-width: 992px) {
	#leftArrow {
		width: 100px;
		padding-right: 20px;
	}
}
#team {
	background-color: #dd0003;
	border-radius: 30px;
	border: 2px solid #23325a;
	padding: 5px 15px;
	width: 30%;
}
@media (max-width: 767px) {
	#team {
		width: 50%;
	}
}
.select_btn {
	max-width: 400px;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 4px #23325a;
	color: #b9b99b !important;
}
@media (max-width: 767px) {
	.select_btn {
		font-size: 14px;
	}
}
.select_btn:hover {
	border-color: #888;
	box-shadow: 0 2px #23325a;
	top: 2px;
}
.select_btn:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	color: #222; 
	outline: none;
}
.select_btn:active {
	box-shadow: none;
	top: 4px;
}
.select_btn::-moz-focus-inner {
  border: none;
}
.select_btn option {
	font-weight: bold;
}



/* calendars area --> calendar image */
.calendar_image {
	margin-bottom: 3rem;
}
@media (min-width: 576px) {
	.calendar_image {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
}
@media (min-width: 768px) {
	.calendar_image {
		margin-right: 3rem;
		margin-left: 3rem;
	}
}
.calendars {
	display: block;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
.auto_fade {
	-webkit-animation: autofade 4.0s ease-out infinite;
	animation: autofade 4.0s ease-out infinite;
}
@keyframes autofade {
	0% {
		opacity: 0;
	}
	17.5% {
		opacity: 1;
	}
	87.5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* legal area */
#bunting_sm {
	width: 100%;
	display: none;
	padding-bottom: 3rem;
}
#bunting_md {
	width: 100%;
	display: none;
	padding-bottom: 3rem;
}
#bunting_lg {
	width: 100%;
	display: block;
	padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
	#bunting_sm {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bunting_md {
		display: block;
	}
}
@media (min-width: 768px) {
	#bunting_lg {
		display: none;
	}
}
#legal_container {
	width: 100%;
	background-image: linear-gradient(to left, rgba(35, 50, 90, 0.75), rgba(35, 50, 90, 0.3) 39%), linear-gradient(to right, rgba(35, 50, 90, 0.75), rgba(35, 50, 90, 0.3) 39%), url(https://uniformlineups.files.wordpress.com/2020/04/pinstripes.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 0 3rem;
	margin: 0 auto;
}
.legal_p_container {
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 576px) {
	.legal_p_container{
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.legal_p_container{
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.legal_p_container{
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.legal_p_container{
		max-width: 1140px;
	}
}
.top_legal {
	padding-top: 1.5rem;
}
@media (min-width: 992px) {
	.top_legal{
		padding-top: 1rem;
	}
}
@media (min-width: 1200px) {
	.top_legal{
		padding-top: 0.5rem;
	}
}
.legal {
	text-align: center;
}
@media (min-width: 992px) and (max-width: 1299px) {
	.legal {
		max-width: 900px;
	}
}
@media (min-width: 891px) and (max-width: 991px) {
	.legal {
		max-width: 800px;
	}
}
.legal-red {
		background-image: linear-gradient(to left, rgba(221, 0, 3, 0.85), rgba(221, 0, 3, 0.3) 39%), linear-gradient(to right, rgba(221, 0, 3, 0.85), rgba(221, 0, 3, 0.3) 39%);
}
.legal-blue {
		background-image: linear-gradient(to left, rgba(35, 50, 90, 0.85), rgba(35, 50, 90, 0.3) 39%), linear-gradient(to right, rgba(35, 50, 90, 0.85), rgba(35, 50, 90, 0.3) 39%);
}
.legal-p {
	color: rgba(205, 205, 175, 1);
	border-radius: 2px;
	line-height: 1.33;
	font-size: 0.75rem;
	margin-bottom: 0.75rem;
	padding: 0.5rem 1rem;
}
@media (min-width: 1300px) {
	.legal-p {
		margin-bottom: 1rem;
	}
}
@media (max-width: 991px) {
	.legal-p {
		font-size: 0.7rem;
	}
}
@media (max-width: 767px) {
	.legal-p {
		font-size: 0.65rem;
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 575px) {
	.legal-p {
		font-size: 0.6rem;
	}
}
.sports-link, .sports-link:link, .sports-link:visited, .sports-link:hover, .sports-link:active {
	text-decoration: none;
	color: #dd0003;
}
#legal_span {
	color: rgba(35, 50, 90, 1);
	font-weight: 700;
}



/* about area specific */
.about_section {
	padding: 5rem 3rem;
	-webkit-box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.5);
}
.about_container {
	padding-bottom: 3rem;
}
.about_h4 {
	text-decoration: underline;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
}
.about_p {
	padding-top: 1rem;
	padding-bottom: 0.25rem;
	font-size: 1rem;
	font-weight: 400;
}
.about_me {
	padding-bottom: 1rem;
}
.camo_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
#camo {
	text-align: center;
}
#camo_img {
	width: 510px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
#me_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
#my_pic {
	width: 360px;
	text-align: center;
}
#my_pic_img {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
.contact {
	padding-bottom: 1rem;
}
.contact a {
	color: rgba(35, 50, 90, 1);
	font-weight: 700;
}
.caption_p {
	font-size: 0.67rem;
	font-weight: 700;
}
@media (max-width: 575px) {
	.about_h4 {
		font-size: 1em;
	}
	.about_p {
		font-size: 0.85em;
	}
	#my_pic_img {
		max-width: 270px;
	}
}
@media (min-width: 768px) {
	#me_container {
		flex-direction: row;
		justify-content: space-around;
		padding-top: 1rem;
	}
	#my_pic_img {
		min-width: 270px;
	}
	#me {
		padding-top: 0;
		padding-right: 1rem;
	}
	.camo_container {
		flex-direction: row;
		justify-content: space-around;
		padding-top: 1rem;
	}
	#camo_img {
		min-width: 255px;
	}
	.camo_p {
		padding-left: 1rem;
	}
	.about_h4 {
		padding-bottom: 1rem;
	}
	.about_p {
		padding-top: 0;
	}
}
@media (min-width: 992px) {
	.camo_container {
		padding-top: 2rem;
	}
	#camo_img {
		min-width: 510px;
	}
	.camo_p {
		padding-left: 2rem;
	}
}
@media (min-width: 992px) {
	#me_container {
		padding-top: 0;
	}
	#my_pic_img {
		min-width: 360px;
	}
	#me {
		padding-right: 2rem;
	}
	.about_p {
		padding-bottom: 0.5rem;
	}
	.caption_p {
		font-size: 0.75rem;
	}
}
@media (min-width: 1200px) {
	.about_h4 {
		font-size: 1.5em;
	}
	.about_p {
		font-size: 1.125em;
	}
}


/* footer area */
#footer {
	position: relative;
	background: #dd0003;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0.25rem;
	z-index: 30;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.5);
}
#footer_p_container {
	text-align: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.footer_p {
	color: rgba(35, 50, 90, 0.85);
	font-size: 0.65rem;
	margin: 0;
}
#top_footer_p {
	font-size: 0.85rem;
	padding-top: 1rem;
	padding-bottom: 0.25rem;
}
#bottom_footer_p {
	line-height: 0.75rem;
	padding-bottom: 0.75rem;
	/*padding-top: 0.25rem;*/
}
#about_link {
	color: rgba(35, 50, 90, 0.85);
}
#about_link:visited {
	color: rgba(35, 50, 90, 0.85);
}
@media (max-width: 575px) {
	.footer_p {
		font-size: 0.55rem;
	}
	#top_footer_p {
		font-size: 0.75rem;
	}
}