﻿html {
background-color:#fff;
/*background: url(images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
  padding: 0;
  margin: 0;
}

@font-face {
    font-family: 'MinionProRegular';
    src: url('fonts/MinionProRegular.eot');
    src: url('fonts/MinionProRegular.eot') format('embedded-opentype'),
         url('fonts/MinionProRegular.woff2') format('woff2'),
         url('fonts/MinionProRegular.woff') format('woff'),
         url('fonts/MinionProRegular.ttf') format('truetype'),
         url('fonts/MinionProRegular.svg#MinionProRegular') format('svg');
}

// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
    
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/* SPONSOR SCROLL*/

        #scrollerBody {
            display: inline-flex;
            justify-content: center;
            align-items: center;
			overflow-x: hidden;
			width:100%;
			padding:10px;
        }

.scroller {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            display: inline-flex;
        }

        .scroller-inner {
            display: inline;
            align-items: center;
            gap: 10px;
            animation: scroll 20s linear infinite;
            width: max-content; /* Ensures content can be larger than the container */
        }

.scroller-inner img{
	height:150px;
	width:auto;
	margin:5px;
}

        @keyframes scroll {
            from {
                transform: translateX(0%);
            }
            to {
                transform: translateX(-50%);
            }
        }


#iconContainer {
background-image:url('images/leatherBackground.jpg');
margin:20px 0;
text-align:center;
}

.bottomIcons {
	display: block;
padding:10px 0px;
}

.bottomIcons img{
	margin:4px;
	height:125px!important;
	width:auto;
}

.bottomIcons p{
	padding:10px 5px;
}

/*END SPONSOR SCROLL*/


body{
	font-family:'Open Sans', serif;
	font-size:1rem;
	color:#000;
	line-height:1.25;
/*	letter-spacing: 1pt;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}

h1{
	font-family:'MinionProRegular', serif;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	font-size:1.75rem;
}

h2{
	font-family:'Open Sans', sans-serif;
	font-size:1.5rem;
	color:#71200D;
	text-transform:uppercase;
}
hr.intro{
	display:block;
	margin:30px auto;
	margin-bottom:40px;
	background-color:#71200D;
	height:10px;
	width:90%;
	max-width:450px;
	text-align:center;
}

br.intro {
	display:none;
}

/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(189,131,4, 0.7);
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:10000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 30px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}



/* end back to top  */


/***BASIC STYLES***/

.mainContent {
	max-width:1400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
    padding:40px 20px;
}

.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
}
.button-container form, .button-container form div {
    display: inline;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pgWrapper{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
}

.colBackground {
	background-color: #F6F1ED;
}

blockquote{
	text-align:center;
	color:#C2681A;
	font-style:italic;
	margin:30px auto;
	padding:20px;
	background-color:rgba(255,255,255,0.45);
}

/* BASIC SITE LINK STYLES*/ 
a:link    {color:#71200D; text-decoration:underline; font-family: 'Open Sans', serif; }
a:visited {color:#71200D; text-decoration:underline; font-family: 'Open Sans', serif; }
a:active  {color:#71200D; text-decoration:none; font-family: 'Open Sans', serif; }
a:hover   {color:#000000; text-decoration:none; font-family: 'Open Sans', serif; }

a:link.menu    {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; text-transform:uppercase}
a:visited.menu {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; text-transform:uppercase}
a:active.menu  {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; text-transform:uppercase}
a:hover.menu   {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; text-transform:uppercase}


a:link.white   {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; }
a:visited.white {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; }
a:active.white  {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; }
a:hover.white   {color:#ffffff; text-decoration:none; font-family: 'Open Sans', serif; }

a:link.sm    {color: #ffffff; text-decoration: underline; font-family: 'Arial', 'Sans Serif'; font-weight: bold; font-size: 9pt;  }
a:visited.sm  {color: #ffffff; text-decoration:underline; font-family: 'Arial', Sans Serif; font-weight: bold; font-size: 9pt; }
a:active.sm   {color: #ffffff; text-decoration:underline; font-family: 'Arial', Sans Serif; font-weight: bold; font-size: 9pt; }
a:hover.sm    {color: #421208; text-decoration:none; font-family: 'Arial',Sans Serif; font-weight: bold; font-size: 9pt;}



.img{
	border:2px solid #000000;
	margin:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(200, 153, 87, 0.75);
}

a:link.btn {color:#fff!important; text-decoration:none!important; text-align:center}
a:visited.btn {color:#fff!important; text-decoration:none!important;}
a:active.btn {color:#fff!important; text-decoration:none!important;}
a:hover.btn {color:#fff!important; text-decoration:none!important;}

.btn {
    display: inline-block;
    margin: 5px;
    padding: .5em .75em;
    border: 0;
    border-radius: .3em;
    color: #fff;
    background-color: #71200D;
    line-height: 1;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: none;
    text-align:center;
    width: 100%;                    /* default: full width */
}

.btn:focus {
	background-color: #71200D
}

.btn:hover {
	background-color: #000;
}

.btn:active {
	background-color: #71200D
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}

#headerBackground {
     background-image: url('images/topBackground.jpg'); 
     background-position:top center;
     background-repeat:no-repeat;
     background-size:cover;
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top:5px solid black;
	border-bottom:5px solid black;
}
#headerBackground img{
	width:100%;
	overflow:hidden;
	object-fit: cover;
	min-height:300px;
}

#bottomBackground {
     background-image: url('images/bottomArena.jpg'); 
     background-position:top center;
     background-repeat:no-repeat;
     background-size:cover;
    display: block;
	margin:20px auto;
	text-align: center;
	border-top:4px solid black;
	border-top:4px solid black;
}
#bottomBackground img{
	width:100%;
}
#navBackground {
	background: #71200D;
	background-position:center; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:5px;
}

#contentBackground {
/*background-image: url('images/contentbackground.jpg'); 
background-position: center top; 
background-repeat:repeat-x;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#contactBackground {
	background: #71200D;
	background-position:center; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:20px;
	color:#fff;
}

#footerBackground {
background-color:#000;
color:#fff;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
}

.menuImg{
	display:none;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}




@container (min-width: 500px) {
    .btn {
        width: auto;
    }
}

@media only screen and (min-width: 800px) {

br.intro {
	display:inline-block;
}
}



/*SHOW STYLES */
/* alternate colors on table rows  */
tr:nth-child(even) {
	background-color: #F6F1ED;
}

.showHeading {
	background-color: rgba(189,165,93,0.0);
    font-weight: bold;
    font-size:20px;
    padding:10px;
    margin-bottom:5px;
}



.tableHeader {
	font-weight: bold;
	background-color: rgba(55,16,0,0.85);
	padding:5px;
	color:#fff;
}


.resultsHeading{
    color:#fff;
    border-bottom:2px groove rgba(255,255,255,0.85);
    border-radius:5px 5px 0px 0px;
    font-weight:400;
	background-color: rgba(55,16,0,0.85);
    padding:5px!important;
 }
.dateHeading {
    color: #6F401B;
    border-bottom: 1px groove #6F401B;
    font-weight: bold;
}
.altRowStyle {
	background-color: #F6F1ED;
}

.results {
	background-color: #F6F1ED;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px groove rgba(255,255,255,0.85);
	margin-bottom:-4px!important;
	margin-top:-4px!important;
	padding:10px!important;

}

a:link.resultsLink    	{color:#6F401B; text-decoration:underline; font-weight:normal; font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Corbel, sans-serif; }
a:visited.resultsLink    {color:#6F401B; text-decoration:underline; font-weight:normal; font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Corbel, sans-serif; }
a:active.resultsLink     {color:#6F401B; text-decoration:none; font-weight:normal; font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Corbel, sans-serif; }
a:hover.resultsLink      {color:#000000; text-decoration:none; font-weight:normal; font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Corbel, sans-serif; }




.entryDiv {
	padding: 3px;
	margin: 3px;
	border-radius: 3px;
	border: 1px solid rgba(111,64,27,0.55);
}
.nocolor{
background-color:transparent!important;
}

td img{
	border:2px solid black;
}

td.entryRows{
	width:50%;
	vertical-align:top;
	background-color:transparent!important;
    font-weight: bold!important;
    color: #371000;
    font-size:16px;
}

.formHeadings{
	font-weight: bold!important;
    color: #666666;	
}

.setLineHeight{
line-height:1.5;
}


#hpBackground{
background: url("images/bg6.jpg") no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}
.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
  background-color: #F6F1ED;
  padding: 20px;
  flex: 32%;
  margin:5px 5px;
  padding:10px;
  text-align:center;
  word-wrap: break-word; 
  word-break: break-word;
}

.hp-item img{
   /* border:4px double #B2975D;
    margin:5px;
    padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
}

.hp-item h2{
font-family: 'Open Sans', sans-serif;
	font-size:16pt;
	text-transform:uppercase;
	font-weight:normal;
	padding:10px 5px;
background-color: #633415; 
color: #E9DEC0
}

.hp-item p{
    text-align:left;
}

.hp-item ul{
    text-align:left;
    margin-left:30px;
    font-size: 17px;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout 
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}
*/

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .hp-item {
    flex: 100%;
  }
}


td {
	font-size:12px;
}

.homeTable td{
  font-size:12px;
}

@media (min-width: 600px) {
td {
	font-size:16px;
}	
}

@media (min-width: 800px) {
td {
	font-size:18px
}	
}
