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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 360px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.menu {
	width: 47%;
	text-align: center;
	margin: 30px;
}

.bamenu {
	width: 5%;
	text-align: center;
}

.amenu {
	width: 20%;
	text-align: center;
}

.bmenu {
	width: 40%;
	text-align: center;
}

.cmenu {
	width: 50%;
	text-align: center;
}

.toptabs {
	font-family: Tahoma;
	font-size: 18px;
	color:#DCDCDC;
	width: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.hotabs {
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.hotabs2 {
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 35px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.pohabs {
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 35%;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.pohabs2 {
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 30%;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.span {
	font-size:15px;
	font-family: Verdana;
	color:#000000;
}

.spans {
	font-size:14px;
	font-family: Verdana;
	color:#000000;
}

.spand {
	font-size:12px;
	font-family: Verdana;
	color:#000000;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.body {
	padding:5px 0;
    margin:0 auto;
	/*background-color:#A9A9A9;*/
	background-image: url("/cd/back1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#nav {
	text-align: center;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
    position: relative;
 	width:auto;
  	margin: 0;
	padding: 0;
}
#nav a {
	display:inline-block;
	padding:10px;
}
a {
	display: inline-block;
	background: #808080;
	color: #FFF8DC;
	display: block;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
	a:hover{
	background: #000000;
    color:#DCDCDC;
}

* {box-sizing: border-box;}
.msf {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 1px;
  width: 1px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-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}
}