/* 0/267 */
html {
  height: auto;
  background: #fafafa;
}
#logo {
  margin-left: -51px;
}
#bottom-line,
#top-line{
  background-color: #3f2859;
  color: #3f2859;
  height: 2px;
  border-width: 0;
  margin-left:-1000;
}

#top-line{
  margin-top: -15px;
  margin-bottom: 2em;
  margin-bottom: calc(16px + 3em);
}

#bottom-line{
  margin-top: -1.5em;
}

body {
  line-height: 140%;
  font-family: 'Hind Vadodara', sans-serif;
  max-width: 1280px;
  margin: 20px auto;
  padding-left: 55px;
  padding-right: 55px;
  color: #25004f;
}

strong {
  color: #a60000;
}


#desc-clients {
  padding-bottom: 3em;
}

#desc-bio {
  padding-bottom: 3em;
  padding-top: 3em;
  clear: both;
  margin-right:38%;
}

#map {
  max-width: 486px;
  width: 38%;
  float: right;
  margin-left: 1em;
}

#services {
  padding: 1em 0 1em 1000px;
  margin-left: -1000;
  background-color: #3f2859;
  color: #FCFAFC;
  width: 62%;
  font-size: small;
  font-family: 'Hind Vadodara', sans-serif;
}
#services ul{
  width: 100%;
  padding: 0;
  margin: 0;
}
#services ul li {
  width: 32%;
  width: calc(33.3333% - 2em);
  padding-right: 1em;
  float: left;
  list-style-type: none;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

#service-header {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 900;
  color: #3f2859;
  font-family: 'Hind Vadodara', sans-serif;
}
#float-break {
  clear: both;
  visibility: hidden;
}

#header {
  clear: left;
}
#footer {
  clear: left;
}
#contact {
  line-height: 1.5em;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: 38%;
  text-align: right;
  font-family: 'Hind Vadodara', sans-serif;
}

#contact-name{
  padding-left: 1em;
  font-weight: bold;
  font-size: small;
}
#contact-tel{
  padding-left: 1em;
  font-weight: bold;
  color: #a60000;
}
#contact-email {
  padding-left: 1em;
}
#contact-email a{
  font-weight: bold;
  text-decoration: none;
  font-size: small;
  color: #25004f;
}
#contact-email a:hover{
  text-decoration: underline;
}
#contact-mail {
  display:block;
  font-size: small;
}

@media only screen and (max-width: 67em) {
  #services ul li {
    width: 49%;
    width: calc(50% - 2em);
  }
}

@media only screen and (max-width: 65em) {
  #map{
    display:none
  }
  #services { 
    width: 100%
  }
  #contact {
    margin-right: 0%;
  }
  #desc-bio {
    margin-right: inherit;
  }
  #services ul li {
    width: 32%;
    width: calc(33.3333% - 2em);
  }
}

@media only screen and (max-width: 53em) {
  #services ul li {
    width: 49%;
    width: calc(50% - 2em);
  }
}

@media only screen and (max-width: 31em) {
  #services ul li {
    width: 100%;
  }
}
