html, body{
  overflow:hidden;
  height: 100%;
  min-height: 100%;
  font-family: "Verdana", sans serif;
  color: #606075;
  background: #e0ffe0;
}
.tight {
  margin-top: -0.6em;
  line-height: 1.4;
}
.tight button {
  width: 9em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
}
h3 {
  color: #991e32;
}
#header {
  width:100%;
  top:0;
  height:4.4em;
  background: #e0ffd0;
  text-align:center;
  vertical-align: middle;
  margin-top: 0.5em;
  margin-bottom: -2em;
}
#flag {
  height: 2em;
  width: auto;
  margin-top: -0.3em;
 vertical-align: middle;
}
#footer {
  position: absolute;
  width: 100%;
  background: #e0ffd0;
  font-family: verdana, sansserif;
  text-align:center;
  font-size: 0.8em;
}
#start, #form-embed,
#puzzlemap-embed-1, #puzzlemap-embed-2, #puzzlemap-embed-3, #puzzlemap-embed-4 {
  width: 90%;
  height: -webkit-calc(100% - 6.5em);
  height: -moz-calc(100% - 6.5em);
  height: calc(100% - 6.5em);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: solid 1px black;
  display: block;
  background: #ffffff;
}
#start {
  text-align: center;
  background: #ffffff;
}
#wsu {  
  position: relative;
  margin-top: 5%;
  width: 100%;
  height: 60%;
  background-image: url("imgs/wsu.png");    
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;   
}
#info {
  margin-top: 2em;
}

#dept {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: 100;
  margin-top: -0.85em;
}
#title {
  font-family: verdana, sansserif;
}
#enter {
  position: relative;
  width: 6em;
  height: 2.4em;
  font-size: 1em;
  font-weight: bold;
}

/* log-in dialog: */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,30);
  background-color: rgba(0,0,30,0.4);
}
.content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 80%;
  top:5%;
  font-family: verdana, sans-serif;
  text-align: center;
  padding: 1em;
}
.content p {
  font-size: 0.9em;
  margin: 0.15em 0em 0.15em 0em;
}

#submit, #close-acct {
  margin-bottom: 1em;
}
#login, #account {
  display: none;
  max-width: 20em;
}
#msg{
  display: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #ff0000;
  margin: -1em 0em 1em 0em;
}
input, select{
  width:60%;
  box-sizing:border-box;
}
select {
  margin-bottom: 0.5em;
}
#code {
  margin-bottom: 0.5em;
}
#acct {
  cursor: pointer;
  color: #0000ff;
  text-decoration:underline;
  display: none;
}
#acct:hover {
  text-decoration:none;
  color: #8080ff;
}
.pswd-char {
  font-size: 0.6em;
  margin-bottom: 0.5em;
  display: none;
}
.pswd-toggle {
  cursor: pointer;
  color: #0000ff;
}
.pswd-toggle:hover {
  color: #8080ff;
}
#welcome {
  display: none;
  font-size: 1.em;
  font-weight: bold;
}
#user {
  font-size: 1.2em;
}
#login-err {
  display: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #ff0000;
}
.study {
  font-size: 1em;
}
#form-embed,
#puzzlemap-embed-1, #puzzlemap-embed-2, #puzzlemap-embed-3, #puzzlemap-embed-4 ,
#study-1, #study-2, #study-3, #study-4 {
  display: none;
}
