.gallery img{
   transition: 1s;
   padding: 10px;
   height: 300px;
}

.gallery img:hover{
   transform: scale(1.05);
}

.bg-light{
   color: coral;
}

.img-center {
   margin: auto;    
   display: block;
}

.brown{
   background-color: burlywood;
}

.no-underline{
   text-decoration: none !important;
   color: rgb(71, 48, 12) !important;
}

.bg-img {
   width: 100%;
   height: 400px;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.bg1 {
   background: url(images/full/schody1.jpg) no-repeat center center fixed; 
}

.rounded-20{
   border-radius: 20px;
}

.rounded-20-left{
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
}