/* Style the form */
body{background: url(lake_irene.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: fixed;
 /*background-size: contain, cover;*/
 /*background-size: 100% 100%;*/
 background-size: cover;
 background-color: black;
}

/*Does this fix problem or not*/
#wrapper{background: white;
 background: rgba(255,255,255,.6);
 border-radius: 10px;
 /*width: 960px;
 height: 800px;*/
 width: 60em;
 height: 40em;
 margin: 80px auto 0 auto;
 position: relative;
}

#intro{background-color: #ffffff;
  /*width: 800px;
  height: 500px;*/
  width: 46em;
  height: 26em;
  border: 1px groove gray;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px;
}

#begin{font-family: sans-serif;}

#welcome{text-align: left;
font-size: 20px;}

#regForm {
  background-color: #ffffff;
  /*width: 800px;
  height: 500px;*/
  width: 46em;
  height: 26em;
  border: 1px groove gray;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px;
}

/*results page columns*/
.column {
  float: left;
  width: 50%;
  line-height: 2em;
}

.flagrow:after {
  content: "";
  display: table;
  clear: both;
}

/*Me styling button*/
.button{background-color: #04AA6D; /* Green */
  border: outset 3px silver;
  border-radius: 10px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}
  
  .button:hover{background-color: white;
  color: #04AA6D;
  border: outset 3px #04AA6D;
}

.button:active{background-color: #d3d3d3;
color: #355e3b;
border: inset 3px #355e3b;
transition-duration: 0.4s;
}


/* Style the input fields */
input {
  padding: 10px;
  width: 50%;
  font-size: 20px;
  font-family: Raleway;
  border: 1px inset #aaaaaa;
  background-color: #e8fbe8;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  font-size: 20px;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
