

html{
    background-color: #fbfbf9;
}

/*
 background:#FBDD71;
 8C1515
 background-color: #fbfbf9;
 f8f6ea
*/

select {
    margin: 5px 0px 5px 0px;
}

#head{
    min-width: 20px;
    min-height: 20px;
    background:#f3efd8;
}

#rectangle{
    min-width: 20px;
    min-height: 24px;
    border: 1px solid #8C1515;
    background:#8C1515;
    margin: 0px 0px 0px 0px;
}

#arrow-up {
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  
  border-bottom: 12px solid #8C1515;
  position:relative;
  float:right;
  top:-20px;
  margin-top:-3px;
  
}

.box {
    border: 1px solid #fbfbf9;
    background:#fbfbf9;
    width:800px;
    min-width: 20px;
    min-height: 425px;
    margin: auto;
    text-align: center;
    display:none;
}

.floating-box {
    display: inline-block;
    text-align: left;
    min-width: 150px;
    min-height: 100px;
    border: 1px solid lightgray;
    margin: 15px 10px 15px 10px;
}

.game-image {
    width: 337px;
    height: 250px;
    margin:auto;
    padding-bottom: 5px;
    display:block;
}

/* Width and height must match game image */
.imgDescription {
    visibility: hidden;
    position:absolute;
    color: white;
    width: 315px;
    height: 230px;
    margin: 15px 20px 20px 20px;
}


.appear:hover .imgDescription {
  visibility: visible;
}

.appear:hover img{
    opacity: 0.05;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.appear:hover {
   /*  background: rgb(34, 105, 34); */
 /*  background: rgb(34, 105, 34); */
    background: #3f3c30;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.appear{
    transition: all .3s linear;
    width:337px;
    height:250px;
    margin-bottom: 10px;
}

.appear img {
    transition: all .3s linear;
}

a.button {
   /* background-color: #4CAF50; /* Green */
    background-color: #eee6cb;
    border: 1px solid #ddcf99;
    color: #820000;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    float: left;
    transition: all 0.5s;
}

a.button:hover {
    background-color: white;
}

a.emptyButton {
   /* background-color: #4CAF50; /* Green */
    background-color: #eee6cb;
   /* border: 1px solid #ddcf99; */
    color: #820000;
  /*  padding: 8px 8px; */
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 18px;
  /*  float: left; */
    transition: all 0.5s;
    width: 337px;
    height: 30px;
}

#login {
    background: rgb(34, 105, 34);
    border: none;
    color: white;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    margin-right: 3px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-top: 10px;
    width: 200px;
}


#login:active {
    color: #8C1515;
    background: rgb(75, 155, 75);
}


#login:hover {
    background: rgb(50, 130, 50);
}

#loginFailed {
    background-color: #E18411;
    border: none;
    color: white;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    margin-right: 3px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-top: 10px;
    width: 200px;
}



#uname {
    width: 200px;
    height: 30px;
    font-size: 16px;
    display: block;
    margin: auto;
}

#upass {
    width: 200px;
    height: 30px;
    font-size: 16px;
    display: block;
    margin: auto;
}

#versionFarmlet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionIdollet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionLightlet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionPhotolet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionPosterlet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionTuglet {
    font-size: 18px; 
    margin-left: 10px;
}

#versionVetlet {
    font-size: 18px; 
    margin-left: 10px;
}


#versionVizlet {
    font-size: 18px; 
    margin-left: 10px;
}


#loginBox {
    position: relative;
    display:none;
    color:white;
    font-size: 20px;
    float:right;
    margin-right: 20px;
    padding-left: 8px;
    border-left: 0px double white;
    font-weight:bold;
}

#loginBox:hover {
    cursor:pointer;
}


#loginBox-content {
    display: none; 
    position: absolute;
    background-color: #f3efd8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    cursor:default;
    right: 0;
    margin-top:15px;
}


#welcome {
    padding-right: 10px;
    position: relative;
    color:white;
    font-size: 20px;
    float:right;
}






