body {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;*/
  /*text-shadow: #00000075 1px 1px 3px;*/
}

#services h3 {
	font-size: 24px;
}

#action h3 {
	font-size: 21px;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #0e76bc;
}

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

a {
  color: #0e76bc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #0e76bc;
}

header.masthead {
	padding-top: 6rem;
  padding-bottom: calc(8rem - 56px);
}

header:before {
	content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  background: url("../img/header.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section {
	background: #fff;
  padding: 6rem 0 8rem;
}

section#about {
  background: url("../img/analytics.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section#contact {
  background: url("../img/map.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section#portfolio {
	padding: 6rem 0 4rem;
}

footer {
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
  background: #777;
  padding: 25px 0;
  text-align: center;
}

.text-primary {
  color: #0e76bc !important;
}

.plus-sign {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e76bc;
  font-weight: lighter;
  text-shadow: none;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

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

.btn-secondary {
  background-color: #0b9444;
  border-color: #0b9444;
  box-shadow: #00000075 2px 2px 2px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  background-color: #0e833f !important;
}

.btn-secondary:active, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 148, 68, 0.5) !important;
}

.primary-color {
  color: #fff;
  font-weight: bold;
}

.bg-primary {
  background-color: #0e76bc !important;
}

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

.text-faded {
  color: #dedede;
}

.logos img {
	max-width: 140px;
}

.grow {
	cursor: pointer;
  transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.grow:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
  transform: scale(1.25);
}

.grow-outter {
	cursor: pointer;
  text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.grow-inner {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	transform: scale(1);
 }

.grow-outter:hover > .grow-inner {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
  transform: scale(1.25);
}

.form-group {
  margin-bottom: 25px;
}

.form-group input.form-control {
  height: auto;
}

.form-group input, .form-group textarea, section#contact .form-group textarea {
  padding: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ced4da;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.form-group textarea.form-control {
  height: 248px;
}

.social-buttons {
	text-align: center;
}

.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #212529;
}

.social-buttons li a:hover {
	transform: scale(1.1);
  background-color: #0e76bc;
}

/*.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #212529;
  background-color: #ffffffe6;;
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  background-color: white;
}

.scroll-to-top:hover {
  background: #fff;
}

.scroll-to-top i {
  font-weight: 800;
}*/

@media (max-width: 991px) {
	#mainNav {
		font-weight: 700;
	  text-transform: uppercase;
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	  border-bottom: 1px solid #2125291a;
	  background-color: #ffffffe6;
	}

	#mainNav .navbar-brand svg .cls-2 {
		fill: #0e76bc;
	}

	#mainNav .navbar-brand svg .cls-1 {
		fill: #0b9444;
	}

	.logos img {
		max-width: 80px;
	}

	.copyright {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	#mainNav {
	  color: #ffffffb3;
	  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	  -webkit-transition: all 0.2s;
	  -moz-transition: all 0.2s;
	  transition: all 0.2s;
	}

	#mainNav.navbar-shrink {
	  border-bottom: 1px solid #2125291a;
	  background-color: #ffffffe6;
	}

	#mainNav .navbar-brand {
		padding: 0;
	  font-weight: 700;
	  text-transform: uppercase;
	}

	#mainNav .navbar-brand svg {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		transform: scale(1);
		fill: #ffffffb3;
	}

	#mainNav .navbar-brand svg:hover {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		transform: scale(1.05);
	  fill: #fff;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #ffffffb3;
	}

	.navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
	}

	#mainNav .navbar-nav > li.nav-item > a.nav-link {
	  font-size: .9rem;
	  font-weight: 700;
	  text-transform: uppercase;
	}

	#mainNav.navbar-shrink .navbar-brand svg .cls-2 {
		fill: #0e76bc;
	}

	#mainNav.navbar-shrink .navbar-brand svg .cls-1 {
		fill: #0b9444;
	}

	#mainNav.navbar-shrink .navbar-brand svg {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		transform: scale(1);
	}

	#mainNav.navbar-shrink .navbar-brand svg:hover {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		transform: scale(1.05);
	}

	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link {
	  color: #212529;
	}

	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
	  color: #0e76bc;
	}

	#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	  color: #0e76bc;
	}

	.navbar-toggler-icon {
		color: #ffffffb3;
	}

  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 4rem;
  }
	
	#mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
	}
}