body {
	background-color: #000;
}

/*.bg-films {
  background-image: url('../../../img/bg-exit-row.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1900px;
}

.false-start {
	position: absolute;
	top: 1200px;
}*/

h1 {
	color: #FFF;
	font-size: 4em;
}

p {
	font-size: 1.5em;
	font-weight: lighter;
}

ul, li{
	font-size: 1.1em;
	font-weight: lighter;
}

.border-bottom-turq {
	border-bottom: 1px dashed #55DDFF;
	margin: 40px 0;
}

.border-bottom-turq p {
	margin-bottom: 2rem !important;
}

.card-black {
	background-color: #000;
	border: 1px solid #55DDFF;
}

.card-body {
	color: #FFF;
}

.breadcrumb-item {
    font-size: 1.1em;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}


@media (max-width: 575.98px) {
	p.color-pure-white.left-margin-xxl {
		margin: 20px 0 0 0 !important;
	}
	.row.ms-5 {
		margin-left: 0 !important;
	}
	.row.all-padding-xl-5 {
		padding: 5px !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	p.color-pure-white.left-margin-xxl {
		margin: 20px 0 0 0 !important;
	}
	.row.ms-5 {
		margin-left: 0 !important;
	}
	.row.all-padding-xl-5 {
		padding: 5px !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}