@font-face {
    font-family: 'mavenpro';
    src: url('fonts/mavenpro.eot');
    src: url('fonts/mavenpro.eot?#iefix') format('embedded-opentype'), url('fonts/mavenpro.woff2') format('woff2'), url('fonts/mavenpro.woff') format('woff'), url('fonts/mavenpro') format('truetype'), url('fonts/mavenpro.svg#mavenpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mavenprobold';
    src: url('fonts/mavenprobold.eot');
    src: url('fonts/mavenprobold?#iefix') format('embedded-opentype'), url('fonts/mavenprobold.woff2') format('woff2'), url('fonts/mavenprobold.woff') format('woff'), url('fonts/mavenprobold') format('truetype'), url('fonts/mavenprobold.svg#mavenprobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('fonts/Roboto-Italic.eot');
    src: url('fonts/Roboto-Italic?#iefix') format('embedded-opentype'), url('fonts/Roboto-Italic.woff2') format('woff2'), url('fonts/Roboto-Italic.woff') format('woff'), url('fonts/Roboto-Italic') format('truetype'), url('fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('fonts/Roboto-BoldItalic.eot');
    src: url('fonts/Roboto-BoldItalic?#iefix') format('embedded-opentype'), url('fonts/Roboto-BoldItalic.woff2') format('woff2'), url('fonts/Roboto-BoldItalic.woff') format('woff'), url('fonts/Roboto-BoldItalic') format('truetype'), url('fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}



* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-family: 'mavenpro';
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #2c1f00;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 2px;
}

p {
    color: #2c1f00;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'mavenprobold';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 2px;
}

h1 {
    font-size: 8pt;
}

h2 {
    font-size: 10pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 18pt;
}

h6 {
    font-size: 20pt;
}

html {
    width: 100%;
    margin: 0 !important;
	
}

header {
	position:relative;
	z-index: 5;
}
header img{

  right:0%;
  width: 100%;
  min-height: 200px;
 }
main{
	
	min-height: 750px;
	height:auto;
	min-width: 100%;
	position: relative;
	z-index: 1;
}

#bodyholder{
	top: 0px;
	left: 442px;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 750px;
	height: auto;
	padding: 10px 10px 10px 20px;
}


footer {
	position:relative;
	z-index: 5;
}
footer img{

  right:0%;
  width: 100%;
  min-height: 200px;
 }


#dropdownSignin{
	width: 370px;
	padding: 5px;
	border-bottom: thin solid #000000;
}
.dropdownstyle{
font-family: 'mavenpro';
font-size:8pt;
color:#000000;
}
#fieldrodeos{
	padding:5px;
	width:300px;
}
#fieldrodeos h2{
	color:#000000;
	font-weight: 11pt;
}
#legrodeos{
	color:#000000;
	margin-left: 20px;
	font-weight: 12pt;
}
.myrodeobutton
{
	font-family: 'mavenpro';
	text-transform: uppercase;
	outline: 0;
	background: #1476B0;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	margin-top: 20px;
	
	
}

#items {
  font-family: 'mavenpro';
  border-collapse: collapse;
  width: 80%;
}

#items td, #items th {
  border: 1px solid #ddd;
  padding: 8px;
}

#items tr:nth-child(even){background-color: #f2f2f2;}

#items tr:hover {background-color: #ddd;}

#items th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #84191A;
  color: white;
  text-transform: uppercase;
}

.hidden{
display:none;
}
