/* about */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  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 {
      background-image: url(colorado.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      font-family: arial;
    }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #E74C00;
}

li {
  display: inline;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #A43518 (brown) on hover */
li a:hover {
  background-color: #A43518;
}


    h1 {
      color: #661F1A;
      text-shadow: 2px 2px 5px white;
    }

    img {
      height: 250px;
      width: 400px;
    }

    .center {
      text-align: center;
    }

    #box {
      padding: 10px;
      position: relative;
      background: #E74C00;
      opacity: 0.8;
    }

    #box2 {
      padding: 20px;
      position: center;
      background: white;
      opacity: 0.7;
      margin-left: auto;
      margin-right: auto;
      width: 1100px;
      text-align: center;
    }

    p {
      width: 550px;
      margin-left: auto;
      margin-right: auto;

    }


    .container {
      width: 989px;
      margin: 0 auto;
    }


    .footer {
      text-align: center;
    }