@charset "UTF-8";
/* CSS Document */
/* Tom Hunter Photography © */

.collapsible {
	background-color: #026b96;
	color: white;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 20px;
	-moz-border-radius: .8em .8em .8em .8em;
	-webkit-radius: .8em .8em .8em .8em;
	border-radius: .8em .8em .8em .8em;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 1;
}

.active, .collapsible:hover {
	 background-color: #900;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #222;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #036;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media  only screen and (min-width: 0px) and (max-width: 775px) {

	.collapsible {
	  font-size: 25px;
		padding-top: 12px;
		padding-bottom: 12px;

	}


		}



		/* W3 Schools - Auto Top Scroller */

		/*
		#myBtn {
		  display: none;
		  position: fixed;
		  bottom: 20px;
		  right: 30px;
		  z-index: 99;
		  font-size: 18px;
		  border: none;
		  outline: none;
		  background-color: red;
		  color: white;
		  cursor: pointer;
		  padding: 15px;
		  border-radius: 4px;
		}

		#myBtn:hover {
		  background-color: #555;
		}
		*/


		/* Old - Auto Top Scroller */

		#toppage {
		z-index:7;
		min-height:50px;
		right: 60px;
		position: fixed;
		bottom: 0;
		margin-bottom: 60px;
		height: 80px;
		width: 80px;

		margin-right: 0px;
		clear: both;
		background-image: url(text/top80wht.png);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #026b96;
	}


.shadow_pic4left {
  -moz-box-shadow: -4px 4px 6px rgba(0,0,0,0.4);
  -webkit-box-shadow: -4px 4px 6px rgba(0,0,0,0.4);
  box-shadow: -4px 4px 6px rgba(0,0,0,0.4);
}

.borderradius_left {
			-webkit-border-radius: 50px 50px 50px 50px;
			-moz-border-radius: 50px 50px 50px 50px;
			border-radius: 50px 50px 50px 50px;
}

html {
  scroll-behavior: smooth;
}

/* Auto Top Scroller3 */
