/* Minification failed. Returning unminified contents.
(1002,16): run-time error CSS1031: Expected selector, found '!important'
(1002,16): run-time error CSS1025: Expected comma or open brace, found '!important'
(1168,36): run-time error CSS1031: Expected selector, found '-->'
(1168,36): run-time error CSS1025: Expected comma or open brace, found '-->'
(1192,22): run-time error CSS1046: Expect comma, found '255'
(1192,30): run-time error CSS1046: Expect comma, found '/'
 */

h1 {
	font-family: Roboto, Sans-Serif !important;
	font-weight: 700 !important;
	font-size: 18px !important;
}


	h1.seahawks {
		color: #2e8b05 !important;
	}

	h1.cardinals {
		color: #97233F !important;
	}

	.cardinals {
		color: #97233F !important;
	}

h1.cowboys {
	color: #041E42 !important;
}

	.mr-1, .mx-1 {
		margin-right: .25rem !important;
	}

.mr-2, .mx-2 {
	margin-right: .50rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.ml-2 {
	margin-left: .50rem !important;
}


.text-white {
	color: white;
}



#merchandiseSubMenu .merchandiseSubMenuItem {
	font-family: Roboto !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	padding: 5px 10px;
	background-color: #2e8b05;
}

@media (min-width:550px){

	#merchandiseSubMenu .merchandiseSubMenuItem {
		font-family: Roboto !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		padding: 5px 10px;
		background-color: #2e8b05;
	}

}

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 20px;
}

.wrapped-div {
	border-radius: 10px;
	padding: 0;
	border: 2px solid #2e8b05;
	width: 90%;
	max-width: 450px;
	position: relative;
	box-shadow: 0 30px 50px 0 rgba(0,0,0,.3);
}

.tab-header h2 {
	font-family: Roboto !important;
	display: inline-block !important;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 10px 1px 10px;
	cursor: pointer;
	color: #666666;
	border-bottom: 4px solid #2e8b05;
	margin-left: 15px;
}



.service-image
{
	border: 2px solid #B1502A;
}

.section h2 {
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	margin-bottom: 3px;
	font-size:16px;
	color:black;
}

.sectionHeader h2 {
	font-weight: bold !important;
	margin-top:5px;
	margin-bottom: 3px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
	color:black;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.roundedBox
{
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.fullWidthImage {
	padding: 0px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 0px;
}

	.fullWidthImage h2 {
		position: relative;
		top: 25px;
	}

		.fullWidthImage h2 span {
			color: white;
			font: bold 12px Roboto, Sans-Serif;
			background-color: rgba(0, 0, 0, 0.7);
			border: 1px solid #2e8b05;
			padding: 5px;
			border-radius: .25em;
			text-transform: uppercase;
		}

.heroImage {
	width: 70px;
}

.fullWidthImage h3
{
	position: relative; 
	top: 38px; 
}

.fullWidthImage h3 span
{
	color: white; 
	font: bold 20px/30px Roboto, Sans-Serif; 
	letter-spacing: -1px;  
	padding: 5px; 
	border-radius: .25em;
	text-transform:uppercase;
}


.shopPaddedTop {
	padding-top: 10px;
}


.shopPaddedBottom {
	padding-bottom: 10px;
}

.title {
	border-bottom: 2px double #f6f6f6;
	margin-bottom: 5px;
}


.title h3{
	font-size:12px;
}

	.title h1,
	.title h2,
	.title h3,
	.title h4,
	.title h5,
	.title h6 {
		border-bottom: 3px solid #2e8b05 !important;
		display: inline-block;
		padding: 0px 3px !important;
		margin: 0px 0px 0px 0px !important;
	}


@media(min-width:550px) {


	.shopPaddedTop {
		padding-top: 25px;
	}

	.fullWidthImage {
		height: 100px;
	}

		.fullWidthImage h2 {
			top: 20px;
		}

			.fullWidthImage h2 span {
				font: bold 22px Roboto, Sans-Serif;
			}


	.title {
		border-bottom: 3px double #f6f6f6;
		margin-bottom: 10px;
		
	}


		.title h3 {
			font-size: 16px;
		}

	.title h1,
	.title h2,
	.title h3,
	.title h4,
	.title h5,
	.title h6 {
		border-bottom: 5px solid #2e8b05 !important;
		display: inline-block;
		padding: 0px 5px !important;
		margin: 0 0px 0px 0px !important;
	}

}


@media(min-width:1000px) {

	.fullWidthImage {
		height: 400px;
	}

		.fullWidthImage h2 {
			top: 150px;
		}

	.heroImage {
		width: 120px;
	}

	.fullWidthImage h2 span {
		font: bold 32px Roboto, Sans-Serif;
	}
}


.pageHeaderPara
{
	font-size:16px;
	margin-bottom:10px;
}

.pagination
{
	margin: 0px !important;
}

.pagination a {
  background:#fff  !important;
  border: 1px solid transparent !important;
  margin-left:1px !important;
  border-left-width: 0 !important;
}
.pagination .active a {
  color: #fff !important;
  cursor: default !important;
}
.pagination a:hover, .pagination .active a {
  background-color: #adc9de !important;
  color:white !important;
}




.navbar .navbar-brand {
	font-family: 'Russo One';
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: bold;
}


.navbar-brand span {
	color: #2e8b05 !important;
}


.navbar .navbar-brand {
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: bold;
}




.navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    font-weight: bold;
}


@media (min-width: 768px) {
	.navbar .navbar-brand {
		font-size: 12px !important;
	}
}


@media (max-width: 400px) {

	.navbar-brand span {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-brand {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	.navbar .navbar-brand {
		font-size: 24px !important;
	}
}


#page-title #page-title-inner .packageTravelDates
{
	text-align:right;
	display: inline-block;
	font-family: Roboto !important;
	color: white;
	padding: 14px 10px 5px 0px;
	font-size: 20px;
}

#page-title #page-title-inner h2
{
	padding-left:0px !important;
	padding-top:7px !important;
}

.label-hotel-dates
{
	font-weight:normal;
	padding-top:0.1em;
	padding-bottom:0.1em;
	font-size:90%;
	background-color: #aaa;
	background-color:#337ab7;
}

.tabs-nav
{
	font-size:18px;
}

	.tabs-nav li.active a
	{
		color: #000080 !important;
	}

.nav-pills > li > a
{
	font-size:16px !important;
}


.socialBox {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px;
    margin-bottom: 6px;
}


#social-r a
{
	float:right !important;
}

.navbar .navbar-brand
{
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > .dropdown-menu{
	margin-top:0px !important;
}

@media (min-width: 768px)
{
	.navbar .navbar-brand
	{
		font-size: 20px !important;
	}
}

@media (min-width: 992px)
{
	.navbar .navbar-brand
	{
		font-size: 24px !important;
	}
}


@media (min-width: 1200px) {
    .smallLeftMargin {
        padding-left: 45px !important;
    }
}

.spacer {
    margin-top: 30px; /* define margin as you see fit */
}

h3.contentHeader
{
	padding: 2px 0px !important;
	margin-top: 10px;
	color: #666666;
	border-bottom: 5px double #f6f6f6;
	font-weight:bold !important;
	font-size:16px !important;
}



a.merchLink {
	display: block;
	color: black;
	padding: 12px 0;
	font-weight: normal;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
}

.merchGrid {
	border-top:1px solid #d5d5d5;
	margin-top:15px;
	margin-bottom:15px;
}


.noMerchMatches {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 50px;
	border: 1px dashed #2e8b05;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.roadGamePackage {
	display: block;
	color: black;
	padding: 12px 0;
	font-weight: bold;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
}


.homePageBlock{
	padding-top:10px;
}

.homePageSmallImage{
	margin-top:2px;
	margin-bottom:20px;
}

@media (min-width: 768px) {
	a .roadGamePackage{
    font-size: 14px ;
    }

	a.merchLink {
		font-size: 16px;
	}

	.homePageBlock {
		padding-top: 15px;
	}


	homePageSmallImage {
		margin-top: 2px;
	}

}

.text-center {
    text-align: center !important;
}

.salesNotesImage
{
	padding:0px;
	height:300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.salesNotesImage h2.salesNotes span
{
		color: white; 
		font: bold 20px Handlee, Sans-Serif; 
		letter-spacing: -1px;  
		display:block;
		padding:5px;
}

@media (min-width: 768px)
{ 
	.salesNotesImage
	{
		height: 160px;
	}

	.salesNotesImage h2.salesNotes span
	{
		font: bold 16px Handlee, Sans-Serif;
	}
}

@media (min-width: 992px)
{
	.salesNotesImage
	{
		height:200px;
	}

	.salesNotesImage h2.salesNotes span
	{
		color: white;
		font: bold 14px Handlee, Sans-Serif;
		letter-spacing: 0px;  
	}
}



.salesNotesImage h2.salesNotes
	{
		position: relative; 
		top: 90%;
		-webkit-transform: translateY(-90%);
  		-ms-transform: translateY(-90%);
  		transform: translateY(-90%);
	}



.salesNoteContainer
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	border-radius:0.3em;
}

#fb-root{
	margin-top:10px;
	}


.tweets iframe {
    width: 100% !important;
}

.contactInfo {
    color: white;
    font-size: 8px;
    font-weight: bold;
}

.contactInfo a {
	color: white;
}

.contactInfo a:hover {
		text-decoration: underline;
	}



@media (min-width: 322px) {
	.contactInfo {
		font-size: 10px;
	}
	
}

@media (min-width: 500px) {
    .contactInfo {
        font-size: 14px;
    }

    .disclaimer {
        font-size: 12px;
    }
}

a.package
{
	text-align: left;
	display: block;
	padding: 4px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
}

a.subheaderbutton
{
	margin-left:5px;
}

.navbar-brand > img {
  display: inline-block;
}

.btn-stt {
  background-color: #4ca624;
  border-color: #4ca624;
  color:white;
}
.btn-stt:hover,
.btn-stt:focus,
.btn-stt:active,
.btn-stt.active {
  background-color: #42911f;
  border-color: #397c1b;
}
.btn-stt.disabled:hover,
.btn-stt.disabled:focus,
.btn-stt.disabled:active,
.btn-stt.disabled.active,
.btn-stt[disabled]:hover,
.btn-stt[disabled]:focus,
.btn-stt[disabled]:active,
.btn-stt[disabled].active,
fieldset[disabled] .btn-stt:hover,
fieldset[disabled] .btn-stt:focus,
fieldset[disabled] .btn-stt:active,
fieldset[disabled] .btn-stt.active {
  background-color: #4ca624;
  border-color: #4ca624;
}


.fa-ul > li
{
	margin-bottom: 2px !important;
}

/* NFL */
.sport15
{
	background-color:#7A0D0F !important;
	border: 1px solid #7A0D0F !important;
}
.sport15legend
{
	color:#7A0D0F !important;
}
/* NHL */
.sport16
{
	background-color:#0D297A !important;
	border: 1px solid #0D297A !important;
}
.sport16legend
{
	color:#0D297A !important;
}

/* Baseball */
.sport17
{
	background-color:#6D0FD1 !important;
	border: 1px solid #6D0FD1 !important;
}
.sport17legend
{
	color:#6D0FD1 !important;
}

/* Basketball */
.sport18
{
	background-color:#066930 !important;
	border: 1px solid #066930 !important;
}
.sport18legend
{
	color:#066930 !important;
}
/* NCAA */
.sport21
{
	background-color:#7A650D !important;
	border: 1px solid #7A650D !important;
}
.sport21legend
{
	color:#7A650D !important;
}

/* Rugby */
.sport24
{
	background-color:#BD2069 !important;
	border: 1px solid #BD2069 !important;
}
.sport24legend
{
	color:#BD2069 !important;
}
/* Motorsport */
.sport24
{
	background-color:#15ABA8 !important;
	border: 1px solid #15ABA8 !important;
}
.sport24legend
{
	color:#15ABA8 !important;
}
/* Golf */
.sport25
{
	background-color:#20BD2B !important;
	border: 1px solid #20BD2B !important;
}
.sport25legend
{
	color:#20BD2B !important;
}
/* Trackl & Field */
.sport26
{
	background-color:black !important;
	border: 1px solid black !important;
}
.sport26legend
{
	color:black !important;
}

/* Soccer */
.sport28
{
	background-color:#F7A20F !important;
	border: 1px solid #F7A20F !important;
}
.sport28legend
{
	color:#F7A20F !important;
}

.scheduleFilter
{font-size:13px;
 margin-left:0px !important;
 margin-right:15px !important;
 padding-top:0px !important;
}

.field-validation-error {
	display:inline-block;
	color:darkred;
    font-size: 1em;
	padding-top:0.6em;
}

.field-validation-error:before {
	display:inline-block;
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: darkred;
    font-size: 1.2em;
    padding-right: 0.2em;
    left: 0;
}


.da-dots {
display: none;
}

.padded
{
	padding-top: 30px;
}

@media (min-width: 768px)
{
	.sportLink
	{
		display: block;
		color: white;
		border-bottom: 4px #999 solid;
	}
	.sportLink:hover
	{
		text-decoration:none;
		border-bottom: 4px white solid;
		color:white;
	}
}


@media (min-width: 768px)
{
	ul.nav li.dropdown:hover > ul.dropdown-menu
	{
		display: block;
	}
}

#googlemaps {
  height: 200px !important;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.validation-summary-errors
{
	color:red;
}

/* 5 column bootstrap layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.table td {
	vertical-align: middle;
}

.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}

/* Cart Formatting */

.cartItemTitle{
	font-size:1.2em;
	font-weight:bold;
}

.cartItemPrice{
	font-size:1.2em;
	font-weight:bold;
}

.cartItemTotal{
	font-weight:bold;
	font-size:1.em;
}

#cartPriceHeader{
	font-size:1.1em;
	font-weight:bold;
	color:darkred;
}

.cartTotalPrice{
	font-size:1.5em;
	font-weight:bold;
	color:darkred;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.cartTotalItems{
	font-size:1.3em;
	font-weight:bold;
}

.cartItemRef{
	display:block;
	font-size:0.9em;
}

th.notopborder !important{
	border-top:none;
}

#proceedToCheckout {
	background-color: whitesmoke;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.paddedTop{
	padding-top:10px;
}

.cartDelete{
	display:block;
	margin-top:5px;
}

#cartLogin{
	font-size:1.2em;
}


#knockoutLoading {
	background-color: whitesmoke;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
}



@media (max-width: 768px) {
	.pricing-table {
		clear: both;
		/*background-color: rgba(0, 0, 255, .5); */
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.pricing-table {
		clear: inherit;
		/*background-color: rgba(0, 0, 255, .5); */
	}
	.pricing-table:nth-child(2n+1) {
		clear: both;
		/*background-color: rgba(0, 255, 0, .5); */
	}
}

@media (min-width: 992px) {
	.pricing-table {
		clear: inherit;
		/*background-color: rgba(0, 0, 255, .5); */
	}
	.pricing-table:nth-child(3n+1) {
		clear: both;
		/*background-color: rgba(0, 255, 0, .5); */
	}
}

.sortIcon{
	padding-top:4px;
}

.sortIconActive{
	color: #d74b4b;
}

.valignTable tbody>tr>td{
	vertical-align:middle;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

a.campaign img {
    cursor: pointer;
}


#pageBannerSalesNotes {
	background-image: -webkit-linear-gradient(top,#57a236 0,#2e8b05 100%);
	background-image: -o-linear-gradient(top,#57a236 0,#2e8b05 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#57a236),to(#2e8b05));
	background-image: linear-gradient(to bottom,#57a236 0,#2e8b05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
	color: #fff;
	background-color: #2e8b05;
	border-color: #2e8b05;
	font-weight: bold;
}

@media (max-width: 360px) {

	.contactInfo {
		font-size: 9px;
	}
}

@media (min-width: 361px) and (max-width: 768px) {
	#pageBannerSalesNotes {
		font-size: 13px;
	}

	.contactInfo {
		font-size: 11px;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	#pageBannerSalesNotes, .contactInfo {
		font-size: 14px;
	}
}



@media (min-width: 992px) {
	#pageBannerSalesNotes, .contactInfo {
		font-size: 16px;
	}
}


@media (max-width: 768px) {
	#packagePricingTable {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	#packagePricingTable {
		font-size: 13px;
	}
}



@media (min-width: 992px) {
	#packagePricingTable {
		font-size: 15px;
	}
}

<!-- Make Youtube embed responsive -->
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.btn-yellow {
	color: #000;
	background: linear-gradient(rgb(254, 230, 176), rgb(238, 186, 55)) rgb(254, 230, 176);
	border-color: rgb(190, 149, 44) rgb(166, 130, 38) rgb(155, 121, 36);
	font-weight: normal;
	box-shadow: rgb(255 255 255 / 60%) 0px 1px 0px inset;
}

	.btn-yellow:hover,
	.btn-yellow:active,
	.btn-yellow:focus,
	.btn-yellow.active {
		/* let's darken #004E64 a bit for hover effect */
		background: linear-gradient(rgb(254, 222, 151), rgb(236, 186, 55)) rgb(254, 222, 151);
		color: #000;
		border-color: #003D4F;
	}



.discountPopupStrapLine {
	font-family: 'Roboto' !important;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.bootstrap-dialog-title {
	font-family: 'Roboto' !important;
	display: block !important;
	font-size: 18px !important;
	text-align: center;
}

.discountPopupLabel {
	font-family: 'Roboto' !important;
}

.utpModalGraphic {
	height: 50px;
	margin-right: 5px;
}

.limitedTimeModalGraphic {
	height: 50px;
	margin-left:5px;
}

.discountPopupValidationError {
	font-family: 'Roboto' !important;
}

#quickRegisterDiscountComplete {
	font-family: 'Roboto' !important;
}

@media (max-width: 360px) {
	.bootstrap-dialog-title {
		font-size: 12px !important;
	}
	.utpModalGraphic {
		height: 30px;
	}
	.limitedTimeModalGraphic {
		height: 30px;
	}
	.discountPopupStrapLine {
		font-family: 'Roboto' !important;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}

	.discountPopupLabel {
		font-size:11px;
	}

	.discountPopupValidationError {
		font-size: 11px;
	}

}



@media (min-width: 361px) and (max-width: 767px) {
	.bootstrap-dialog-title {
		font-size: 14px !important;
	}

	.utpModalGraphic {
		height: 40px;
	}

	.limitedTimeModalGraphic {
		height: 40px;
	}

	.discountPopupStrapLine {
		font-family: 'Roboto' !important;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.discountPopupLabel {
		font-size: 12px;
	}

	.discountPopupValidationError {
		font-size: 12px;
	}
}

.tailgateSeahawks {
	color: #2e8b05;
}

.tailgatecardinals {
	color: #97233F;
}

.tailgateCowboys {
	color: #041E42;
}

.ourNextTailgate {
	font-family:'Russo One';
	font-size:2.8em;
	font-weight:bold;
}

@media (min-width: 993px) and (max-width: 1024px) {
	.ourNextTailgate {
		font-size: 2.2em;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.ourNextTailgate {
		font-size: 1.7em;
	}
}


@media (min-width: 720px) and (max-width: 767px) {
	.ourNextTailgate {
		font-size: 1.6em;
	}
}

@media (min-width: 540px) and (max-width: 719px) {
	.ourNextTailgate {
		font-size: 1.2em;
	}
}

@media (min-width: 414px) and (max-width: 539px) {
	.ourNextTailgate {
		font-size: 0.8em;
	}
}


@media (min-width: 361px) and (max-width: 413px) {
	.ourNextTailgate {
		font-size: 0.6em;
	}
}



@media (max-width: 360px) {
	.ourNextTailgate {
		font-size: 0.6em;
	}
}


