@import '../../stylesheets/mixins.import.less';
@import '../../stylesheets/variables.import.less';
@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
@import url(http://fonts.googleapis.com/css?family=Marcellus);
@import url(http://fonts.googleapis.com/css?family=Antic+Didone);
.didoneFont {
  font-family: 'Antic Didone', serif;
}
@media (max-width: 768px) {
  .no-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.row-center {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .row-center-mobile {
    margin-top: 9px;
  }
}
@media (max-width: 768px) {
  h2 {
    margin: 5px 0px 0px 0px;
  }
  .page-header {
    margin: 15px 0px 10px 0px;
  }
}
body {
  background: url("images/courthouseflag2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #1A1F1E;
  font-family: 'Antic Didone', serif;
}
.container {
  max-width: 800px;
  background-color: rgba(255,255,255,0.95);
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
}
.link-img {
  height: 35px;
  width: 35px;
  margin-left: -18px;
}
.location-info-column {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .padded-row {
    margin-bottom: 30px;
  }
}
.no-pad {
  padding: 0px !important;
}
.header {
  font-size: 2em;
}
@media (max-width: 800px) {
  .header {
    text-align: center;
  }
}
a {
  color: black;
}
.practice-areas {
  color: #1C8BC4;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.bio {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .bio {
    display: none;
  }
}
.bio p {
  margin-bottom: 2em;
}
.advertisement {
  font-size: 8px;
}
.bottom-focus-text {
  font-weight: bold;
  font-height: 20px;
  color: #1C8BC4;
}