body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
    background: url(../images/bg.png) repeat;
  color: #46484a; }

a {
  color: #59a0d7; }

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 500; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase; }

p {
  color: #696b6e;
  font-size: .9rem; }

.divider {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #dfe1e5;
  margin: 2rem auto; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.navbar-custom {
  background: transparent; }

a.navbar-brand, a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0; }

.features-1 {
  padding: 5rem 0; }
  .features-1 h2 {
    margin-top: 2rem; }
  .features-1 .col-feature {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .features-1 .col-feature .rounded-circle {
      margin: 0 auto;
      margin-bottom: 2rem;
      width: 6rem;
      height: 6rem;
      background: none;
      border: 0.15rem solid #dfe1e5; }

.features-4 {
  background: #2b2d34;
  padding: 5rem 0; }
  .features-4 h2 {
    margin-top: 2rem;
    color: #fff; }
  .features-4 p.lead {
    color: #a0a0a0; }
  .features-4 .col-feature {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .features-4 .col-feature h3 {
      color: #fff; }
    .features-4 .col-feature h4 {
      color: #fff; }
    .features-4 .col-feature p {
      color: #a0a0a0; }
    .features-4 .col-feature .rounded-circle {
      margin: 0 auto;
      margin-bottom: 2rem;
      width: 6rem;
      height: 6rem;
      background: none;
      border: 0.15rem solid #696b6e;
      color: #fff; }

.content-1, .content-2, .content-4 {
  /*background: #fff;*/
  background: url(../images/bg.png) repeat;

  padding-bottom: 0.1rem; }
  .content-1 .container, .content-2 .container, .content-4 .container {
    margin: 5rem auto; }
  .content-1 .full-width, .content-2 .full-width, .content-4 .full-width {
    width: 100%; }

.footer-6 {
	background-color: #0082c8;
	color: #fafafa;
	width: 100%;
	min-width: 720px;
	z-index: 10;
	position: fixed;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-align: center;
	opacity: 0.9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	padding: 10px 7px; }

.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0; }

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; } }