.parallax img{
  display: inherit !important;
}
.header_main {
  /*color: white;*/
  text-align: center;
}

.paragraph_main {
  /*color: white;*/
  text-align: center;
}

.header_whitespace {
  color: black;
  text-align: center;
}

.paragraph_whitespace{
  color: #757575;
  font-size: 20px;
}

.paragraph_footer {
  font-size: 20px;
  color: white;
}

#main {
  color: white;
}

#ourRoom {
  color: white;
}

#location {
  color:white;
}

div[class^="nav"]{
  background: #ff7e34;
}

#contact{
  background: #ff7e34;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
  flex: 1 0 auto;
}

#map {
  height: 400px;
  width: 100%;
  height: 100%;
  background: yellow;
}

/*html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}*/

.carousel .carousel-item {
  width:1000px !important;
}

.carousel.carousel-slider {
  height: 500px;
}
/*.carousel .indicators .indicator-item {
  margin: 0 5px;
}*/
.carousel.carousel-slider .carousel-item {
  top: 50%;
}

#link-footer:visited {
    color: white;
}

#link-footer {
    color: white;
}
