
.container_for_home {          
    margin: 0 auto;              
    position: relative;
    top: -105px; 
    height: 720px;  
    background-color: white;
    border: 1px solid Silver;    
    -webkit-box-shadow: 0 7px 6px -6px #777;
        -moz-box-shadow: 0 7px 6px -6px #777;
            box-shadow: 0 7px 6px -6px #777;
}
 
 
 
 
 
.box_text {
    position: relative;   
    top: 30px;    
    height: 100px;    
    text-align: center;    
    color: white;
    font-size: 14px;    
    text-transform: uppercase;
    letter-spacing: 1px;        
} 

.box_link { /* used to remove the underline on links in Firefox */
    text-decoration: none;
}

.home_box1, #boxes_button1, .home_box3, #boxes_button3, .home_box5, #boxes_button5, .home_box7, #boxes_button7, .home_box9, #boxes_button9 {
    background-color: DarkSlateBlue;
}      
  
#boxes_button1:hover, #boxes_button3:hover, #boxes_button5:hover, #boxes_button7:hover, #boxes_button9:hover {   
    color: DarkSlateBlue;    
} 
 
.home_box2, #boxes_button2, .home_box4, #boxes_button4, .home_box6, #boxes_button6, .home_box8, #boxes_button8 {
    background-color: Maroon;
}      
  
#boxes_button2:hover, #boxes_button4:hover, #boxes_button6:hover, #boxes_button8:hover {   
    color: Maroon;    
}   
  
#boxes_button1, #boxes_button2, #boxes_button3, #boxes_button4, #boxes_button5, #boxes_button6, #boxes_button7, #boxes_button8, #boxes_button9 {     
    border: solid 1px white;    
    color: white;
    letter-spacing: 0.75px;
    width: 150px;
    height: 30px;        
    position: relative;
    top: 75px;
    left: 75px;        
}

#boxes_button1:hover, #boxes_button2:hover, #boxes_button3:hover, #boxes_button4:hover, #boxes_button5:hover, #boxes_button6:hover, #boxes_button7:hover, #boxes_button8:hover, #boxes_button9:hover {     
    background-color: white;
    border: solid 1px white;        
}        

.home_box1, .home_box2, .home_box3, .home_box4, .home_box5, .home_box6, .home_box7, .home_box8, .home_box9 {
    width: 300px;
    height: 220px;
    -webkit-box-shadow: 0 7px 6px -6px #777;
        -moz-box-shadow: 0 7px 6px -6px #777;
            box-shadow: 0 8px 6px -6px #777;
} 

.home_box1 {    
    position: relative;
    top: 15px;
    left: 15px;    
}
 
.home_box2 {
    position: relative;
    top: -205px;
    left: 330px;    
} 

.home_box3 {   
    position: relative;
    top: -425px;
    left: 645px;
}

.home_box4 {   
    position: relative;
    top: -410px;
    left: 15px;   
}

.home_box5 {    
    position: relative;
    top: -630px;
    left: 330px;    
}
 
.home_box6 {    
    position: relative;
    top: -850px;
    left: 645px;    
}    

.home_box7 {
    position: relative;
    top: -835px;
    left: 15px;    
}    

.home_box8 {
    position: relative;
    top: -1055px;
    left: 330px;    
}    

.home_box9 {
    position: relative;
    top: -1275px;
    left: 645px;
}   