html {
  font-size: 62.5%;
  font-family: sans-serif;
}
body {
  min-height: 100vh;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  /* iOS <= 4 i Android <= 2.3 */
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  /* Chrome, Opera, Safari 5+ i IE 8+ */
}
p {
font-size: 16px;
line-height:24px;

}

a {
  cursor: pointer;
  text-decoration: none;
}
.float-fixed:after {
  content: '';
  display: block;
  clear: both;
}
.h5o-hide {
    display: none;
}
h1 {
  text-indent: -9999px;
  background-image: url(../img/morrion-logo.png);
  background-size: 360px;
  background-repeat: no-repeat;
  height: 89px;
  width: 360px;
  /* text-align: center; */
  /* padding-top: 20%; */
  margin: 35px auto;
}
.chairs {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.chairs img {
  width:50%;
}
section,ul {
  padding: 20px;
  font-weight: 400;
}
p {
  padding: 6px 0;
}
.center, .contact-info, .contact {max-width: 960px;margin:0 auto;line-height: 20px;}
.center .left {
  width: 75%;
  vertical-align: top;
  display: inline-block;
}
.center .right {
  display: inline-block;
}
.bussines-card {
  width: 455px;
  display:inline-block;
}
.contact-info {
  text-align: center;
}
.contact-info address {
  display: inline-block;
  margin:0 auto;
}
.contact-info address p {
  font-weight: 800;
}
.contact-info address span {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.contact-info address span.red {
  text-align: center;
}

.red a {
  color:#d3223e;
  font-weight: 400;
  margin-top: 10px;
}
.bussines-card {
  min-height: 260px;
  padding-bottom: 30px;
}
.offer ul, address {
  font-style: italic;
  line-height: 23px;
  font-size: 16px;
  padding-top: 10px;
}
footer {
  position: fixed;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  background-color: #d3223e;
  text-align: center;
}
footer a {
  color:#fff;
  font-size: 26px;
}

/* STYLE WIZYTOWKI */

.contact {
  margin-top: 60px;
  margin-bottom: 150px;
}
.bussines-card {
  position: relative;
  text-align: right;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 13px -1px rgba(196,196,196,1);
  -moz-box-shadow: 2px 2px 13px -1px rgba(196,196,196,1);
  box-shadow: 2px 2px 13px -1px rgba(196,196,196,1);
}

.contact div:first-child {
  margin-right: 5px;
}
.bussines-card img {
  position: absolute;
  left: 30px;
}
.bussines-card h3 {
  padding-top: 20px
}
.bussines-card .bld {
  font-weight: bold;
}
.bussines-card > p {
  font-weight: 400;
}
.bussines-card > address {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom:1px solid #d5d5d5;
  font-weight: 600;
}
.bussines-card > address a, .bussines-card-footer a {
  text-decoration: none;
  color:#000;
}
.bussines-card-footer a {
  font-weight: 400;
  color:#5e5e5e;
}
.bussines-card-footer .left,.bussines-card-footer .right {
  padding-top: 20px;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
}
.bussines-card-footer {
  font-weight: 400;
  color:#5e5e5e;
}
.bussines-card-footer .left {
  padding-right: 35px;
}
