@charset "UTF-8";/* CSS Document *//* Main Suncoast Sandpipers Stylesheet *//* SANDPIPERS colorsDk green	#526323Md green	#A8B191Gold		#C4C15BTan		#A7A084Orange		#C47133Lt gradient #CED2FCDk gradient #514C81W3-Blue-grey   #607d8bW3-dark-theme   #303e45See https://www.colorhexa.com/8e84a7*//*	DO NOT CREATE A CLASS NAMED changeit will interfere with the mangle() function in main.js */.josef {  font-family: 'Josefin Sans', sans-serif;  font-size: 48px;  /* text-shadow: 4px 4px 4px #aaa; */  }.imgleft { margin:0 1em 0 0; float:left; border:1px solid #A7A084; padding:0.5em; }.imgright { margin:0 0 0 1em; float:right; border:1px solid #A7A084; padding:0.5em; }blockquote.pull { float:right; padding:2em; margin:1em; background-color:#CCCCFF; width:20% }.tooltip {	position:relative; /*this is the key*/	z-index:99;	text-decoration:none;}a.tooltip:hover{	z-index:100;}.tooltip span {	display: none; }.dropcap {  float: left;   width: 0.7em;   font-size: 400%;  line-height: 80%;}/* Responsive TopNav *//* Responsive TopNav *//* Add a black background color to the top navigation */.topnav {  background-color: #303e45;  overflow: hidden;}/* Style the links inside the navigation bar */.topnav a {  float: left;  display: block;  color: #f2f2f2;  text-align: center;  padding: 14px 16px;  text-decoration: none;  font-size: 17px;}/* Change the color of links on hover */.topnav a:hover {  background-color: #ddd;  color: black;}/* Add an active class to highlight the current page */.topnav a.active {  background-color: #4CAF50;  color: white;}/* Hide the link that should open and close the topnav on small screens */.topnav .icon {  display: none;}/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */@media screen and (max-width: 600px) {  .topnav a:not(:first-child) {display: none;}  .topnav a.icon {    float: right;    display: block;  }}/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */@media screen and (max-width: 600px) {  .topnav.responsive {position: relative;}  .topnav.responsive a.icon {    position: absolute;    right: 0;    top: 0;  }  .topnav.responsive a {    float: none;    display: block;    text-align: left;  }}/* Responsive TopNav *//* Responsive TopNav *//* Icon Bar *//* Icon Bar */.icon-bar {  position: fixed;  right: 5px;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}.icon-bar a {  display: block;  text-align: center;  padding: 16px;  transition: all 0.3s ease;  color: white;  font-size: 20px;}.icon-bar a:hover {  background-color: #000;}.facebook {  background: #3B5998;  color: white;}.content {  margin-left: 75px;  font-size: 30px;}/* Icon Bar *//* Icon Bar *//* Auto slideshow */