@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;
}
#insiderodeos{
	background-image: url(images/rodeo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 306px;
	height: 146px;
	padding: 10px 10px 10px 10px;
	display: block;
	 box-sizing: border-box;
}

#fieldrodeos{
	width: 320px;
	height: auto;
}

.myrodeobutton
{
	font-family: 'Roboto-Regular';
	text-transform: uppercase;
	outline: 0;
	background: #1476B0;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
	
	
}
