#code_menu_color {
	background-color: RGB(166, 166, 166);
}
#code_menu_color:hover {
	background-color: RGB(142, 180, 227);	
}
#myDropdown{
	display: none;
}
.dropdown-content {
    position: relative;
    top: 63px;
    left: -27px;
    width: 87px;
	background-color: RGB(31, 73, 125);
}
#showContact:hover {
	cursor: hand;
}
.dropdown-text {
	border-top: solid 1px RGB(31, 73, 125);
	color: white;
	display: block;
	position: relative;
	text-align: center;
	background-color: RGB(31, 73, 125);
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: tahoma, Helvetica, sans-serif;
}
#dropdown-1:hover {
	border-top: solid 1px RGB(31, 73, 125);
	background-color: RGB(142, 180, 227);
}
#dropdown-2:hover {
	border-top: solid 1px RGB(31, 73, 125);
	background-color: RGB(142, 180, 227);
}
#dropdown-3:hover {
	border-top: solid 1px RGB(31, 73, 125);
	background-color: RGB(142, 180, 227);
}
#dropdown-4:hover {
	border-top: solid 1px RGB(31, 73, 125);
	background-color: RGB(142, 180, 227);
}
form {
  position: absolute;
  left: 700px;
  top: 600px;
  border: 1px solid black;
  font-family: tahoma, Helvetica, sans-serif;
}
/*p {
	position: absolute;
	top: 660px;
	left: 700px;
	font-family: tahoma, Helvetica, sans-serif;
}*/
#pText {
	position: absolute;
	bottom: 1%;
	left: 700px;
	font-family: tahoma, Helvetica, sans-serif;
}
.darkGreenHexagon {
  width: 100px;
  height: 55px;
  background: #006400;
  position: absolute;
}
.darkGreenHexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: #006400;
}
.darkGreenHexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #006400;
}

.greenHexagon {
  width: 100px;
  height: 55px;
  background: #7CFC00;
  position: absolute;
}
.greenHexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: #7CFC00;
}
.greenHexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #7CFC00;
}

.yellowHexagon {
  width: 100px;
  height: 55px;
  background: yellow;
  position: absolute;
}
.yellowHexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: yellow;	
}
.yellowHexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid yellow;
}

.greyHexagon {
  width: 100px;
  height: 55px;
  background: grey;
  position: absolute;
}
.greyHexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: grey;	
}
.greyHexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid grey;
}

.redHexagon {
  width: 100px;
  height: 55px;
  background: red;
  position: absolute;
}
.redHexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: red;
	
}
.redHexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid red;
}

.hexagon {
  width: 100px;
  height: 55px;
  background: orange;
  position: absolute;
}
.hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid orange;
  border-bottom-color: orange;
	
}
.hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid orange;
}
.circle{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ece9ce;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}
.cir1 {
  top: 107px;
  left: 205px;
  background: orange
}
.cir2 {
  top: 107px;
  left: 315px;
}
.cir3 {
  top: 107px;
  left: 425px;
}
.cir4 {
  top: 197px;
  left: 150px;
}
.cir5 {
  top: 197px;
  left: 260px;
}
.cir6 {
  top: 197px;
  left: 370px;
}
.cir7 {
  top: 197px;
  left: 480px;
}
.cir8 {
  top: 287px;
  left: 95px;
}
.cir9 {
  top: 287px;
  left: 205px;
  color: red;
}
.cir10 {
  top: 287px;
  left: 315px;
  color: red;
}
.cir11 {
  top: 287px;
  left: 425px;
  color: red;
}
.cir12 {
  top: 287px;
  left: 535px;
  color: red;
}
.cir13 {
  top: 377px;
  left: 150px;
}
.cir14 {
  top: 377px;
  left: 260px;
}
.cir15 {
  top: 377px;
  left: 370px;
}
.cir16 {
  top: 377px;
  left: 480px;
}
.cir17 {
  top: 467px;
  left: 205px;
}
.cir18 {
  top: 467px;
  left: 315px;
}
.cir19 {
  top: 467px;
  left: 425px;
}

.hex1 {
  top: 100px;
  left: 165px;
}
.hex2 {
  top: 100px;
  left: 275px;
}
.hex3 {
  top: 100px;
  left: 385px;
}
.hex4 {
  top: 190px;
  left: 110px;
}
.hex5 { 
  top: 190px;
  left: 220px;
}
.hex6 { 
  top: 190px;
  left: 330px;
}
.hex7 {
  top: 190px;
  left: 440px;
}
.hex8 {
  top: 280px;
  left: 55px;
}
.hex9 { 
  top: 280px;
  left: 165px;
}
.hex10 { 
  top: 280px;
  left: 275px;
}
.hex11 { 
  top: 280px;
  left: 385px;
}
.hex12 {
  top: 280px;
  left: 495px;
}
.hex13 {
  top: 370px;
  left: 110px;
}
.hex14 { 
  top: 370px;
  left: 220px;
}
.hex15 { 
  top: 370px;
  left: 330px;
}
.hex16 {
  top: 370px;
  left: 440px;
}
.hex17 {
  top: 460px;
  left: 165px;
}
.hex18 {
  top: 460px;
  left: 275px;
}
.hex19 {
  top: 460px;
  left: 385px;
}
.button {
  position: absolute;
  display: inline-block;
  font-size: 24px;
}
#button1 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  left: 14px;
  }
.hex20{
  top: 20px;
  left: 220px;
}




/*
 * Above is styles for hexagon layout, below menu
 */
/* .currentPage {
	background-color: RGB(31, 73, 125);
}
.menubar {
	position: absolute;
	display: flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
	z-index: 5;
	background: RGB(166, 166, 166);
	justify-content: center;
}
ul {
	position: relative;
	display: block;
	float: center;
}

ol {
	position: absolute;
	top: -16px;
}
li {
	position: relative;
	display: inline-block;
	font-family: tahoma, Helvetica, sans-serif;
	list-style: none;
	overflow: hidden;
	background: RGB(166, 166, 166);
}
li a {
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 22px;
	padding-bottom: 22px;
	color: white;
}
a { 
	text-decoration: none; 
	color: inherit;
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
a:focus { 
	text-decoration: none;
}
a:hover, a:active { 
	text-decoration: none; 
}
li:hover {
    background-color: RGB(142, 180, 227);
}
#emailForm {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
#whatsthis {
	position: relative;
	margin-top: 10%;
	font-family: tahoma, Helvetica, sans-serif;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	border: solid 8px RGB(31, 73, 125);
	background: white;
	border-radius: 10px;
	padding: 15px;
	display: none;
	z-index: 10;
}
#highlight {
	color: blue;
}
#highlight:hover {
	cursor: hand;
	background-color: RGB(182, 220, 267);
}

#editable {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
	color: RGB(31, 73, 125);
	font-style: italic;
}
#othereditable {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: black;	
}
#backgroundLayer {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0.8;
	background-color: black;
}
#closewhatsthis {
	position: relative;
	text-align: center;
	line-height: 25px;
	float: right;
	right: 0px;
	width: 25px;
	height: 25px;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 50px;
}
#closewhatsthis:hover {
	cursor: hand;
}
.numbah {
	color: black;
	background-color: white;
	height: 28px;
	width: 28px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 28px;
	line-height: 28px;
	text-align:center;
	position:relative;
	top:-6px;
	left: 35px;
	font-family: arial, helvetica, times;
}
#red {
	color: red;
}
/*
 * Set layout
 */
.currentHand {
	position: absolute;
	display: block;
	width: 99%;
	top: 175px;
	text-align: center;
}
.dealtCards {
	position: relative;
	display: inline-block;
/*	width: 165px;
	height: 304px;
original pixel size (rounded to 305px...)
 */
/*	width: 297px;
	height: 183px;*/
	width: 190px;
	height: 117px;
	border: 1px solid black;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dealtCards-yellowCard {
	position: relative;
	display: inline-block;
/*	width: 165px;
	height: 304px;
original pixel size (rounded to 305px...)
 */
/*	width: 297px;
	height: 183px;*/
	width: 190px;
	height: 117px;
	border: 1px solid black;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 0 4px 8px 0 yellow, 0 6px 20px 0 yellow;
}
.yellowCard {
	box-shadow: 0 4px 8px 0 yellow, 0 6px 20px 0 yellow;	
}
.dealtCards:hover {
	cursor: hand;
}
.setButton {
	width: 80px;
	height: 40px;
	margin: 5px;
	border: 3px solid black;
	border-radius: 5px;
	background-color: rgb(17, 72, 132);
	color: white;
	overflow: hidden;
}
.setButton:hover {
	cursor: hand;
	background: rgb(141, 181, 224);
}
.wrapper {
	position: absolute;
	top: 335px;
	left: 65px;
}