* {
  
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  height: 100vh;
  position: relative;
}

nav ul {
  list-style: none;
  overflow: hidden;
  background-color: #f2f2f2;
}

nav ul li {
  font-size: 1.0em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 10px;
}

nav ul a:nth-child(1) {
  float: left;
}

nav ul a:nth-child(n+2) {
  float: right;
}

nav ul li:hover {
  background-color: #cccccc;
}

@media (max-width: 600px) {
  nav li {
    margin: unset !important;
    text-align: center;
    padding: 10px 0;
  }
  nav a {
    float: unset !important;
  }
  nav ul {
    overflow: unset !important;
  }
}

#index-text {
  color: black;
  text-align: center;
  margin-top: 30px;
  font-size: 3rem;
}

#login {
  margin: 10px auto 0 auto;
  max-width: 600px;
  width: 100%;
  padding: 0 20px;
}

#login input {
  width: 100%;
  outline: none;
  border: 1px solid black;
  margin: 10px 0;
  padding: 10px 10px 10px 5px;
}

#login button {
  margin-top: 0px;
  padding: 0px 0px;
}

/*Remove Default Form Styling*/
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  width: 100%;
}

#footer p {
  text-align: center;
  font-size: 1.0rem;
  padding: 10px 0;
}

@media (max-height: 800px) {
  #footer {
    position: static;
    margin-top: 400px;
  }
  #footer p {
    padding: 30px 0 200px 0;
  }
}

.header {
  text-align: center;
  margin-top: 20px;
}

.form-message {
  margin: 20px auto 0 auto;
  border-radius: 10px;
  text-transform: capitalize;
  max-width: 560px;
  width: 90%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-message p {
  text-align: center;
  font-size: 1.6rem;
}

.form-message-red {
  background-color: #ffb3b3;
  border: 2px solid #ff0000;
}

.form-message-green {
  background-color: lightgreen;
  border: 2px solid green;
}

.form-sub-msg {
  margin: 20px auto 0 auto;
  width: 90%;
  max-width: 560px;
  color: #00334d;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.green {
  background-color: #00D877;
  border: none;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 12px;
  text-decoration: none;
  margin: 4px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  /*line-height:0px;*/
  display: table-cell;
  vertical-align: middle;

  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
  }
		
.orange {
  background-color: #D89800;
  border: none;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 12px;
  text-decoration: none;
  margin: 4px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  /*line-height:0px;*/
  display: table-cell;
  vertical-align: middle;

  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
}

.blue {
  background-color: #0066FF;
  border: none;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 12px;
  text-decoration: none;
  margin: 4px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  /*line-height:0px;*/
  display: table-cell;
  vertical-align: middle;

  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
}

.red {
  background-color: #ff0000;
  border: none;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 12px;
  text-decoration: none;
  margin: 4px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  /*line-height:0px;*/
  display: table-cell;
  vertical-align: middle;

  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
}

.pink {
  background-color: #cc00cc;
  border: none;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 12px;
  text-decoration: none;
  margin: 4px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  display: table-cell;
  vertical-align: middle;

  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
}
		
.divider{
  width:5px;
  height:auto;
  display:inline-block;
}
