body {
	background-color: #000;
}

.bg-gallery {
  background-image: url('../../../img/bg-gallery.jpg');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}

h1 {
	font-size: 4em;
}

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

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #55DDFF !important;
	text-decoration: underline;
}

.text-shadow {
	text-shadow: 2px 2px 1px #000;
}

@media (max-width: 575.98px) {
	.col-sm-12.p-5 {
		padding: 1.5rem !important;
	}
	h1.fw-bold {
		font-size: 2em;
		margin-left: 0 !important;
	}
	p.color-pure-white.text-shadow {
		font-weight: 100 !important;
		margin-left: 0 !important;
		position: relative;
		top: 50px;
	}
	.container.top-padding-xl-5,
	.row.top-padding-xl-5.top-margin-xl-5 {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	.col-sm-12.top-margin-xl-5:first-child {
		margin-top: 0 !important;
	}
	.container-fluid.bottom-margin-xl-5,
	.row.bottom-margin-xl-5,
	.col-sm-12.bottom-margin-xl-5 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.col-sm-12.p-5 {
		padding: 1.5rem !important;
	}
	h1.fw-bold {
		font-size: 2.2em;
		margin-left: 0 !important;
	}
	p.color-pure-white.text-shadow {
		font-weight: 100 !important;
		margin-left: 0 !important;
		position: relative;
		top: 160px;
	}
	.container.top-padding-xl-5,
	.row.top-padding-xl-5.top-margin-xl-5 {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	.container.top-padding-xl-5 {
		position: relative;
		top: 150px;
	}
	.col-sm-12.top-margin-xl-5:first-child {
		margin-top: 0 !important;
	}
	.container-fluid.bottom-margin-xl-5,
	.row.bottom-margin-xl-5,
	.col-sm-12.bottom-margin-xl-5 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.col-sm-12.p-5 {
		padding: 1.5rem !important;
	}
	h1.fw-bold {
		font-size: 2.2em;
		margin-left: 0 !important;
	}
	p.color-pure-white.text-shadow {
		font-weight: 100 !important;
		margin-left: 0 !important;
		position: relative;
		top: 250px;
	}
	.container.top-padding-xl-5,
	.row.top-padding-xl-5.top-margin-xl-5 {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	.container.top-padding-xl-5 {
		position: relative;
		top: 350px;
	}
	.col-sm-12.top-margin-xl-5:first-child {
		margin-top: 0 !important;
	}
	.container-fluid.bottom-margin-xl-5,
	.row.bottom-margin-xl-5,
	.col-sm-12.bottom-margin-xl-5 {
		margin-bottom: 0 !important;
	}
}

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

@media (min-width: 1200px) and (max-width: 1500px) {
}