body {
	background: #44485c;
	font-family: 'Roboto Slab', serif;
}
.btn-secondary {
	background: #363636;
	border-color: #494a4a;
}
.btn-group-lg>.btn, .btn-lg {
	font-size: 1.25rem;
}
.item:hover {
	opacity: .5;
}
a[href^="tel"] {
	color: #fff;
}
a[x-apple-data-detectors] {
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #494a4a;
}
#bor-top, #bor-bottom, #bor-left, #bor-right {
	background: #ffffff;
	position: fixed;
}
#bor-left, #bor-right {
	top: 0; 
	bottom: 0;
	width: 15px;
}
#bor-left { 
	left: 0; 
}
#bor-right { 
	right: 0; 
}
#bor-top, #bor-bottom {
	left: 0; 
	right: 0;
	height: 15px;
	z-index: 9999;
}
#bor-top { 
	top: 0; 
}
#bor-bottom { 
	bottom: 0; 
}
.btn, .btn-lg {
	border-radius: 0;
}
.bg-blk {
	background: #494a4a;
}
.model-content {
	border-radius: 0;
}
.form-control {
	border-radius: 0;
}
a i {
	color: #fff;
}
.front-font {
	font-family: 'Roboto Slab', serif;
	font-size: 200%;
	font-weight: 100;
	color: #ffffff;
}
/* DEMO-SPECIFIC STYLES */
.typewrite {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
}
.name-font {
	font-family: 'Roboto Slab', serif;
	font-size: 120%;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: -12px;
}
hr, hr:not([size]) {
    background-color: #fff;
    opacity: 1;
    height: 5px;
}
@media screen and (min-width: 64px) {
	.dpbloc {
		display: block;
		line-height: 31px;
		padding-right: 20px;
		color: #fff;
	}
	.hdivide {
		display: none;
	}
	.logosz {
		width: 100px;
		margin: 0 auto;
	}
	.front-font {
		font-size: 100%;
	}
	.btn-group-lg>.btn, .btn-lg {
		font-size: 2rem;
	}
	.mobilehide {
		display: none;
	}
}
@media screen and (min-width: 530px) {
	.dpbloc {
		display: inline-block;
		line-height: 0;
		padding-right: 0;
	}
	.logosz {
		width: 144px;
		margin: 10px;
	}
	.front-font {
		font-size: 150%;
	}
	.btn-group-lg>.btn, .btn-lg {
		font-size: 1.25rem;
	}
	.mobilehide {
		display: inline-block;
	}
}
@media screen and (min-width: 853px) {
	.hdivide {
		display: inline;
	}
	.front-font {
		font-size: 200%;
	}
}