body {
	background: white;
	color: black;
	font-family: Calibri, monospace;
	text-align: center;
}


.win li {
	list-style-type: none;
}

.front {
	background-image: url("tigerpat.png");
	background-position: center;
  background-color: white;
	background-size: 250px;
	width: 80%;
	margin: auto;
	color: white;
	text-shadow: 2px 2px black;
	border-radius: 12px;
}


h1 {
  background-color: white;
	background-size: 250px;
	margin: auto;
	color: black;
	text-shadow: 2px 2px darkgray;
	border-radius: 12px;
}


h2 {
	color: whitesmoke;
	display: inline-block;
	text-shadow: 1px 1px dimgray;
}

h3 {
	font-size: 36px;
	color: #A39171;
	text-shadow: 1px 1px darkslategray;
	border-radius: 12px;
}

.logo {
	border: none;
	width: 90px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.links {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.top {
	color: darkorange;
	text-align: center;
}

img {
	width: 80%;
	/*border: 6px ridge coral;*/
	border-radius: 12px;
	vertical-align: top;
}

table {
	width: 70%;
	display: inline-block;
}

.caption {
	width: 33%;
}


.navi li {
	text-align: center;
}

.club {
	text-align: left;
	padding-left: 10%;
	width: 65%;
}

.club ul {
	text-align: center;
	list-style-position: inside;
}


div.container {
	background: white;
  text-align: left;
  padding-left: 15%;	
}

ul.myUL {
  display: inline-block;
  background: white;
}

.myUL li {
	background: white;
}


li {
	text-align: left;
}

.pics {
	display: inline-block;
	width: 50%;
	float: left;
	padding-left: 5%;
}

.pics p {
	text-align: left;
	width: 60%;
	padding-left: 100px;

}

p {
	margin-left: 20px;
	width: 70%;
	text-align: center;
}

.nurse {
	text-align: left;
	padding-left: 150px;
	padding-right: none;
}

.vids {
	display: inline-block;
	vertical-align: top;
	border: 3px solid black;
	background: darkorange;
	width: 35%;
	float: right;
	margin-right: 20px;
}

.pan {
	width: 90%;
}

.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	border: none;
}

.navi {
	display: inline-block;
	margin: 1%;
	vertical-align: top;
	width: 25%;
}

img {
	padding-bottom: 15px;
	border-radius: 25px;
	width: 65%;
}

div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: darkorange;
	text-align: center;
}

div h3 {
	font-size: 20px;
	text-align: center;
	color: dimgray;
	text-decoration: underline;
}

div h3 a {
	color: dimgray;
}

div li a {
  display: block;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
	border-bottom: 1px solid gainsboro;
}

/* Change the link color on hover */ 
nav li a:hover {
	background-image: url("tigerpat.png");
	background-position: center;
  background-color: silver;
	background-size: 100px;
  color: white;
	text-shadow: 2px 2px black;
	font-weight: 900;
	font-family: Trebuchet MS, monospace;
}

h4 {
	text-align: center;
}

h5 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}


.left {
	width: 50%;
}


.left p {
	text-align: left;
	float: left;
	padding-left: 10%;
	color: black;

}

.left h4 {
text-align: left;	
padding-left: 15%;

}


.left img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}


.right {
	display: inline-block;
	float: right;
	text-align: center;
	vertical-align: top;
	width: 32%;
	border: 3px solid black;
	background: darkorange;
	padding: 2px;
	color: white;
	margin-right: 5%;
}

.right a {
	color: white;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 1px 1px gray;
}

.right a:hover {
	color: #181B5F;
}


.right h4 {
	text-align: center;
	color: #181B5F;
	background: #FFFAE4;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px gray;
}

.right p {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}


.navi h3 {
	text-shadow: none;
}









/* Navigation Bar on Inner Pages 

.inner ul {
  list-style-type: none;
  margin: auto;
  padding-right: 10px;
	padding-left: 10px;
  overflow: hidden;
	background-color: black;
	width: 82%; 
	letter-spacing: 3px;
}

.inner li {
  float: left;
	width: 25%;
}

.inner li a:hover {
	background: orange;
	
}
.inner li a, .dropbtn {
  display: inline-block;
  color: white;
	font-family: Trebuchet MS, monospace;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
	font-size: 15px;
	border: none;
}

.inner li a:hover, .dropdown:hover .dropbtn {
  background-color: coral;
	font-size: 16px;
}

.inner li.dropdown {
  display: inline-block;
}

.inner .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.inner .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
	letter-spacing: 0px;
}

.inner .dropdown-content a:hover {
	background-color: coral;
	color: white;
	font-size: 16px;
}

.inner .dropdown:hover .dropdown-content {
  display: block;
}

 End Inner Nav Bar */

