/* write comments here */

.welcome {
	text-align: center;
	border-color: #ff6633;
	border-width: 10px;
	padding-top: 5px;
	font-size: 16pt;
	font-weight: bold;
	background: url("woodtile.jpg") 			repeat;
	border-style: ridge;
	color: #A52A2A;
}
.tabletext {
	font-size: medium;
	color: #ffdab9;
	font-weight: bold;
}

.tablecenter tr:hover { 
    width:97%; 
    margin-left:auto; 
    margin-right:auto;
	 background-color:#FFDAB9;
}

.tablecenter { 
    width:97%; 
    margin-left:auto; 
    margin-right:auto; 
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}

.centertext {
text-align:center;
}

also left, right, justify

.center {
  margin: auto;
  margin: auto;
} 

.welcome2 {
	text-align: center;
	border-color: #ff6633;
	border-width: 8px;
	font-size: 12pt;
	font-weight: normal;
	background: url("woodtile.jpg") 			repeat;
	border-style: ridge;
	color: #000000;
	padding-bottom: 20px;
}

.welcome3 {
	text-align: center;
	border-color: #ff6633;
	border-width: 8px;
	font-size: 12pt;
	font-weight: normal;
	background: url("woodtile.jpg") 			repeat;
	border-style: ridge;
	color: #000000;
	padding-bottom: 20px;
	width: 50%;
}

.margins {
	margin-left:20px;
	margin-right:30px;
}

.marginsbig {
	margin-left:70px;
	margin-right:80px;
}

.marginscd {
	margin-left:20px;
	margin-right:20px;
}

.h2 {
	font-size: 12pt;
	font-weight : bold;
	color: #660033;
}

.h3 {
	font-size:12pt;
	font-weight:bold;
	color:#A52A2A;
}

.h4 {
	font-size: 18pt;
	font-weight :  bold;
}

.rowhead {
	font-size: 18pt;
	font-weight : bold;
	color:#660033;
}

.rowheadtr {
background-color: #ffcc99;
}



.edgedecal {
	background-position:0px 0px; background-repeat:repeat-y; background-image:url(treble.gif);
}

.tile {
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-image: url(guitarstrophetile.jpg)
}

.leftpic {
	padding-right:6px;
	padding-left:6px;
	float: left;
	text-align : center;
	padding-bottom : 6px;
	padding-top : 6px;
	font-weight : bold;
}

.rightpic {
	padding-left:6px;
	padding-right:6px;
	float:right;
	text-align : center;
	padding-top : 6px;
	padding-bottom : 6px;
	font-weight : bold;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

A.nav {
	font-size : 18px;
	color : #B22222;
	font : bold;
	text-decoration : none;
	}

A.nav:hover {
	font-size : 18px;
	color : #800000;
	font : bold;
	text-decoration : none;
}

A.navws {
	color : #FFD700;
	font : bold;
	text-decoration : none;
}

A.navws:hover {
	color : #00CCFF;
	font : bold;
	text-decoration : none;
}

.underline {
	text-decoration: underline;
}
.size {
font-size:10pt;}

.woodtile{
	background-image : url("woodtile.jpg");
	background-repeat : repeat;
}

.thumbnail {
	float: left;
	width: 100px;
	height: 175px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.thumbnailt {
	float: left;
	width: 164px;
	height: 291px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#links a {
	display:block;
	padding-top: 100px;
	color: #ffdab9;
}

#links a img {
	height: 0;
	width: 0;
	border-width: 0;
}
#links a:hover img {
	position: relative;
	top: -270px;
	left: 70px;
	height: 400px;
	width: auto;
	border-style:ridge;
	border-color:#A52A2A;
	border-width: 3px;
}

#tlinks a {
	display:block;
	padding-top: 100px;
}

#tlinks a img {
	height: 0;
	width: 0;
	border-width: 0;
}

#tlinks a:hover img {
	position: relative;
	top: -230px;
	left: -20px;
	height: 800px;
	width: auto;
	border-style:ridge;
	border-color:#A52A2A;
	border-width: 3px;
}

.striped tbody tr:hover {
	background-color:#FFDAB9;
}

.button {
	background-color: #ffcc99;
	border-width: 2px;
	border-color: #FFA500;
	border-style : ridge;
	border-radius: 8px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.button2 {
	background-color: #f5deb3;
	border-width: 3px;
	border-color: #FFA500;
	border-style : ridge;
	border-radius: 8px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.popup {
	position: inherit;
	display: inline-block;
	width: auto;
	color: #660033;
	text-decoration: none;
}

.popup .popuptext {
	visibility: hidden;
	width: 600px;
	/* Position the popup */
	position: absolute;
	z-index: 1;
	left: 3px;
}

.popup:hover .popuptext {
    visibility: visible;
}

.popup .popuptext2 {
	visibility: hidden;
	width: 600px;
	/* Position the popup */
	position: absolute;
	z-index: 1;
	right:3px;
}

.popup:hover .popuptext2 {
    visibility: visible;
}

.popup .popuptext3 {
	visibility: hidden;
	width: 600px;
	/* Position the popup */
	position: absolute;
	z-index: 1;
	right:130px;
}

.popup:hover .popuptext3 {
    visibility: visible;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffcc99; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffa500; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A52A2A; 
}

.items {
  display: flex;
  justify-content: space-between;
}
padding-left {
	padding-left: 30px;
}

/* below is dropdown code */

.dropbtn {
  background-color: #660033;
  color: white;
  padding:10px;
  font-size: 16px;
  border-style: ridge;
  border-width: 2px;
  border-color: #ff6633;
  font-weight: bold; 
}

.dropdown {
  position: fixed;
  top: 10;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffcc99;
  min-width: 100px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 3px 5px;
  text-decoration: none;
  border-style: ridge;
  border-width: 2px;
  border-color: #ff6633;
  font-weight: bold;
  display: block;
}

.dropdown-content a:hover {
background-color: #FFDAB9;}

.dropdown:hover .dropdown-content {
display: block;}

.dropdown:hover .dropbtn {
background-color: #FFDAB9;
color: black;
}
