/* 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;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  p {
    font: "Times New Roman", Georgia, Serif;
    font-size: 200%;
    padding-left: 100px;
    padding-right: 20%;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;

  }
  .iconPICS img {
    style="float: left;
    /*border-radius: 40px;*/
    padding: 8px;
    display: inline-block;
    vertical-align: text-top;
    border: 2px solid black;
  }
.iconPICS  h3{
    style="float: center;
    /*border-radius: 40px;*/
    padding: 2px;
    display: inline-block;
    vertical-align: text-top;
  
  }
.iconBOX{
  box-sizing: border-box;
    width: 545px;
    height: 90px;
    border: 2px solid white
   

}

 .addHeader  {
  display: inline-block;
    vertical-align: text-top;
     width: 25%; height: 165px;
    padding: 2px;
  }
 .stripBar  {
  display: inline-block;
    vertical-align: text-top;
     width: 100%; height: 165px;
    border: solid;
    border-color: white;
    background-color: #d80000 ;
    padding: 2px;
  } 
 
.stripBar h1 {
  display: inline-block;
    vertical-align:top;
    font-size: 600%; 
  } 
  .stripBar h2 {
  display: inline-block;
    vertical-align:top;
    font-size: 200%; 
  }
  .article {
    text-align: left;
    border-width: "7";
    
}

/*img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
*/
  video {
 display: block;
    margin: auto;
    


  }
/*=========================================
    Main Styles
    =========================================*/
    html {
        background:  url("./523159398.jpg") blue center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover ;
        
      }

    body {
      font-family: Times New Roman;
     /* background-color: gray;*/
    }



    .HeaderBox {

      margin: auto;
     /* width: 50%;*/       
      padding: 5px  ;
      border-bottom: 2px solid #5D6063;
      margin-bottom: 50px;
    }  


    .footer {
      text-align: center;
    }

 

