.jumbotron1 {
  background-image: url("/images/jumbotron/Delta-Vacation-Package-Dim.jpg");
}
.jumbotron2 {
	background-image: url("../images/jumbotron/Disneyland-Dim.jpg");
}

.jumbotron3 {
	background-image: url("../images/jumbotron/Disney-Cruise-Dim.jpg");
}
#sample {
	background-color: rgb(217,148,40);
}
#blueContainer {
	background-color: rgba(7,29,70,1.00)
}
#footer {
background-color: rgb(186,21,21)
}
#fullM56pxIframe {
	 display: block;
    background: #ffffff;
    border: none;
    height: calc(100vh - 56px);
    width: 100%;

}
.darken {
	background-color: hsla(0,0%,0%,0.30);
}
.header-jumbotron {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: black;
	height: 600px;
	justify-content: center;
	align-items: center;
  	display: flex;
	border-radius: 0.3rem;
}
#nav-bar-pushdown {
	height: 56px;
	width: 100%;
}
.App {
	background-color: white;
}

#dashboard-header {
	background-image: url("../images/Banner4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: white;
	height: 600px;
	
}

.jumbotron .bg-overlay {
    background: rgba(0,0,0,0.6);
}

.trip-jumbotron {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: black;
	height: 300px;
	justify-content: center;
	align-items: center;
  	display: flex;
	border-radius: 0.3rem;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  margin-bottom: 5px;
  background-color: white;

}

.accordion:hover {
 
}

.accordion:after {
  
}

.active:after {

  
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
}
.jumbotron-mk-boat {
		background-image: url("../images/jumbotron/DW-Boat.jpg");
}
