html,
select,
label,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1, h2, h3, h4,
.btn,
button,
input {
  font-family: "Cinzel", serif;
}

.pure-g [class*=pure-u] {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

p, ul, label {
  font-family: "Lato", sans-serif;
  font-weight: lighter;
}

hr {
  width: 100%;
  max-width: 900px;
  border-color: #b68898;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}

.l-box {
  padding: 20px;
}

.l-box-sides {
  padding: 0 20px;
}

.font-sm {
  font-size: 0.8em;
}

.caps {
  text-transform: uppercase;
}

.bkg-4 {
  background-color: #8c8f00;
}

.bkg-6 {
  background-color: #b68898;
}

.bkg-4, .bkg-6 {
  color: #FFF;
}

.vl {
  display: inline-block;
  border-left: 1px solid #666666;
  height: 16px;
  margin: 0px 10px;
}

.center-text {
  text-align: center;
}

.header-container {
  -webkit-box-shadow: 0 4px 4px -4px #000;
  box-shadow: 0 4px 4px -4px #000;
  width: 100%;
}

.header {
  position: relative;
  height: 120px;
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 0px auto;
}
.header .logo {
  display: block;
  margin: 0 auto;
}
.header .menu-left {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  padding: 0px 10px;
  font-size: 20px;
  left: 0;
}
.header .menu-left a {
  color: #666666;
  text-decoration: none;
}
.header .menu-left a:hover {
  color: #b3b3b3;
}
.header .menu-right {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  padding: 0px 10px;
  font-size: 20px;
  right: 0;
}
.header .menu-right a {
  color: #666666;
  text-decoration: none;
}
.header .menu-right a:hover {
  color: #b3b3b3;
}
.header .menu-mobile {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 20px;
}
.header .menu-mobile a {
  color: #FFF;
  text-decoration: none;
}
.header .menu-mobile a:hover {
  border-bottom: 1px dotted #FFF;
}
.header .menu-mobile ul {
  padding: 0px;
}
.header .menu-mobile ul li {
  list-style: none;
  text-align: center;
  margin: 0px;
}

.banner-container {
  z-index: -1;
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 75vh;
  margin: 0 auto;
}
.banner-container .banner-mask {
  position: absolute;
  background: url("img/banner-mask.png") no-repeat bottom;
  width: 100%;
  height: 75vh;
}
.banner-container .banner {
  position: absolute;
  background: url("img/image002.jpg") no-repeat center/cover;
  width: 100%;
  height: 75vh;
}
.banner-container .banner-info {
  position: absolute;
  bottom: 0;
  height: 165px;
  border-top: 3px solid #FFF;
  background: #b68898;
  color: #FFF;
  width: 100%;
}
.banner-container .banner-info h1 {
  position: absolute;
  margin: 0px;
  font-size: 36px;
  color: #FFF;
  width: 675px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: lighter;
  line-height: 1em;
}

.banner-info-mobile {
  border-top: 3px solid #FFF;
  background: #b68898;
  color: #FFF;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-info-mobile h1 {
  margin: 0px;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  font-weight: lighter;
}

.container {
  width: 100%;
  max-width: 1150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.container-padding {
  padding: 40px 20px;
}

.container-padding-bottom {
  padding: 0 0 40px;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  color: #8c8f00;
  text-transform: uppercase;
}

h2.alt {
  color: #FFF;
}

.mugshot {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  width: 320px;
  height: 320px;
}

.container-services {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 143, 0, 0.8)), to(rgba(140, 143, 0, 0.8))), url("img/bg-services.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(140, 143, 0, 0.8), rgba(140, 143, 0, 0.8)), url("img/bg-services.jpg") no-repeat center/cover;
  color: #FFF;
  position: relative;
  margin: 0 0 100px;
  text-align: center;
}
.container-services p {
  text-align: center;
  margin: 30px 30px;
}
.container-services h2 {
  text-align: center;
  margin: 30px 30px;
}
.container-services .services-motto {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 104, 0, 0.4)), to(rgba(102, 104, 0, 0.4)));
  background: linear-gradient(rgba(102, 104, 0, 0.4), rgba(102, 104, 0, 0.4));
}
.container-services .services-motto p {
  font-size: 24px;
}
.container-services .pure-g {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.container-services img {
  display: block;
  margin: 0 auto;
}

.service-link {
  color: #FFF;
}

.service-circle {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #8c8f00;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: #FFF 3px solid;
}
.service-circle:hover {
  background-color: #b68898;
}
@media only screen and (min-width: 999px) {
  .service-circle {
    margin-bottom: -150px;
  }
}

.service-circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.service-circle-content p {
  margin: 0 0 10px;
}
.service-circle-content h3 {
  margin: 0 0 10px;
}

.service-header .container {
  padding: 20px;
}
.service-header h2 {
  color: #FFF;
  margin: 0;
}
.service-header img {
  border: #FFF 3px solid;
}

.service-images img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.nicewords {
  margin: 0 auto;
  display: block;
  height: 320px;
  width: 320px;
  border-radius: 50%;
}

.author {
  font-size: 16px;
  color: #999999;
}

.container-footer {
  background-color: #b68898;
  width: 100%;
  color: #FFF;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container-footer a {
  color: #FFF;
}
.container-footer .container-footer-content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.container-footer h2 {
  text-transform: none;
  margin: 0px;
  text-align: left;
}
.container-footer label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.container-footer .inline {
  display: inline;
}
.container-footer input[type=text],
.container-footer select {
  display: block;
  background-color: #c9a8b3;
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
}
.container-footer input[type=text]:hover,
.container-footer select:hover {
  background-color: #d3b7c1;
}
.container-footer input[type=text]:active,
.container-footer select:active {
  background-color: #ddc7cf;
}
.container-footer input[type=checkbox] {
  display: inline-block;
}
.container-footer textarea {
  display: block;
  background-color: #c9a8b3;
  border: none;
  width: 80%;
  height: 50px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  min-height: 150px;
}
.container-footer textarea:hover {
  background-color: #d3b7c1;
}
.container-footer textarea:active {
  background-color: #ddc7cf;
}

.btn,
input[type=submit] {
  border: 0px;
  background: #82495b;
  color: #FFF;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  text-decoration: none;
  font-family: "Cinzel", serif;
}
.btn:hover,
input[type=submit]:hover {
  background: #a35b72;
}

.btn {
  display: inline-block;
}

.copyright {
  font-family: "Lato", sans-serif;
  color: #999999;
  font-size: 14px;
  margin: 30px 0px;
}
.copyright a {
  color: #b68898;
}
.copyright a:hover {
  color: #c9a8b3;
}

@media only screen and (max-width: 999px) {
  .vl {
    height: 14px;
    margin: 0px 6px;
  }
  .header .menu-left {
    bottom: 6px;
    font-size: 18px;
  }
  .header .menu-right {
    bottom: 6px;
    font-size: 18px;
  }
  .banner-container .banner-mask {
    display: none;
  }
  .banner-container .banner-info {
    display: none;
  }
  h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .header .logo {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    z-index: 1;
  }
  .header .menu-mobile {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .header .menu-left {
    display: none;
  }
  .header .menu-right {
    display: none;
  }
  .container-footer input[type=text] {
    width: 100%;
  }
  .container-footer textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .banner-info-mobile {
    display: none;
  }
}
@media only screen and (min-width: 568px) {
  .mugshot {
    float: right;
    margin-left: 30px;
  }
  .nicewords {
    float: left;
    margin-right: 30px;
    height: 200px;
    width: 200px;
  }
  .service-content {
    margin-left: 250px;
  }
}