body {
 background-color: #000;
}

.logo {
 width: 200px;
 margin: 15px auto;
}

.canvas {}

.canvas-body img {
 height: 100px;
 margin: 0 auto;
}

.bg-panari-hotel {
 border-radius: 5px;
 background-color: #02086e;
}

.bg-panari-residence {
 border-radius: 5px;
 background-color: #ede3b0;
}

.bg-panari-nyahururu {
 border-radius: 5px;
 background-color: #ffffff;
}

.canvas-button { 
 text-align: center;
 padding: 10px 0px;
}

.canvas-button button {
 text-transform: uppercase;
 border: none;
 border-radius: 5px;
 padding: 5px 15px;
}

.btn-panari-hotel {
 background-color: #00033c;
}

.btn-panari-residence {
 background-color: #4c382c;
}

.btn-panari-nyahururu {
 background-color: #a75125;
}

.carousel-inner {
 border-radius: 5px;
}

.placeholders {
 position:absolute;
 bottom:35px;
}

.property-item {
 margin: 0 auto;
 width: 100% !important;
}

@media (max-width: 767px) {
 .placeholders {
  position: relative;
  bottom: auto;
  margin-top: 15px;
 }
 .property-wrapper {
  padding-top: 0 !important;
 }
}

@media (max-width: 575px) {
 .property-item {
  width: 75% !important;
 }
}

@media (max-width: 299px) {
 .property-item {
  width: 100% !important;
 }
}