html { 
  background: url(grass.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
} 

.logo {
  margin: 10px;
}

.navbar-menu {
  position:absolute;
  top: 0px;
  right: 0px;
  color: white; 
  margin: 20px;
}

.navbar-menu a:link, 
.navbar-menu a:visited {
  color: white;
}

.message {
  width: 100%;
  margin-top: -50px;
  text-align: center;
  color: red;
  font-weight: bold;
}

.center-content {
  position: absolute;
  top: 50%;
  margin-top: -47px; /* half of .login height */
  left: 0px;
  width:  100%;
}

.login {
  background-color: white;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; 
  width: 220px;
  height: 94px;
}

.main-content {
  margin-top: 100px;
  margin-bottom:36px;
  width: 100%;
  height: 100%;
}

.links {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.link {
  margin: 5px 5px 5px 5px;
  background-color: #D8E0E8;
  float: left;
  position: relative;
  color: black;
}

.link a:link, 
.link a:visited {
  color: black;
}

.link-icon {
  padding: 5px 5px 5px 5px;
}

.name {
  text-align: center;
}

.footer-banner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
}

#popup-container {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -47px; /* half of #popup height */
  left: 0px;
  width:  100%;
}

#popup {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid black;
  z-index:1002;
}

.popup-title-bar {
  background-color: #333d5d;
  border-bottom: 1px solid black;
  position: relative;
  width: 100%;
}

.popup-title {
  color: white;
  padding: 5px 5px 5px 5px;
}

.popup-content {
  background-color: white;
  position: relative;
  width: 100%;
}

#picker-container {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -200px; /* half of #popup height */
  left: 0px;
  width:  100%;
}

#picker {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 400px;
  background-color: white;
  border: 1px solid black;
  overflow: scroll;
  z-index:1003;
}

.black_overlay{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.link-left {
  position: absolute;
  top: 2px;
  left: 2px;
}

.link-right {
  position: absolute;
  top: 2px;
  right: 2px;
}

.link-del {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.link-edit {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

