body {
	background: url(../img/theater.jpg);
}
.jumbotron {
	height: auto;
	position: relative;
	padding: 0 !important;
	background: #fff;
	text-align: center;
	margin-bottom: 0 !important;
}
.navbar .nav-item a {
	font-size: 1.5vw !important;
	color: white !important;
}
.navbar-toggler {
background-color: white !important;
}
.card-deck {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	font-size: 1.3rem !important;
}
.card-group {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 160px !important;
	margin-right: 160px !important;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration-color: white
}
li {
	display: inline;
}
li {
	float: left;
	border-right: 1px solid #fff;
}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.img-fluid {
  max-width: 75% !important;
  height: auto;
}
.row2 {
    color: white;
    font-size:1vw !important;
    text-align: justify-center;
    background-color: darkred;
}