﻿html {
    display: table;
    margin: auto;
}

body {
    background-color: #E0E0E0;
    font-family: 'Nunito', sans-serif;
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    padding:0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.main-container{
}

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #eeeeee;
  border-radius: 4px;
}

h1, p{
    text-align:center;
        color:#616161;

}

.navbar-inverse {
    background-color: #eeeeee;
    color:black;
    text-transform:uppercase;
    font-size: 14px;
    border-color:#BDBDBD;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.listitem{
    color:white;
}

.jumbotron{
    background-color: #9E9E9E;
    align-content:center;
    font-size: 36px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);

}

.dropdown-menu{
    text-transform: lowercase;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}