/* 
Author: Travauris Manley
Date: 02/15/26
File Name: styles.css
*/

/*CSS Reset*/

    body, header, nav, main, footer, img, h1, h2, h3,ul, li, p {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    
    
       body { 
        
        
    font-family:Arial, sans-serif;
        background-color:#cc0000;
    }
    
       
             /*Style rules for header area*/
             
             
             header{
                 background-color:#111;
                 
                 text-align:center;
                 padding:15px;
             }
             
             header img:{
                 
                 
                 width:150px;
             }
             
             
    
    
    
  /* Style rules for navigation area*/
        
        nav {
         background-color:white;
            
        }
            nav ul { 
                list-style-type: square;
                margin: 0;
                text-align: center;
            }
            
            nav li { 
                display:inline-block; 
                font-weight:bold;
                font-size:1.5em; 
                font-family:Geneva, Arial, sans-serif;
                border-top:0.5px solid #f6eee4;
               
            }
                
                nav a {
                    
                    text-decoration:inline;
                    color:#111;
                    font-weight:bold;
                }
            
    
    nav a:hover {
                    
                    color:#42daf5;
                    
                    
                }
                
                /*Main Content*/
                
                 .main{
                          
                         padding:20px;
                          text-align:center;
                          
                      }
                
                
    
    /*Style rues for body and images*/
    
    /*car display*/
    
    figure{
        
        display:inline-block;
        margin:15px;
        background:#42daf5;
        padding:10px;
        box-shadow:0px 2px 5px rgba(0,0,0,0,0.2);
    }
    
    figure img {
        
        
        
        width:250px;
        font-weight:bold;
    }
    
    figcaption{
        
        margin-top: 10px;
        font-weight:bold;
        
    }
    
            #contact{
                
                text-align:center;
                
            }
            
            
            /*Style rules for footer content*/
            
            footer {
               
                background-color: #2a1f14;
                color: #f6eee4;
                text-align:center;
                padding:10px;
                margin-top: 10px;
              
            }
               
              
              
              
             
              
              
              
              
              
                 
                     
                     
                     
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                  
            