/* Scss Document */
/*colors*/
/*fonts details*/
@import url("normalize.css");
body {
  background-color: #fff;
  font-size: 14px;
  color: #000;
  letter-spacing: 2px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

section {
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.loaded section {
  opacity: 1; }

.head {
  background-color: #2d0909;
  position: fixed;
  margin-top: 50px;
  width: 100%;
  height: 130px; }
  .head img {
    float: left;
    padding-left: 20px; }
  .head .nav {
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 40px;
    padding-left: 80px;
    word-spacing: 50px; }
    .head .nav a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 0.4s ease;
      -moz-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      -ms-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .head .nav a:hover, .head .nav a.current-menu-item {
        color: #86a766;
        -webkit-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -ms-transition: color 0.4s ease;
        transition: color 0.4s ease; }

.columns {
  text-align: center;
  max-width: 1150px;
  height: 400px;
  padding-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 40 auto 0; }
  .columns h1 {
    color: #86a766; }
  .columns .clients {
    float: left;
    width: 350px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px; }
  .columns .insurance {
    float: left;
    width: 350px;
    height: 300px;
    padding-right: 20px; }
  .columns .confidentiality {
    float: left;
    width: 350px;
    height: 300px;
    padding-right: 20px; }

.about {
  text-align: center;
  margin-top: 180px; }
  .about img {
    float: right; }
  .about h1 {
    font-size: 50px;
    letter-spacing: -2px; }
  .about p {
    width: 800px;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 50px; }

.staff {
  text-align: center;
  margin-top: 180px;
  margin-left: 150px;
  margin-right: 150px; }
  .staff h1 {
    font-size: 50px;
    letter-spacing: -2px; }
  .staff p {
    letter-spacing: 1px;
    text-align: left; }
  .staff .table td {
    height: 200px;
    vertical-align: top; }
  .staff p.staffinfo {
    margin: 0px;
    padding-left: 10px; }

.services {
  text-align: center;
  margin-top: 180px;
  margin-left: 150px;
  margin-right: 150px; }
  .services h1 {
    font-size: 50px;
    letter-spacing: -2px; }
  .services table p {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px; }
  .services table td {
    border-collapse: separate;
    width: 320px;
    height: 250px;
    vertical-align: top;
    padding: 10px; }

.safety {
  text-align: left;
  margin-top: 180px;
  margin-left: 50px;
  margin-right: 100px; }
  .safety h1 {
    font-size: 50px;
    letter-spacing: -2px;
    text-align: center; }
  .safety img {
    float: left; }
  .safety p {
    margin-left: 570px; }

.contact {
  text-align: left;
  height: 950px;
  margin-top: 300px;
  margin-left: 150px;
  margin-right: 150px; }
  .contact .form {
    float: left;
    width: 400px; }
    .contact .form textarea {
      width: 380px;
      min-height: 100px;
      max-height: 200px;
      resize: vertical;
      /*will prevent resizing horizontally*/ }
  .contact h1 {
    text-align: center;
    font-size: 50px;
    letter-spacing: -2px; }
  .contact p {
    font-size: 14px;
    text-align: left; }

.footer {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  height: 100px; }
