body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #333;
}

hr {
	max-width: 75px;
	border-width: 3px;
	border-color: #1979ba;
	border-radius: 50px;
}

hr.light {
	border-color: #fff;
}

hr.wide {
	max-width: 600px;
}

@font-face {
		font-family: 'bracetrace';
		src: url('fonts/bracetrace.eot');
		src: url('fonts/bracetrace.eot?#iefix') format('embedded-opentype'),
				 url('fonts/bracetrace.woff') format('woff'),
				 url('fonts/bracetrace.ttf') format('truetype'),
				 url('fonts/bracetrace.svg#bracetrace') format('svg');
		font-weight: normal;
		font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
	 font-family: 'bracetrace';
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale
}
.icon-bt-logo:before{content:'\0041';}
.icon-chart:before{content:'\0042';font-size: 120px;}
.icon-helmet:before{content:'\0043';font-size: 120px;}
.icon-timesheet:before{content:'\0044';font-size: 120px;}
.icon-phone:before{content:'\0045';font-size: 60px;}
.icon-mail:before{content:'\0046';font-size: 60px;}

a {
	color: #1979ba;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #1979ba;
}

.bg-primary {
	background-color: #1979ba !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 5rem 0;
	margin-bottom: 1rem;
}

.section-heading {
	margin-top: 0;
}

.sub-response {
	margin-left: 50px;
	margin-right: 50px;
	height: 3.5rem;
	line-height: 3.5rem;
	border: 1;
}

.sub {
	background-color: #1979ba;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	border-radius: 2rem;
	border: none;
	min-height: 3.5rem;
	vertical-align: middle;
}
.subInput {
	vertical-align: middle;
	height: 3.5rem;
	color: #ffffff;
	background-color: transparent;
	border: none;
		width: 0;
	opacity: 0;
	float: right;
	transition: opacity 0.3s, width 0.3s;
	-webkit-transition: opacity 0.3s, width 0.3s;
}

.subInput::-webkit-input-placeholder {
	color: #fff;
	opacity: .4;	
}

.subInput:focus {
	margin-left: 20px;
	opacity: 1; 
	width: 15rem;
	transition: opacity 0.5s, width 0.5s;
	-webkit-transition: opacity 0.5s, width 0.5s;
	outline: none;
}
.sub:hover .subInput:not(:focus) {
	margin-left: 20px;
	opacity: 1;
	width: 11rem;
	transition:opacity 0.5s, width 0.5s;
	-webkit-transition:opacity 0.5s, width 0.5s;
}

#mainNav {
	-webkit-box-shadow:0px 0px 1px 2px rgba(0, 0, 0, .1);
	box-shadow:0px 0px 1px 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#mainNav .navbar-brand {
	text-transform: uppercase;
	color: #1979ba;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #1979ba;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	font-size: .9rem;	
	text-transform: uppercase;
	color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #1979ba;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
	/* color: #1979ba !important; */
	background-color: transparent;
	color: #1979ba;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
	background-color: transparent;
}

.fix-1{margin-top:50px;}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("img/header.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

header.masthead h1 {
	font-size: 2rem;
	letter-spacing: .1em;
}

header.masthead p {
	font-weight: 300;
}
.service-box {
	max-width: 400px;
}

.text-primary {
	color: #1979ba !important;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
}

.btn-xl {
	padding: 1rem 2rem;
}

.btn-primary {
	background-color: #1979ba;
	border-color: #1979ba;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #006bb3 !important;
}

.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 107, 179, 0.5) !important;
}
.footer{
	color: #fff;
	margin:0;
	padding:0.3rem 0;
}

@media (min-width: 992px) {
	
	#mainNav {
	padding:40px 0;
	-webkit-box-shadow:0px 0px 1px 2px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 1px 2px rgba(0, 0, 0, 0);
		background-color: transparent;
	}
	#mainNav .navbar-brand {
		color: rgba(255, 255, 255, 0.7);
	}
	#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
		color: #fff;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link {
		padding: 0.5rem 1rem;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link,
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
		color: #fff;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
		color: #fff;
	}
	#mainNav.navbar-shrink {
	padding:10px 0;
	-webkit-box-shadow:0px 0px 1px 2px rgba(0, 0, 0, .1);
	box-shadow:0px 0px 1px 2px rgba(0, 0, 0, .1);
		background-color: #fff;
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #1979ba;
	}
	#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
		color: #1979ba;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.active,
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus.active {
		color: #1979ba;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
		color: #212529;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
		color: #1979ba;
	}
	.fix-1{margin-top:0px;}
	.p1{
		background-image: url('img/img_1.jpg');
		height: 50%; 
	}
	.parallax {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	header.masthead {
		height: 100vh;
		min-height: 650px;
		padding-top: 0;
		padding-bottom: 0;
	}
	header.masthead h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	header.masthead p {
		font-size: 1.15rem;
	}
}
@media (min-width: 1200px) {
	header.masthead h1 {
		font-size: 4rem;
	}
}

#product {
	min-height:100vh;
	text-align:center;
}

i.fas {
	height: 100px;
}
fa-3x {
	font-size: 100px;
}