
body{
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../photos/backgroundimage.jpg);
}
section{
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
}
.backgroundimage{
    background-image: url(../photos/backgroundimage.png);
}
.navbar-nav{
    flex-direction: row;
}
.break{
    height: 0.5vh;
    background-color: black;
}
.banner1{
    display: flex;
    justify-content: center;
}
.banner2{
    display: flex;
}
.divbanner2{
    display: flex;
    height: 14vh;
    width: 34%;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
}
.info{
    padding: 10px;
    font-family: sans-serif;
}
.cooperation{
    text-align: center;
}
.link{
    text-decoration: none;
    color: green;

}
.link1{
    color: white;
    width: 34%;
    height: 100%;
    display: flex;
    background-position: center;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}
.link:hover{
    transition: 0.5s;
    color: #95B245;
    font-size: 18px;
}
.link1:hover{
    transition: 0.5s;
    font-size: 60px;
    color: yellowgreen;
    background-size: 120%;
}
.link1:hover h1{
    font-size: 60px;
    transition: 0.5s;
}
.h2{
    font-size: 50px;
}
.linke{
    color: green;
    text-decoration: none;
}
.linke:hover{
    transition: 0.5s;
    color: #95B245;
}
.navigation{
    height: 20vh;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.firma{
    background-image: url(../photos/business.jpg);
}
.serwis{
    background-image: url(../photos/serwis.jpg);
}
.contact{
    background-image: url(../photos/contact.jpg);
}
.ad{
    color: black;
    font-size: 10px;
}
.footerbox{
    width: 100%;
    height: 5vh;
    display: inline-flex;
    justify-content: space-around;
}
.footercontent{
    min-width: 10%;
}
.box{
    width: 45%;
    display: inline-block;
    margin-left: 10px;
}
.colorbanner2cdline{
    color: #95B245;
}
.rodo{
    color: grey;
    font-size: 90%;
}
input{
    margin-bottom: 15px;
}
.c1{
    width: 45%;
}
.i1{
    text-align: center;
}
.u1{
    list-style: none;
}