html
{
    height: 100%;
    
}


body
{
    background-color: olive; 
    background-image: url(images/Olivenbaum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.container1
{
        
    width: 800px;
    margin: 0 auto;

    
    
    
}
.box1
{
    
    text-align:center;
    color: white;
    

}
nav a
{
    color: white;    
    text-decoration: none;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
header
{
    background-color: rgba(0, 0, 0, 0.45);
    height: 110px;
    width: 100%;
}
nav
{
    background-color: rgba(0, 0, 0, 0.45);
    text-align: center;
    width: 100%;
}
.pic1
{

    height: 350px;
    width: 280px;
    background-color: rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
    color: white;
    text-align: center;
    font-size: 12px;
    float: right;
    padding-top: 25px;
    


}
main
{
    height: 600px;
}

footer
{
    
    /*background-color: rgba(128, 128, 0, 0.45);*/
    
    background-color: rgba(0, 0, 0, 0.45);
    height: 50px;
    font-size: 20px;
    text-align: center;
    color: white;

}
