
h1,h2,h3,h3,p{
  font-family: 'Droid Serif', serif;
}

h1, h2{
  font-weight: bold;
  text-align: center;
}

h1{
  font-size: 3.8em;
}

label{
  float: right;
}

.container{
  margin-top: 1%;
}

#welcomeMessage{
  text-align: center;
}

.home-info-text{
  text-align: center;
}

.homeImages{
  margin: 0 auto;
}

.userMessage p{
  text-align: center;
  font-size: 1.5em;
}

#map{
  width: 90%;
  margin: 0 auto;
}

#map-canvas{
  background-image: url("http://royaltradingcompany.co.uk/templates/images/map/navalActionMapSmall.jpg");
  background-repeat:no-repeat;
}

#header-text {
    text-align: center;
    font-size: 4.5em;
}

#navBar{
  width: 60%;
  margin: 0 auto;
  background-color: #656a71;
  border: none;
  text-align: center;
}

#navBar ul{
  display: inline-table;
}

#navBar ul li{
  display: inline;
}

#navLinks{
  width: auto;
}

.nav-item a{
  color: white;
  font-size: 1.3em;
}

#navBar a:focus, #navBar a:hover{
  background-color: #656a71;
}

.centerButton{
  text-align: center;
}

.errors{
  text-align: center;
}

.errors li{
  font-size: 1.4em;
  color: red;
  list-style-type: none;
}

.userMessage{
  text-align: center;
}

button {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

input {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    outline: none;
    height:25px;
    width: 130px;
    margin-bottom: 5px;
}

.sub-menu-bar{
  top: -5px;
  min-height: 30px;
}

.sub-menu-bar a{
  font-size: 1em;
}

#footer{
  margin: 0 auto;
  margin-top: 25px;
  height: 100px;
  background: #656a71;
  border-radius: 4px;
}

#footer-text{
  width: 100%;
  float: left;
  color: white;
  margin-top: 40px;
}

#mapKey{
  position: fixed;
  right: 50px;
  top: 200px;
  background-color: white;
  padding: 20px;
}

@media (min-width: 768px) {
  #footer {
      width: 750px;
  }
}

@media (min-width: 992px) {
  #footer {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  #footer {
      width: 1170px;
  }
}
