.btn-default {
  color: #333;
  background-color: white;
  border-color: green;
}
.custom-background-image {
	background-image:url("../images/blobkgde.gif");
	
}

.custom_button_stadium {
	border-color: green;
	text-align:center;
    text-decoration: underline;
    text-decoration-color: red;
    color: red;
    margin-bottom: 3px;
    margin-top: 2px;
}

.custom-carousel-caption {
  /*position: absolute;*/
  right: 25%;
  bottom: 5px;
  left: 25%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: green;
  background-color:transparent;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/*county links begin*/
.county_button {
	border-color: green;
	width: 100%;
	text-align:center;
    text-decoration:underline;
    text-decoration-color: black;
    color:black;
    background-color:gainsboro;
    font-weight:bold;
    margin-bottom: 10px;
}
/*county links end*/



/*Stadium Links Begin*/
.index_button_green {
	border-color: green;
    border-width: medium;
	width: 100%;
    background-color: transparent;
	text-align:left;
    color:red;
    font-weight: normal;
    margin-bottom: 10px;
}
/*Stadium Links End*/
.top_buttons {
	border-color: green;
	text-align:center;
    text-decoration: underline;
    text-decoration-color: red;
    color:red;
    font-weight: bold;
}

/*stadium region link begin*/
.custom_region_button {
	border-color: green;
	text-align:center;
    text-decoration: underline;
    color:red;
    font-weight: bold;
}
/*stadium region link begin*/

.stadium_address_button{
	text-align:center;
    text-decoration: underline;
    background-color: transparent;
    border-color: green;
}

/*weather link begin*/
.stadium_weather_button{
	text-align:center;
    text-decoration: underline;
    background-color: transparent;
    border-color: green;
}
/*weather link end*/

/*adsense holder begin*/
.gad {
    padding: 15px 15px 15px 15px;
	left: auto;
	right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clip: rect(auto, auto, auto, auto);
}
/*adsense holder begin*/

/*amazon ad holder begin*/
.amazonad {
	padding: 0px 5px 5px 0px;
	margin: .5em auto .5em auto;
	left: auto;
	right: auto;
	text-align: center;
	}
/*amazon ad holder begin*/

/*page componant begin*/
body {
	background-image:url('turf.jpg');
	margin:0;
	border:0;
	padding:0;
    border-top: 0;
}
body {
	background-color: rgb(54, 176, 123);
	margin: 0;
 }
	
hr {
	 background-color: #A7A7A7;
	 height: 3px;
	 padding: 0;
	 margin-bottom: 2px;
	 margin-top: 2px;
 }

#h4 {
	font-style:italic;
	text-decoration:underline;
}

.custom-12 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.custom-background {
  background-color:"#red";
}

.image_center {
	margin: .5em auto .5em auto;
	text-align: center;
}

/*page componant end*/

/*menu componant begin*/
.navbar {
  		margin-bottom: 0px;
	}

.custom-menu {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0;
}
/*menu componant end*/

/*footer begin */
.custom-footer {
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  text-emphasis: none;
}
/*footer end */

/*link format begin*/
a {
  color: red;
  text-decoration: none;
}
a:hover,
a:focus {
  color: indianred;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.custom-form {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#CCFFCC;
}
