body{
	background: #000D58;
	font-family: sans-serif;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #fff;
}

a{
	text-decoration: none;
}

.content a{
	color: #F8FF00;
	font-size: 18px;
}

.down-arrow {
  position: absolute;
  width: 0;
  height: 30px;
  border-radius: 2px;
  animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}

h2, h3{
	font-family: "Vollkorn", serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding-top: 15px;
}

.banner{
	width: 100%;
	height: 580px;
	background: url(../images/banner.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-cont{
	text-align: center;
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-cont span{
	color: #fff;
}

h1{
	width: 100%;
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.image-box{
	background: #b70004;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image{
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.image img{
	width: 100%;
	height: auto;
}

.img-cont{
	color: #fff;
	padding-top: 10px;
}

.profile{
	border-bottom: 1px solid #71361c;
}

.profile span{
	border-bottom: 8px solid #71361c;
}

.keywords a{
	background: #e2cec3;
	color: #000;
	padding: 6px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

footer{
	background: #b70004;
	color: #e2cec3;
}

.locations{
	border-bottom: 1px solid #a5193c;
}

.locations a{
	color: #fff;
	font-weight: 500;
	margin-right: 15px;
	margin-bottom: 15px;
}

.locations a:hover{
	background-image: radial-gradient(circle farthest-corner at 50.4% 50.5%, rgba(251,32,86,1) 0%, rgba(153,5,42,1) 90%);
}

.phone{
	background: #0e082a;
	color: #fff;
}

.whatsapp{
	background: #00A711;
	color: #fff;
}