body {
	font-family: Impact, sans-serif !important;
}
body {
	background: url("img/background.png") repeat;
}

.container-mobile-fluid {
  width: 100%;

  .col {
    width: 10%;
  }
}

@media (min-width: 992px) {
  .container-mobile-fluid {
    width: 960px;

    .col {
      width: 96px;
    }
  }
}

.navbar-toggler {
	border: none;
}

.navbar-light .navbar-toggler-icon {
	background: url("img/menu-mobile.png");
}

.navbar-toggler-icon {
	width:3.5em;
	height: 1.95em;
}

#contact {
	padding:30px 15px 15px 15px;
	background-image: url("img/notary-mobile.png");
	background-size: cover;
	background-repeat: no-repeat;
}

main form {
	padding:15px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

section .h4 {
	font-size: 14px;
	color:#444;
	font-size: 11px;
}

.bg-blue {
	padding:30px;
	background-image: linear-gradient(#1982f8, #276bd0);
	color:whitesmoke;
}

.footer, #services {
	font-family: Constantia, Arial, sans-serif !important;
	color:whitesmoke;
	background-image: linear-gradient(#4b4b4b, #373737);
}	
}

section .h5 {