.mainColumn, .rightBox{
  box-shadow: #6b2130 0px 0px 15px 0px;
}
.accommodationBoxRooms {
  width: 320px !important;  
}
.nocleg_pokoj_jaki {
  margin-right: 5px !important;
}
.homeText{
  text-align: justify;
}
.homeText p{
   margin: 25px 0px 25px 0px;
  font-size: 16px;
}
.menu a{
  transition: all .3s;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.menu a:hover{
  opacity: 1;
  background: #D74D26;
  color: white;
}
.footer a{

  opacity: 1;
  font-weight: bold;
}
.footer h3{
  color: white;
}
.rightBox{
  padding: 30px 25px 30px 25px;
  text-align: center;
}
.rightBox h2{
  margin-top : 30px;
  margin-bottom: 20px;
}
.rightBox h2:first-child{
  margin-top : 0;
}
.rightBox img{
  display: block;
  margin: 20px auto;
}