/*
      
      Module 7
      Final Assignment
      

      Author: Scott Resnick
      Date:   5/25/16

      Filename:         Warhammer.htm
      Supporting files: warhammer40k-logo.jpg, bombing run.mp3

 

*/

body {  background-image: url(flame-background.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover; 
        color: white;
        text-align: center;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
        margin-left: 12%;
        margin-right: 12%;

        }       

header { text-align:center;
                                      
        }
        
h1 { text-align:center;
        font-size: 30pt;
        font-style: underline;                                
        }
h3 { font-style: bold;
        }
        
h4 { font-size:8pt;
        color: darkred;
        text-align: right;}
        
footer { display: block;
         width: 100%;
        clear: left;
        margin-top: 30px;
        font-size: 0.9em;
        text-decoration: small-caps;
        text-align: center;
        color: darkred;
        border-top: 1px solid darkred;
        }

        
a { color: red;
        }

section nav { display: block;
        width: 20%;
        text-align: right;
        float: left;
        color: darkred;
        font-style:underline;
        }


            


