  /*IT-270 Web Site Design
7-1 Final Project: Final Website
Jeffrey Lee
SNHU
06/29/2019
*/  



   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 3;
  }
  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-color: black; 
    font-family: Verdana;
    text-align: center;
    background: radial-gradient(80% 40%, white, black);
    }

    

  
    .container {
      width: 989px;
      margin: 0 auto;
      text-align: center;
      color: #000080;
      font-family: Verdana;
    }

    .footer {
      text-align: center;
    }

    .fixed {
      position: fixed;
      top:  0;
    }
   

    .floated-image {
     float: center;
    }

    