html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 2rem;
  font-family: "oxygen", sans-serif; }

h1 {
  font-size: 2.75rem;
  font-family: "oxygen", sans-serif;
  letter-spacing: 1.1; }

h2 {
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "oxygen", sans-serif; }

a {
  text-decoration: none;
  color: #0086B2;
  font-size: 2rem;
  font-weight: bold; }

.horizontal-separator {
  border-bottom: 1px solid #7c6246; }

#header {
  width: 100%;
  min-height: 120px;
  max-height: 210px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/header-bg.png") no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 1060px) {
    #header {
      text-align: center;
      min-height: 200px; } }

#logo-img {
  width: 40%;
  max-width: 300px;
  height: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 20px; }
  @media screen and (min-width: 1060px) {
    #logo-img {
      display: inline-block; } }

#contact-click {
  text-decoration: none;
  margin-top: 43px;
  padding: 10px 15px;
  letter-spacing: 1.2px;
  right: 20px;
  position: absolute;
  background-color: #0086B2;
  color: white;
  border-radius: 8px; }
  @media screen and (min-width: 641px) {
    #contact-click {
      margin-top: 60px; } }
  @media screen and (min-width: 1060px) {
    #contact-click {
      margin-right: 40px; } }

#services {
  max-width: 1200px;
  margin: auto; }

#tagline {
  text-align: center;
  font-size: 2.5rem;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5%;
  color: #2e1d0c; }

.service {
  max-width: 350px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 641px) {
    .service {
      max-width: 100%;
      padding: 10px 8px 30px;
      margin-top: 20px; } }

#quote {
  text-align: center;
  color: #7c6246;
  margin-top: 0;
  margin-bottom: 10%;
  padding: 0 5%; }
  @media screen and (min-width: 641px) {
    #quote {
      max-width: 800px;
      font-size: 2.2rem;
      padding: 3%;
      margin-bottom: 0; } }

.service-text {
  position: absolute;
  padding: 0px 5px;
  color: white; }
  @media screen and (min-width: 641px) {
    .service-text {
      position: relative;
      display: inline-block;
      width: 265px;
      color: black; }
      div.service:nth-child(even) > .service-text {
        float: right; } }
  .service-text h1 {
    margin: 5% 2% 2% 4%; }
    @media screen and (min-width: 641px) {
      .service-text h1 {
        border-bottom: 3px solid #0086B2;
        padding-bottom: 3px;
        margin-top: 0; } }
  .service-text ul {
    list-style: none; }
  .service-text li {
    line-height: 1.75; }

#service1 {
  padding-top: 5%; }

.service-image {
  z-index: -1;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 641px) {
    .service-image {
      position: initial;
      width: 34.5%;
      float: right;
      border-left: 8px solid white;
      border-right: 8px solid white;
      height: 300px; }
      div.service:nth-child(even) > .service-image {
        float: left; } }

#service1 #service1-img1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/service1-1.jpg"); }
  @media screen and (min-width: 641px) {
    #service1 #service1-img1 {
      background-image: url("../images/service1-1.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 52%; } }
  @media screen and (min-width: 1060px) {
    #service1 #service1-img1 {
      width: 34.5%; } }

#service1 #service1-img2 {
  display: none; }
  @media screen and (min-width: 1060px) {
    #service1 #service1-img2 {
      display: inline;
      background-image: url("../images/service1-2.jpg"); } }

#service2 #service2-img1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/service2-1.jpg"); }
  @media screen and (min-width: 641px) {
    #service2 #service2-img1 {
      background-image: url("../images/service2-1.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 52%; } }
  @media screen and (min-width: 1060px) {
    #service2 #service2-img1 {
      width: 34.5%; } }

#service2 #service2-img2 {
  display: none; }
  @media screen and (min-width: 1060px) {
    #service2 #service2-img2 {
      display: inline;
      background-image: url("../images/service2-2.jpg"); } }

#service3 #service3-img1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/service3-1.jpg"); }
  @media screen and (min-width: 641px) {
    #service3 #service3-img1 {
      background-image: url("../images/service3-1.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 52%; } }
  @media screen and (min-width: 1060px) {
    #service3 #service3-img1 {
      width: 34.5%; } }

#service3 #service3-img2 {
  display: none; }
  @media screen and (min-width: 1060px) {
    #service3 #service3-img2 {
      display: inline;
      background-image: url("../images/service3-2.jpg"); } }

#about {
  padding-top: 1px;
  margin: 0;
  text-align: center;
  max-width: 700px;
  margin: auto; }
  #about p {
    display: inline-block;
    padding: 10px;
    margin: 0 15px 20px 15px; }
    @media screen and (min-width: 641px) {
      #about p {
        line-height: 1.5; } }

footer #contact {
  position: relative;
  color: white;
  padding-top: 1px;
  padding-bottom: 175px;
  text-align: center;
  background-color: #7c6246;
  letter-spacing: 1.1px; }
  footer #contact h1 {
    padding: 10px 0px 13px;
    border-bottom: 1px solid white; }
  footer #contact ul {
    list-style: none;
    text-align: center;
    padding: 0; }
    footer #contact ul li {
      display: inline-block;
      margin: 0px;
      padding: .5rem 1.5rem; }
    footer #contact ul a {
      color: white;
      border-bottom: 1px solid white; }

footer #site-credit {
  font-size: 1.3rem;
  color: white;
  position: absolute;
  bottom: 0px;
  margin-left: 25px; }

footer #site-credit a {
  color: white;
  font-size: 1.3rem; }
