body {
	background: #e8e6dd;
}

.hp-menu {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.utility {
    height: 40px;
    position: fixed;
    width: 100%;
    background: #48463e;
    z-index: 100;
}

.logo {
	height: 80px;
}

a.nav-link {
    font-family: 'DM Serif Display', serif;
    color: #4d5c49;
    font-size: 24px;
}

.nav.main a.nav-link {
    font-family: 'DM Serif Display', serif;
    color: #4d5c49;
    font-size: 20px;
    font-weight: 300;
    padding: 0 30px;
}

.nav.main a.nav-link:last-child {
    padding-right: 1rem;
}

.utility a.nav-link {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: #fefefe;
    font-size: 16px;
}

.hp-bars {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 6;
    color: #4d5c49;
    font-size: 30px;
    background: #e8e6dd;
    padding: 10px 20px;
}

.hero {
	height: 100vh;
    min-height: 600px;
}

.hero_img {
	background-image: url('../img/hero_opt_1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero_img video {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

h1 span.welcome {
	font-size: 64px;
	display: block;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8e6dd;
}

h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: 1.5px;
	color: #e8e6dd;
}

.hero p {
    font-size: 16px;
}

.header.service h1 {
    font-size: 52px;
}

.header.service h1 span.small {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 1193px) {
    h1 span.welcome {
        font-size: 44px;
        display: block;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #e8e6dd;
    }

    h1 {
        font-family: 'DM Serif Display', serif;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 1.5px;
        color: #e8e6dd;
    }

    .hero p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 925px) {
    h1 span.welcome {
        font-size: 34px;
        display: block;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #e8e6dd;
    }

    h1 {
        font-family: 'DM Serif Display', serif;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 1.5px;
        color: #e8e6dd;
    }

    .hero p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 830px) {
    .nav.main a.nav-link {
        padding: 0 20px;
    }
}

/* --- MEDIA QUERY -- */
@media only screen and (max-width: 767px) {
    .hero.green-bg {
        background-image: url('../img/hero_opt_1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: -1;
    }

    .hero.green-bg::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.3;
        background-color: #4d5c49;
    }

    .nav.main a.nav-link {
        padding: 0 30px;
    }

    .hero.green-bg::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.5;
        background: linear-gradient(0.75deg, #4d5c49 0%, transparent 100%);
    }

    .hero.green-bg .row {
        position: relative;
        z-index: 2;
    }

	h1 span.welcome {
		font-size: 32px;
	}

	h1 {
		font-size: 42px;
	}

	.hero p {
	    font-size: 18px;
	}

	.hp-bars {
	    display: none;
	}
}

h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
}

.footer h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}

h3 {
    font-family: 'DM Serif Display', serif;
}

p {
    line-height: 170%;
    letter-spacing: 0.5px;
}

.hero p, .footer p {
    line-height: 150%;
}

.footer p {
    font-size: 15px;
}

a {
	color: #EA6918;
}

a:hover {
	color: #EA6918;
	text-decoration: none;
}

a.link_style {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    position: relative;
    color: #EA6918;
    letter-spacing: 0.5px;
}

a.link_style em {
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid #EA6918;
    margin-bottom: .3em;
    margin-right: 15px;
}

a.link_style.white {
    color: #fefefe;
}

a.link_style.white em {
    border-bottom: 1px solid #fefefe;
}

a.link_style:hover {
	color: #c86a2e;
	text-decoration: none;
}

a.link_style:hover em {
    border-bottom: 1px solid #c86a2e;
}

a.link_style.white:hover {
	color: #b7b7b7;
}

a.link_style.white:hover em {
    border-bottom: 1px solid #b7b7b7;
}

section.scroll_more {
    height: 100px;
    margin-top: -100px;
    letter-spacing: 1px;
}

section.scroll_more i {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.white-bg {
	background: #e8e6dd;
}

.green-bg {
	background: #4d5c49;
	color: #e8e6dd;
}

.brown-bg {
	background: #48463e;
}

.brown-text {
	color: #48463e;
}

.green-text {
	color: #4d5c49;
}

.white-text {
	color: #e8e6dd;
}

.about {
	padding: 75px 0 140px;
}

.team-bios {
    padding: 0 0 140px;
}

.services {
	position: relative;
	padding: 50px 0;
	color: #e8e6dd;
}

.green_box {
    position: absolute;
    background: #4d5c49;
    height: 100%;
    width: 70%;
    top: 0;
}

.brown_box {
    position: absolute;
    background: #48463e;
    height: 100%;
    width: 70%;
    top: 0;
}

.service_text {
    padding: 0 60px;
}

.service_box {
    height: 200px;
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    padding: 10px;
}

.service_box {
    background-image: url(../img/service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #2d2d2d;
}

.service_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(0.75deg, #000000 0%, transparent 100%);
}

.service_box p.lead {
	font-family: 'DM Serif Display', serif;
	line-height: 120%;
	font-size: 20px;
	position: relative;
	z-index: 5;
	color: #fefefe;
}

/* --- MEDIA QUERY -- */
@media only screen and (max-width: 767px) {
	.brown_box {
	    width: 100%;
	}

    .green_box {
        width: 100%;
    }
}

.promos {
	padding: 120px 0;
}

.promo_box {
    background: #4d5c49;
    padding: 24px;
    color: #e8e6dd;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    z-index: 0;
}

.promo_box::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #e8e6dd;
    z-index: 0;
}

.promo_box h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.promo_box p {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.promo_box a {
    position: relative;
    z-index: 3;
}



.cta {
    padding: 100px 0;
    background: url(../img/woman-walking-dog.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background-color: #2d2d2d;
}

.cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
    background: linear-gradient(0.75deg, #000000 0%, transparent 100%);
}

.cta .row {
	position: relative;
	z-index: 2;
}

.footer {
	padding: 50px 0 25px;
}


.btn-primary {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	letter-spacing: 1px;
    color: #fff;
    background-color: #EA6918;
    border-color: #EA6918;
}

.btn-primary:hover {
    background-color: #c86a2e;
    border-color: #c86a2e;
}

#mobile_menu {
    height: 100vh;
    background: #4d5c49;
    display: flex;
    align-items: center;
    color: #fefefe;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
}

#mobile_menu.active {
    max-width: 400px;
    width: 400px;
    position: fixed;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 500px) {
    #mobile_menu.active {
        max-width: 500px;
        width: 100%;
        position: fixed;
        transition: all 0.25s ease-in;
    }
}

#mobile_menu h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 40px;
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu.active a i {
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu .closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
    opacity: 0;
    display: none;
}

#mobile_menu.active h3, #mobile_menu.active .closenav  {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

#mobile_menu.active a i {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

#mobile_menu a {
    color: #fefefe;
    text-decoration: none;
    background-color: transparent;
    text-decoration: none;
}

#mobile_menu a:hover {
    color: #EA6918;
}

.header {
    padding-top: 140px;
}

/* --- MEDIA QUERY -- */
@media only screen and (max-width: 767px) {
    .header {
        padding-top: 100px;
    }

    .hp-menu {
        top: 0;
    }

    #mobile_menu h3 {
        font-size: 20px;
    }

}

.blog_featured_img {
    height: 240px;
}