body {
	font-family: 'Arimo', sans-serif;
}

.topbar {
	background-color: #161b61;
	height: 4px;
}

header {
	background-color: #fff;
}

.phone {
	color: #950c18;
	font-family: "Times New Roman", "serif";
	text-align: right;
	font-weight: bolder;
	font-size: 36px;
}

.rslides {
	z-index: 0;
}

#parallax-slide {}

.slide-border {
	border-top: 3px solid #161b61;
	border-bottom: 3px solid #161b61;
}

.hero-outer {
	position: relative;
}

.hero-content {
	position: absolute;
	top: 30%;
	bottom: 10%;
	right: 5%;
	left: 5%;
	text-align: center;
}

.hero-header {
	color: #950c18;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 5px #000, 1px 1px 3px #000;
	text-transform: uppercase;
	font-family: "Times New Roman", "serif";
	font-weight: bold;
	font-size: 56px;
}

.hero-line {
	padding-bottom: 15px;
	border-bottom: solid 0px #ababab;
}

.hero-text {
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 5px #000, 1px 1px 3px #000, 1px 1px 1px #000;
	font-family: 'Roboto Slab', serif;
}

.hero-btn {
	border: solid 2px #fff;
	background-color: #950c18;
	padding: 10px 30px;
	border-radius: 10px;
}

h1,
h2 {
	color: #161b61;
	font-family: 'Roboto Slab', serif;
}

.box {
	padding: 16px;
	min-height: 100%;
	border: 2px solid #161b61;
	border-radius: 18px;
	background: #161b61;
	display: flex;
	flex-direction: column;
}

.box-text {
	text-align: center;
	width: 100%;
	min-height: 235px;
}

.box-text,
.box-text h2 {
	color: #fff !important;
	padding: 5px 0;
}

.box-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: circle(50% at 50% 50%);
	height: 100px;
	width: 100px;
	background: url("../grad.svg");
}

.box-circle .bi {
	font-size: 3.5em;
}

.box-btn {
	display: flex;
	justify-content: center;
}

hr {
	margin: 30px 0px;
	background-color: rgba(149, 12, 24, .15);
}

.services div {
	align-self: center;

}

.service-text p {
	margin-bottom: 0px;
}

.calltoaction {
	background-color: #161b61;
}

.calltoaction,
.calltoaction h2 {
	text-align: center;
	color: #FFF;
}

.calltoaction p {
	max-width: 700px;
	margin: auto;
	padding-bottom: 10px;
}

.call-pad {
	padding: 75px 15px;
}

footer {
	border-top: 3px solid #161b61;
	padding-top: 5px;
}

.logo-btm {
	border-bottom: 3px solid #161b61;
}

.map {
	height: 350px;
	width: 100%;
	margin-bottom: -7px;
}

.copyright,
.copyright a {
	text-align: center;
	background: url("../grad.svg");
	color: #fff;
	background-color: #161b61;
}

/**NAVBAR**/

.navbar {
	/* navbar styles */
	background-color: transparent;
	padding: 0 1rem;
}

.nav-link {
	/* top level link */
	color: #950c18;
	font-size: 17px;

	font-weight: 500;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #161b61;
	/* top level link hover */
}

.dropdown-menu {
	/* dropdown menu styles */
	background: #FFF;
}

.dropdown-item {
	/* dropdown link */
	color: #000;
}

.dropdown-item:hover {
	/* dropdown link hover */
	color: #FFF;
	background: #00F;
}

.navbar-toggler {
	/* styles the mobile nav button border */
	border-color: #161b61;
	border-radius: 8px;
}

.navbar-toggler-icon {
	/* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(22, 27, 97)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar {
		/* navbar styles */
		padding: .25rem 1rem;
	}

	.nav-link {
		/* top level link */
		text-align: left;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.dropdown-menu {
		/* dropdown menu styles */
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		border: none;
	}

	.dropdown-item {
		/* dropdown link */
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
}
/**END NAVBAR**/

/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.hero-content {
		top: 0%;
	}

	#parallax-slide {
		height: 300px;
	}

}

/**MD & DOWN*/
@media (max-width: 991px) {
	.hero-content {
		top: 20%;
	}

}

/**LG & DOWN**/
@media (max-width: 1199px) {}

/**MD & UP*/
@media (min-width: 768px) {
	.service-text {
		border-left: 3px solid #950c18;
		padding-left: 15px;
	}
}

/**LG & UP**/
@media (min-width: 992px) {
	#parallax-slide {
		background-image: url(../images/parallax4.jpg);
	}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

	.hero-header {
		font-size: 28px;
		line-height: 30px;
	}

	.hero-text {
		font-size: 16px;
	}

	.hero-btn {
		padding: 5px;
		font-size: 16px;
	}

	.hero-line {
		padding-bottom: 0px;
	}

	.hero-content {
		top: 20%;
	}

	#parallax-slide {
		height: 270px;
		background-image: url(../images/parallax8.jpg);


	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
	.hero-header {
		font-size: 32px;
	}

	.hero-text {
		font-size: 20px;
	}

	.hero-line {
		padding-bottom: 10px;
	}

	#parallax-slide {
		background-image: url(../images/parallax7.jpg);

	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.hero-header {
		font-size: 32px;
	}

	#parallax-slide {
		height: 350px;
		background-image: url(../images/parallax6.jpg);
		background-size: contain;
	}

}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.hero-header {
		font-size: 38px;
	}

	#parallax-slide {
		height: 450px;
	}
}

/**XLG**/
@media (min-width: 1200px) {
	.hero-header {
		font-size: 48px;
	}

	#parallax-slide {
		height: 650px;

	}
}