.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

h1 {
	color: white !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	letter-spacing: 3px !important;
	padding-top: 115px !important;
	padding-bottom: 15px !important;
	font-size: 36px !important;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow: 1px 1px #343434;
}

h4.list-group-item-heading {
	line-height: 25px;
	font-weight: bold;
	color: #0267B2 !important;
}

.btn-primary {
	background-color: transparent !important;
	border: 3px solid white !important;
	letter-spacing: 1px;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.btn-lg {
	padding: 15px 35px !important;
}

a.btn-primary:hover {
	background-color: white !important;
	color: #F05722;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p.compInfo {
	font-size: 18px;
	line-height: 30px;
	width: 90%;
}

p.divisions {
	font-size: 16px;
	line-height: 25px;
	width: 90%;
}

ul.divisions {
	font-size: 16px;
	line-height: 25px;
}

ul.divisions li {
	margin-bottom: 5px;
}

.badgeSpacing {
	text-align: center;
}

.footer {
	height: 425px;
	background-color: #7f7f7f;
}

p.textContact {
	color: white;
	font-size:18px;
	padding-top: 25px;
	font-weight: 500;
	letter-spacing: 1px;
}

p.footerContact {
	color: white;
	font-size:18px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-top: 10px;
}

a.linkPhone {
	color: white;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.linkPhone:hover {
	color: #0267B2;
	text-decoration: none !important;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p.copyRight {
	color: white;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 1px;
}

a:focus, a:hover {
	text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  img.logo {
    width: 75%;
  }
}