* {box-sizing: border-box;}
body {
	margin-top: 0px auto;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #A85400;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #0070bb;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
	color: hsla(224,100%,70%,1);
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  opacity: 0;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 0px;
	width: 0px;
	margin: 0px;
	background-color: #ffffff;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #ffffff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.logo{
  margin-bottom: 20px;
}

#topnav	{
  clear:both;
}

#topnav ul	{
padding:15px; margin:0;
  border-top:1px #000 dotted;
}

#topnav ul li	{
display:inline; list-style-type:none;
margin:0 10px 0 0;
}

#topnav a:link	{
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase; color:#000;
}

#topnav a:visited	{
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase; color:#caa019;
}

#topnav a:active	{
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase; color:#A85400;
}

#topnav a:hover	{
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase; color:#0070bb;
}

#topnav a:focus	{
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase; color:#A85400;
}

.lcontainer {
  padding: 20px;
  text-align: center;
}

.lcontainer p {
  text-align: left;
  margin: 0 auto 15px;
  max-width: 850px;
  width: 90%;
}


h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #0070bb;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: black;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: black;
  margin: 0;
  padding: 0;
}

#leopard{
  display: flexbox;
  width: 100%;
  max-width: 850px;
  justify-content: center;
  padding-bottom: 20px;
}

#al{
  display: flexbox;
  width: 100%;
  max-width: 850px;
  justify-content: center;
  padding-bottom: 20px;
}

#Fund_Jaguar{
  display: flexbox;
  width: 100%;
  max-width: 850px;
  justify-content: center;
  padding-bottom: 20px;
}

#obc{
  display: flexbox;
  width: 100%;
  max-width: 850px;
  justify-content: center;
  padding-bottom: 20px;
}
  
    p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin: 0;
}

.credit{
  margin-top: -15px;
  margin-bottom: 10px;
}
.zcolor {
  color: #0070bb; 
}

.bcolor {
  color: #CF8D29; 
  text-shadow:1px 1px 2px #A85400;
}



.header {
	color:white;
	}

  #footer	{
    clear:both;
    padding:10px 0;
    border-top:1px #000 dashed;
  }
  
  #footer p	{
        text-align:center;
        font-size:15px;
        font-weight:bold;
  }
  


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
