@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.woff2') format('woff2'),
         url('fonts/Roboto-Regular.woff') format('woff'),
         url('fonts/Roboto-Regular') format('truetype'),
         url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold.woff2') format('woff2'),
         url('fonts/Roboto-Bold.woff') format('woff'),
         url('fonts/Roboto-Bold') format('truetype'),
         url('fonts/Roboto-Bold.svg#Roboto-Bold') 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;

}

@font-face {
    font-family: 'VarianeScript';
    src: url('fonts/VarianeScript.eot');
    src: url('fonts/VarianeScript?#iefix') format('embedded-opentype'),
         url('fonts/VarianeScript.woff2') format('woff2'),
         url('fonts/VarianeScript.woff') format('woff'),
         url('fonts/VarianeScript') format('truetype'),
         url('fonts/VarianeScript.svg#VarianeScript') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin: 0;
}

header {
    width: 100%;
    height: auto;
    margin: 0;
}

#content {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    box-sizing: border-box;
    padding: 1em;
    position: relative;
    z-index: 100;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}

footer {
    position: relative;
    bottom: 0;
    grid-row-start: 2;
    grid-row-end: 3;
}

img {
    width: 100%;
    height: auto;
}
.boygirlhat {
    width: 36px;
    height: 29px;
    float: right;
}

.indimages {
    width: 296px;
    height: 65px;
}

.bold {
    font-family: 'Roboto-Bold';
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 2px;
}

h1 {
    font-size: .5em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 2.5em;
}

h6 {
    font-size: 3em;
}
#dropdownSignin{
	width: 370px;
	padding: 5px;
	border-bottom: thin solid #000000;
}
.dropdownstyle{
font-family: 'Roboto-Regular';
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: 'Roboto-Regular';
	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;
	
	
}



.hidden{
display:none;
}



#teamroping{
	padding:5px;
    width:300px;
     background-color: #f2f2f2;
}
#ribbonroping{
	padding:5px;
    width:300px;
     background-color: #f2f2f2;
}
.perficon{
    
    height: 16px;
    width: 64px;
    
}
.perficonques{
    
    height: 16px;
    width: 85px;
    
}
#tablecosts {
	font-family: 'Roboto-Regular';
	border-collapse: collapse;
	width: 300px;
}

#tablecosts td, #tablecosts th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tablecosts tr:nth-child(even){background-color: #f2f2f2;}

#tablecosts tr:hover {background-color: #ddd;}

#tablecosts th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #84191A;
  color: white;
  text-transform: uppercase;
  vertical-align: top;
}
#dtlIndevents {
	font-family: 'Roboto-Regular';
	border-collapse: collapse;
	width: 300px;
}

#dtlIndevents td, #dtlIndevents th {
  border: 1px solid #ddd;
  padding: 8px;
}

#dtlIndevents tr:nth-child(even){background-color: #f2f2f2;}

#dtlIndevents tr:hover {background-color: #ddd;}

#dtlIndevents th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #84191A;
  color: white;
  text-transform: uppercase;
  vertical-align: top;
}

 #loadinggif{
            font-family: 'Roboto-Bold';
            font-size: 10pt;
            border: 5px dashed #f00;
            width: 200px;
            height: 100px;
            display: none;
            position: fixed;
            background-color: White;
            z-index: 999;
            margin: 0 auto;
            text-align: center;
            padding-top: 35px;
        }
  .modal {
            position: fixed;
            top: 0;
            left: 0;
            background-color: lightgray;
            z-index: 99;
            opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            min-height: 100%;
            width: 100%;
        }

