/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.btn-float-left{
	float: left;	
}
.btn-float-right{
	float: right;
}
.button-shadow{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.mainHeader {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background-color:#ABBEA9;
    border-radius:4px;
    font-size:24px;
    padding:20px;
    max-width: 600px;
    margin:5px;
    text-align: center;
}
.mainHeader2 {
    background-color:#ABBEA9;
    border-radius:4px;
    font-size:24px;
    padding:20px;
    max-width: auto;
    margin:5px;
    text-align: center;
}
.navButton {
	border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
    text-align: center;
    width: auto;
    margin: 3px;

}

.mainButton {
	border-radius:5px;
	//border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
    text-align: center;
    width: 150px;
    margin: 3px;

}

.mainButton:active {
	position:left;
	top:1px;
}
.backButton {
	background-color:#ABBEA9;
}

.profileButton {
	background-color:#929392;
}
.profileButton:hover {
	background-color:#476e9e;
}


.buyButton {
	//background:linear-gradient(to bottom, #7892c2 5%, #FFFFFF 100%);
	background-color:#7892c2;
}
.buyButton:hover {
	//background:linear-gradient(to bottom, #FFFFFF 5%, #7892c2 100%);
	background-color:#476e9e;
}
 
.sellButton {
//	background:linear-gradient(to bottom, #10590F 5%, #FFFFFF 100%);
	background-color:#10590F;
}
.sellButton:hover {
//	background:linear-gradient(to bottom, #FFFFFF 5%, #10590F 100%);
	background-color:#476e9e;
}


.logoutButton {
//	background:linear-gradient(to bottom, #8A1E1E 5%, #FFFFFF 100%);
	background-color:#8A1E1E;
}
.logoutButton:hover {
//	background:linear-gradient(to bottom, #FFFFFF 5%, #8A1E1E 100%);
	background-color:#476e9e;
}
 .imgcontainer {
  position: relative;
  width: 50%;
}

.imgimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.imgleft {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.imgmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgcontainer:hover .imgimage {
  opacity: 0.3;
}

.imgcontainer:hover .imgmiddle {
  opacity: 1;
}
.imgcontainer:hover .imgleft {
  opacity: 1;
}
.imgtext {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



.btn-5 {
  border: 0 solid;
  //box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
 // outline: 1px solid;
 // outline-color: rgba(255, 255, 255, .5);
 // outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .5), 0 0 20px rgba(0, 0, 0, .2);
  outline-color: rgba(0, 0, 0, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}

.btn-6 {
  border: 0 solid;
  //box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
 // outline: 1px solid;
 // outline-color: rgba(255, 255, 255, .5);
 // outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-6:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}
.btn-7 {
  border: 0 solid;
  //box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
 // outline: 1px solid;
 // outline-color: rgba(255, 255, 255, .5);
 // outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-7:hover {
  border: 1px solid;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, .5), 0 0 5px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 10px;
}
.nolinkunderline {
  text-decoration: none;
}

nolinkunderline.a:link { text-decoration: none; }
nolinkunderline.a:visited { text-decoration: none; }
nolinkunderline.a:hover { text-decoration: none; }
nolinkunderline.a:active { text-decoration: none; }