h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	background-image:url(./img/woodtux.jpg); background-attachment:fixed;
	margin: 0;
	padding: 0;
}
@media only screen and (orientation: portrait) {
  body {
	margin-left:5px;
	margin-right:5px;
  }
}


.bframe {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
}

@media only screen and (min-width: 1600px) {
  bframe {
	width: 1600px
  }
}

.capt
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 45px;
	text-align: left;
}

.headfoot
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}

.head
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

.fhead
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}

.xhead
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	text-align: left;
}

.services
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	list-style-image: url("img/blueglassball.png");
}

.mytext
{
	font-family: "Georgia", "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}
	
.bar
{
	margin: 1px;
	color: black;
}

.left
{
	margin-left: 2%;
	z-index: -2;
}

.right
{
	margin-left: 2%;
	z-index: -2;
}

.mycenter
{
	display: flex;
	justify-content: left;
	margin-top: 10pt;
}

@media only screen and (orientation:landscape) {
  .left
  {
	float: left;
	width: 46%;
	margin-left: 2%;
	z-index: -2;
  }

  .right
  {
	float: right;
	width: 46%;
	margin-right: 2%;
	z-index: -2;
  }

  .mycenter
  {
	display: flex;
	justify-content: center;
  }
}

.mayshow
{
}
@media only screen and (max-width: 672px) {
  .mayshow
  {
    display: none;
  }
}

.clsect
{
  position: relative;
  margin-top: 5em;
  float: none;
  width: 100%;
  z-index: -1;
  clear: both;
}

.fsecttop
{
  width: 100%;
  z-index: -1;
  margin-top: 120px;
  scroll-margin-top: 120px;
  scroll-padding-top: 120px;
}

.fsect
{
  width: 100%;
  z-index: -1;
  margin-top: 40px;
  scroll-margin-top: 40px;
  scroll-padding-top: 40px;
}

.fsect2
{
  margin-top: 1em;
  width: 100%;
  z-index: -1;
}


.dropbtn {
  background: transparent;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.dropbtn2 {
  background: transparent;
  padding: 4px;
  font-size: 16px;
  border: box;
  border-style: outset;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-image:url(img/woodtux.jpg);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  z-index: 1;
}

.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content2 a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdown2:hover .dropdown-content2 {display: block;}
.dropdown2:hover .dropbtn2 {border-style: inset;}

#myheader {
  backgroundColor: transparent;
  position: fixed;
  margin-left: 0;
  top: 0;
  width: 100%;
  transition: 0.2s;
}


a.anchor {
  display: block;
  visibility: hidden;
  top: -100px;
  position: relative;
}

a.anchortop {
  display: block;
  visibility: hidden;
  top: -120px;
  position: relative;
}



.collapsible {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: normal;
  font-weight: bolder;
  /* color: #4f4f4f; */
  color: black;
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 36px;
}

/*
.active, .collapsible:hover {
  color: black;
}
*/
.collapsible:hover {
  color: #4f4f4f;
}

.collapsible:before {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-family: "Georgia", "Times New Roman", serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 36px;
  color: black;
  float: left;
  margin-left: 5px;
}

.active:before {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content {
  /* padding: 0 18px; */
  display: none;
  overflow: hidden;
}

.grid-container {
  display: grid;
  margin-left: 30px;
  width: 100%;
  grid: 150px / auto auto auto
  gap: 50px 50px;
  /* grid-auto-column: 200px; */
  /* grid-template-columns: repeat (auto-fit, 200px); */
  grid-template-columns: 200px 200px 200px
  grid-auto-row: 200px;
  grid-auto-flow: row;
}

.grid-item {
	grid-column: 1;
	/* grid-row: 1 / 3; */
}

 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /* width: 120px; */
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 


