/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  html { 
    background: url(https://www.portjeffsports.com/wp-content/uploads/2014/10/baseball-field-background.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

   }

  nav {
    text-align: center;
    margin: 20px 0 0 ;
    padding: 10px;
    background-color: white;

  }

  nav ul{
    list-style: none;
    margin: 0 2px;
    padding: 0;
    display: flex;
    justify-content: space-around;
  }

  nav li {
    display: inline-block;
    padding: 5px 5px;
  }

nav a { 
  font-weight: normal;
  padding: 10px 5px; 
  font-size: 20px;
  }

  body {
    line-height: 1;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    }

  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .header {
      text-align: center;
      background-color:black;
      color:white;
      padding:20px;
      
    }  

    .container {
      width: 989px;
      margin: 0 auto;
      background-color: white;
      
    }

    .footer {
      text-align: center;
      background-color: white;
      height: 60px;  /* footer height */
      padding-top: 20px;
      display: block;
      margin-top: 20px; /* space between content and footer */
      box-sizing: border-box;
      position: relative;
      width: 100%;

    }