body
{
    padding: 0;
    margin: 0;
    background: #fff;
}
.btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease;
  font-family: Georgia, serif;
}
.btn:hover{
  background-color: #c39d63;
}
.btn--action{
  background-color: #c39d63;
  color: #fff;
  transition: all .5s ease 0s;
}
.btn--action span{
  display: inline-block;
  position: relative;
  transition: all .5s ease;
}

.btn--action span:before{
  content: '\2192';
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 2.5rem;
  opacity: 0;
  transition: all .1s ease 0s;
}
.button-font{
  color: #fff;
}
.btn--action:hover span{
  padding-left: 2.5rem;
}

.btn--action:hover span:before{
  left: 0;
  opacity: 1;
}

.btn--action:active {
  transform: translateY(5px);
  color: #c39d63;
}

.llc-symbol{
  font-size: 13px;
  padding: .4rem;
}
.navbar-logo{
  max-height: 100px;
}
.navbar {
    background:#fff;
}
.navbar-toggler {
    color: #333;
}
.nav-link,
.navbar-brand {
    color: #333;
    cursor: pointer;

}
.navbar-brand:hover {
    color: #333;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #999999;
}
.navbar-collapse {
    justify-content: flex-end;
}



@media screen
and (min-width: 1800px){
  .home-description p {
      font-size: 1.6rem!important;
      padding: 2rem 8rem!important;
  }
  .shop-p{
    font-size: 1.4rem!important;
  }
  .shop, .contact-background{
    min-height: 800px;
  }
}

@media screen
and (min-width: 1200px)
and (max-width: 1800px){

  .home-description p{
      font-size: 1.3rem!important;
      padding: 2rem 6rem!important;
  }
  .shop-p{
    font-size: 1.4rem!important;
  }
  .services-list-1{
    padding-top: 4rem;
  }
  .services-list-2{
    padding-top: 2.5rem;
  }
  .services-list-3{
    padding-top: .5rem;
  }
  .shop, .contact-background{
    min-height: 750px;
  }
}

@media screen

and (max-width: 1200px)

and (min-width: 991px){

  .home-description h1 {
      padding-top: 1rem;
  }

  .home-description p{
      font-size: 1.3rem!important;
      padding: 1rem 3rem!important;
  }
  .shop-p{
    font-size: 1.3rem!important;
  }
  .services-list-1{
    padding-top: 6rem;
  }
  .services-list-2{
    padding-top: 4rem;
  }
  .services-list-3{
    padding-top: .7rem;
  }
  .shop, .contact-background{
    min-height: 750px;
  }
}

@media screen

and (max-width: 991px)

and (min-width: 767px){

    .navbar-logo{
      max-height: 5rem;
    }

    .btn{
      margin-top: 1.2rem;
    }

    .journey-img{
      max-height: 50%!important;
      max-width: auto!important;
    }
    .img-fluid{
      margin: .5rem;
    }
    .features{
      margin: 0 auto!important;
    }
    .story img{
      display: none;
    }
    .home-description h1 {
        padding-top: 1rem;
    }
    .card-story {
      padding-top: 1rem;
      padding-bottom: 0!important;
    }
    .home-description p{
        font-size: 1.2rem!important;
        padding: 1rem 3rem!important;
    }
    .shop-p{
      font-size: 1.3rem!important;
    }
    .services-list-1{
      padding-top: 2rem;
    }
    .services-list-2{
      padding-top: 2rem;
    }
    .services-list-3{
      padding-top: 2rem;
    }
    .contact-background{
      min-height: 750px;
    }
    .contact{
      padding: 0rem 4rem;
    }
}

@media screen

and (max-width: 767px)
and (min-width: 575px){

    .home-description h1 {
        font-size: 2rem;
        padding-top: 1rem;
    }
    .about-description h1{
      font-size: 2rem;
    }
    .story img{
      display: none;
    }
    .home-description p{
        font-size: 1.2rem!important;
        padding: 1.2rem 4rem!important;
    }
    .shop-p{
      font-size: 1.3rem!important;
    }
    .card-story {
      padding-top: 1rem;
      padding-bottom: 0!important;
    }
    .email{
      margin-top: 2rem!important;
    }
    .email-img{
      display: none!important;
    }
    .img-fluid{
      margin: .2rem;
    }
    .services-list-1{
      padding-top: 2rem;
    }
    .services-list-2{
      padding-top: 2rem;
    }
    .services-list-3{
      padding-top: 2rem;
    }
    .contact-row, .shop-row{
      margin: 3rem auto!important;
    }
    .contact{
      padding: 0rem 4rem;
    }
   .shop-p{
     padding: 2rem;
     margin-left: 1rem!important; 
     margin-right: 1rem!important;
   }
          
}

@media screen

and (max-width: 575px)
and (min-width: 359px){
  .story img{
    display: none;
  }
  .story-img{
    max-height: 15rem!important;
    float: right!important;
    margin: 8px 5px 5px 25px!important;
  }
  .email-img{
    display: none!important;
  }
  .home-description h1 {
      font-size: 2rem;
  }
  .about-description h1{
    font-size: 1.5rem;
  }
  .home-description p {
      font-size: 1rem!important;
      padding: 1.2rem 3rem!important;
  }
  .shop-p{
    font-size: 1.3rem!important;
  }
  .card-story{
    font-size: 2.2rem;
    padding-top: 1rem!important;
    padding-bottom: 0!important;
  }
  .navbar-logo{
    margin: .2rem;
    max-width: 15rem;
    height: auto;
  }
  .email{
    margin-top: 2rem!important;
  }
  .services-list-1{
    padding-top: 2rem;
  }
  .services-list-2{
    padding-top: 2rem;
  }
  .services-list-3{
    padding-top: 2rem;
  }
  .contact-row, .shop-row{
    margin: 3rem auto!important;
  }
  .contact{
    padding: 0rem 4rem;
  }
  .shop-p {
    padding: 2rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}



.home-header {
    background-image: url('images/calm-stones.jpg');
}
.header{
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-header{
  background-image: url('images/calm-stones.jpg');
  font-family: Georgia, serif;
  max-height: 350px;
}
.header button{
  margin-bottom: 3rem;
}
.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}
.about-description {
  min-width: 100%;
  color: #fff;
  font-family: Georgia, serif;
  padding-top: 3rem;
  text-align: center;
}
.about-para em {
  font-size: 1.3rem;
  font-family: Georgia, serif;
}
.first-letter{
  font-size:3rem;
  font-family: Georgia, serif;
}
.about-para p{
  font-size: 1.2rem;
}
.about-para li{
  font-size: 1.2rem;
}
p{
  line-height: 1.7;
}
.about-para h3, .services h3, .services h4{
  padding: 1rem 0rem;
  font-family: Georgia, serif;
  color: #4A4A4A;
}
.home-description h1 {
	color: #fff;
  font-family: Georgia, serif;
  text-align: center;
}
.home-description p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
  padding: 1rem 6rem 1rem 6rem;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.home-description button {
  margin-top: 2em;
  background:#c39d63;
  border-radius: 0;
  color:#fff;
}
.about-services{
  font-family: Georgia, serif;
  padding-bottom: 2rem;
}
.services{
  font-size: 1.2rem;
}
.services h4{
  display: inline-block;
  font-family: Georgia, serif;
}
.row{
  margin: 2em auto;
}
.features {
	margin: 2rem auto;
	padding: 1rem;
}
.feature-title {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.card{
  border: none;
  font-size: 17px;
  display: inline-flex;
}
.card-story {
  font-family: Georgia, serif;
}
.card-info{
  margin-top: 17px;
  font-size: 17px;
}
.card-img-top{
  max-height: 226px;
  object-fit: cover;
}
.card li{
  padding-bottom: .5rem;
}
.card h5{
  padding-bottom: .5rem;
  font-family: Georgia, serif;
}
.story-img{
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  margin: 5px 35px 8px 0px;
  max-height: 21rem;
  min-width: auto;
  object-fit: cover;
  object-position: 50% 100%;
  float: left;
}
.story-text{
  font-size: 1.2rem;
}
.story-text em{
  font-family: Georgia, serif;
}
.story-background h2{
  text-indent: 30px;
  font-family: Georgia, serif;
  padding-top: 10px;
  padding-bottom: .6rem;
  color: #4A4A4A;
}
.story-background h4{
  padding: 2rem 1rem;
  font-family: Georgia, serif;
  color: #4A4A4A;
}
.journey-img{
  max-height: 78%;
  width: auto;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 14px;
  min-height: 97%;
  min-width: auto;
  object-fit: cover;
  object-position: 50% 100%;
}
.team img{
  max-width: 100%;
  height: auto;
  position: relative;
}
.features .form-control,
.features button, .features p, .features h3, .form_alerts{
  border-radius: 0;
  margin: 14px;
}
.features .btn {
  background-color: #c39d63;
  border: 1px solid #c39d63;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}
.form-button {
  background-color: #c39d63;
  border: none;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-top: 3px;
  }.form-button:hover {
    background-color: #333;
  }
.contact-row{
  margin: 6rem auto;
}
.contact{
  width: 100%;
  margin: 3rem auto;
}
.contact img{
  max-width: 100%;
  height: auto;
  padding: 10px;
}
.services-contact{
  margin: 0 auto;
  padding: 1rem 2rem;
  color: #5e5e55;
}
.services-contact-header{
  font-family: Georgia, serif;
  color: #5e5e55;
  padding: 2rem;
}
.background {
	background: #EFEADD;
	padding: 2em 0;
  min-width: 100%;
}
.background-2 {
	padding: 2em 0;
  min-width: 100%;
}
.team {
	color: #5e5e55;
}
.full-story{
  color: #5e5e55;
  font-size: 20px;
  font-family: Georgia, serif;
  cursor: pointer;
}
.full-story:hover{
  color: #999999;
  text-decoration: none;
}
.shop-row{
  margin: 6rem auto;
}
.shop-img{
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 14px;
  max-width: 100%;
  height: auto;
}
.shop-p{
  padding: 2rem;
  margin-left: 9rem;
  margin-right: 9rem;
  color: #5e5e55;
}
.shop strong{
  font-family: Georgia, serif;
}
.shop-button{
  padding-bottom: 1rem;
}
.button-img{
  width: 55%;
  height: auto;
  padding-bottom: 6%;
}
.legal{
  color: #5e5e55;
  font-size: 20px;
  font-family: Georgia, serif;
  cursor: pointer;
  padding-right: 20px;
}
.legal:hover{
  color: #999999;
  text-decoration: none;
}
.team .card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.team .card {
	background:none;
	border: none;
}
.team .card-title {
	font-size: 1.3em;
	text-transform: uppercase;
}
.terms p{
  margin-top: 2em;
}
.terms hr{
  width: 40%;
}
.terms h1{
  margin-top: 1em;
  text-align: center;
  font-family: Georgia, serif;
}
.terms h4{
  margin-top: 2em;
  font-family: Georgia, serif;
}
.terms li{
  margin-top: 2em;
  padding-left: 1em;
}
.legal-contact{
  margin: auto;
}
.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}
.row h6{
  padding-bottom: .5rem;
}
$color: #1F6C90;
.fa-linkedin {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: $color;
    border-radius: 10rem;
    z-index: -2;
  }
  &:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darken($color, 15%);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
  &:hover {
    color: #fff;
    &:before {
      width: 100%;
    }
  }
}
.fa{
  padding: 10px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    color: white;
    opacity: 0.7;
    text-decoration: none;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}
.thank-you{
  margin: auto;
}
.site-header__title{
  padding: 20px;
  font-family: Georgia, serif;
}
.thank-you p{
  padding-bottom: 20px;
  font-size: 1.2rem;
}
