body {
  margin-top: 93px; }

.navbar {
  box-shadow: 2px 2px 5px #3292a6;
  opacity: 0.9;
  background: white; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 20px; }

#showcase {
  position: relative;
  background: url("../img/hero2.jpg");
  background-repeat: no-repeat;
  min-height: 600px; }
  #showcase .primary-overlay {
    background: rgba(50, 146, 166, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pointer-cursor {
  cursor: pointer; }

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid; }

.price-field {
  border: 1px #3292a6 solid; }

#zimmer .card:hover {
  background: #3292a6;
  color: white; }

.cursivetext {
  font-family: 'Great Vibes', cursive; }
