body {
  background-color: #948d8b;
}

/* Wider container */
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

/* Un-ordered lists with no bullets */
.nobull {
  list-style-type: none;
}

/* Fluid iframes */
.fluid-iframe {
  position: relative;
  height: 0
  width: 100%;
  padding-bottom: 50%;
}
.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* carousel text styling */
.carousel-text {
  position: absolute;
  top: 50%;
  left: 5%;
  max-width: 67%;
  transform: translateY(-50%);
  /* text-align: center; */
  background-color: rgba(255, 255, 255, 0.8);
}

/* sharp button */
.btn.btn-sharp {
  border-radius: 0;
}

.top-navbar {
  background: black;
}

.menu-navbar {
  background: #eadbb8;
}

/* Flexbox */
/* .row {
  display: flex;
} */
/*
.column {
  flex: 50%;
} */
