@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');
body{
  font-family: 'Ubuntu', sans-serif;
}
.dropdown-content li > a, .dropdown-content li > span {
  color:black;
}
.nav-wrapper img{
  height: 64px;
  width:auto;
  text-shadow: 1px 1px 1px;
}
nav{
  background-color: rgba(255,255, 255, 0.4);
}
footer.page-footer {
  background-color: rgba(255,255, 255, 0.4);
  margin-bottom: 100px;
}
html{
  background: url('bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dropdown-content li:hover{
  background-color: rgba(244, 67, 54, 0.7);
}
.side-nav li:hover{
  background-color: rgba(244, 67, 54, 0.4);
}
.nav-wrapper ul li:hover{
  background-color: rgba(244, 67, 54, 0.4);
}
.collection .collection-item.active{
  background-color: rgba(244, 67, 54, 0.7);
}
.collection a.collection-item:not(.active):hover {
  background-color: rgba(244, 67, 54, 0.4);
  color:#fff;
}
.collection a.collection-item {
  color: #000;
}
p{
  text-indent: 8%;
}
#map{
  width: 100%;
  height: 200px;
}
.call {
  left: 23px;
  bottom: 23px;
}
.call ul li a{
  font-size: 1.5em;
  font-weight: 400;
}
.fb {
  right: 23px;
  bottom: 23px;
}
.cennik table thead tr th{
  font-weight: bold;
}
.cennik table tbody tr td:first-child{
  font-weight: bold;
}
.cennik td:not(:first-child):after{
  content:" zł";
}
