@charset "utf-8";
/* CSS Document */



.nav li{
    display:inline;

}
.nav a{
    display:inline-block;
    padding:10px;
}
.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.content{position: relative;

   		background-position: center; 
		margin-left: auto;
		margin-right:auto;

	}
.cowboy{position: relative;
		width: 75%;
		margin-left: auto;
		margin-right:auto;
	}
	
.footer {position: relative;
		background-color:seagreen;
		top: 65px;
	    height: 120px;
    	width: 55%;
	margin-left: auto;
	margin-right:auto;
	
	}
a { text-decoration: none;}	
		
body {
		background-color:black;
  		font-family: Arial, Helvetica, sans-serif;
}
	
h1 {
	line-height: 25px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h2 {
	line-height: 25px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h3 {
	line-height: 25px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h4 {
	line-height: 25px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h5 {
	line-height: 25px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

p {color:white; }


table {margin-left: auto;
	margin-right: auto;
}
ul {
    text-align: center;
    list-style-position: outside;
}
li {
  color: red; /* bullet color */
}
.b1 {
    list-style-image: url(star.png);
}
#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px; 
    width: 200px;
    height: 100px; 
}
@media screen and (max-width: 600px) {
.footer {position: relative;
		background-color:seagreen;
		top: 25px;
	    height: 120px;
    	width: 99%;
		margin-left: auto;
		margin-right:auto;
	
	}

.nav li{
    display:inline;

}
.nav a{
    display:inline-block;
    padding:5px;
}
.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.content{position: relative;
		background-repeat: no-repeat;
   		background-position: center; 
		margin-left: auto;
		margin-right:auto;

	}
.cowboy{position: relative;
		width: 99%;
		margin-left: auto;
		margin-right:auto;
	}
	
h1 {
	line-height: 30px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h2 {
	line-height: 30px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h3 {
	line-height: 30px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h4 {
	line-height: 30px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h5 {
	line-height: 30px;
	text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.logo {width:95%;
		height:auto;}
.logo2 {width:55%;
		height:65%;}
.map {height: 150px;
		width: 150px;}
table{ width:90%;}
.texan {width: 85%;
    	height: auto;}
.flapper {width: 190px;
    	height: 240px;}	
.nav li {float:left; 
	width:20%;}
}
