:root {
	--light-gray: #989ea4;
	--light-gray-2: #eaebec;
}
.bg-gray {
	background-color: var(--light-gray-2);
}
p {
	font-size: 16px;
}
nav {
	box-shadow: 0 0px 10px gray;
}
/*-----------------Top Section-----------------*/
.top-links {
	border-bottom: var(--light-gray) thin solid;
	padding:  4px 0px 4px 0px;
}
.top-links li {
	display: inline;
	list-style: none;
	padding: 0px 5px 0px 5px;
}
.top-links ul {
	margin:  0px;
	padding:  0px;
}
.top-links a {
	color:  var(--light-gray);
	font-weight: 700;
}
@media only screen and (max-width: 576px){
	.top-links {
		display:  none;
	}
}

/*--------------------Image Header------------------*/
.img-container {
	height: 30rem;
	overflow: hidden;
	
}
	.img-container img {
		height: 788px;
		width:  2100px;
		position: relative;
		bottom: 10rem;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
.img-container-2 {
	height: 15rem;
	overflow: hidden;
	
}
	.img-container-2 img {
		height: 583px;
		width:  2100px;
		position: relative;
		bottom: 10rem;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
.top-container {
  width: 85%;
  position: absolute;
  top: 40%;
  transform: translateY(-75%);
  left: 2rem;
  z-index: 10;
}
	.top-container h1 {
		text-shadow: 0 0 3px #000;
  		font-weight: 700;
  		width:  100%;
  		font-size: 2rem;
	}
.top-container-2 {
  width: 85%;
  position: absolute;
  top: 25%;
  transform: translateY(-75%);
  left: 2rem;
  z-index: 10;
}
	.top-container-2 h1 {
		text-shadow: 0 0 3px #000;
  		font-weight: 700;
  		width:  100%;
  		font-size: 2rem;
	}
@media (min-width: 576px) {
  .top-container {
    max-width: 540px;
    left: 2rem;
    top: 40%;
  }
  .top-container h1 {
  		font-size: 2rem;
	}
	.top-container-2 {
	    max-width: 540px;
	    left: 2rem;
	    top: 30%;
  }
  .top-container-2 h1 {
  		font-size: 2rem;
	}
}

@media (min-width: 768px) {
  .top-container {
    max-width: 720px;
    left: 4rem;
    top: 40%;
  }
  .top-container h1 {
  		font-size: 2rem;
	}
	.top-container-2 {
	    max-width: 720px;
	    left: 4rem;
	    top: 30%;
  }
  .top-container-2 h1 {
  		font-size: 2rem;
	}
}

@media (min-width: 992px) {
  .top-top-container {
    max-width: 960px;
    left: 6rem;
    top: 25%;
  }
  .top-container h1 {
  		font-size: 3rem;
	}

	.top-top-container-2 {
	    max-width: 960px;
	    left: 6rem;
	    top: 25%;
  }
  .top-container-2 h1 {
  		font-size: 3rem;
	}
}

@media (min-width: 1200px) {
  .top-container {
    max-width: 600px;
    left: 8rem;
    top: 40%;

  }
  .top-container h1 {
  		font-size: 3rem;
	}

	.top-container-2 {
    max-width: 600px;
    left: 8rem;
    top: 30%;

  }
  .top-container-2 h1 {
  		font-size: 3rem;
	}
}
/*------------------------
--Image Header Overlay
-------------------------*/
.overlay-header {
	position: relative;
	bottom: 5rem;
	z-index: 2
}
	.overlay-header span {
		margin-left:  10px;
		margin-bottom: 10px;
		font-weight: 600;
	}
.fass {
	font-size: 2rem;
	color: var(--info);
}
/*----------------------
--Contact Home
----------------------*/
.contact-home span {
	font-size: 20px;
	font-weight: 600;
}
.font-size-large p {
	font-size: 18px!important;
}
.contact-padding {
	padding: 3rem !important;
}
@media only screen and (max-width: 576px) {
.contact-padding {
	padding: 1rem !important;
}
}
/*---------------------
--Owl
-----------------------*/
.owl-carousel {
	overflow: hidden;
}
.owl-nav {
	text-align: center;
}
	.owl-nav button {
		background-color: var(--info);
		color:  white;
		margin: 4px;
		padding: 6px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}
	.owl-nav button:active {
		transform: translateY(2px);
	}
.owl-dots {
	text-align: center;
}
	.owl-dots button {
		background-color: var(--info);
		border-radius: 50%;
		border: var(--info) thin solid;
		margin: 4px;
		padding: 4px;
		cursor: pointer;
	}
		.owl-dots button {
		background-color: var(--dark);
		border: var(--dark) thin solid;
		}

.owl-body {
	height: 13rem;
}

.owl-img {
	height: 9rem;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.owl-body {
		height: 15rem;
	}
	.owl-img {
	height: 7rem;
	}
}

@media only screen and (max-width: 576px) {
	.owl-body {
		height: 13rem;
	}
	.owl-img {
	height: 18rem;
	}
}

@media only screen and (max-width: 468px) {
	.owl-img {
	height: 13rem;
	}
}
