#box-wrapper{
    
    background-image: url(background-image.jpg);
    background-size:cover;
    width:100%;
    min-height:680px;
    background-position: center;
}

#logo img{
    
    width:400px;
    height:200px;
}
#bottom{
    width:400px;
    height:50px;
    position:absolute;
    text-align:center;
    top:500px;
    left:800px;
    background-color:#d7d7d7;
}
#brochure{
    width:200px;
    height:20px;
    position:absolute;
    //text-align:center;
    top:570px;
    left:900px;
    background-color:#d7d7d7;
    transition:transform 1s;
}
#brochure:hover{

    box-shadow: 2px 2px 5px black;
    transform:scale(1.1);
    
}

#txt{
    width:400px;
    height:50px;
    position:absolute;
    left:30px;
    font-size:15px;
    font-family: Arial;
    font-weight:bold;
    color:#343129;
    transition:transform 1s;
}
#txt a{
    text-decoration: none;
    color:#343129;
}
#text{
    width:400px;
    height:50px;
    position:absolute;
    font-size:40px;
    font-family: Arial;
    font-weight:bold;
    color:#343129;
    transition:transform 1s;
     text-shadow: 2px 2px 5px black;
}
.boot:hover #text{
   transform:scale(1.1); 
}