* { font-family: 'Century Gothic', Verdana, sans-serif;
    margin: 0;
    z-index: 1;
}

html, body {
    height: 100%;
    
}

body{
    background-color:white;

}

h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration-style: none;
    color: #8a8a8a; 
    display: block;
     
 /*   width: 100%;*/
    
    }

h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #58595b; 

    
}

.body_container {
    display: block;
    min-height: 100%;    
    margin-bottom: -5.5rem;}

.clickobj{
    margin-left:                    1rem;
    margin-right:                   1rem; 
    position:                       static;
    z-index:                        1;
    }      
    
#quoteID {
    height: 50%;    
    }

.centered_container {
    font-size: 0.8rem;
    color: #58595b;
    background: blue; 
    text-align: center;
    vertical-align: top;    
    width: 12rem;
    display: inline-block;

    padding: auto;
    margin: 0.5rem;
    
    flex-wrap: wrap;
    justify-content: space-between;
};

.imageright_container {     
    color: white;  
    background: #58595b;
    
    display: inline-block;

    width: 30rem; 
    height: 11rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;

    text-align: left;
    line-height: 1.5rem;

    justify-content: space-around;
    align-items: left;
  
}

.banner_container{
    margin-left: auto; 
    margin-right: auto;
    padding: 0.5rem;

}

.banner_container img{
    display: inline-block;
    padding: 0.5rem;
}

footer {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 5rem; 
    font-size: 0.8rem;
    border-top: 5px solid #d77b4c ;
    background-color: rgba(0,0,0,0.75);
    
    display: flex;
    justify-content: space-around;
    
    text-decoration: none;
    line-height: 5rem;
    color: #8a8a8a;
}

footer a{
    text-decoration: none;
    color: #8a8a8a;
    

}
footer a:hover{
    text-decoration: underline;
    color: #d77b4c;

}


p a{
    text-decoration: none;
    color: #d77b4c;;
    

}
p a:hover{
    text-decoration: underline;
    color: #8a8a8a;
    
}
	
