@font-face {
	font-family: 'beardsons_normalregular';
	src: url('../font/beardsons_-_normal-webfont.woff2') format('woff2'),
		url('../font/beardsons_-_normal-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {
	--bs-link-color-rgb: #000000;
}

.nav {
	--bs-nav-link-color: #000000;
	--bs-nav-link-hover-color: #9c7f4a;
	--bs-nav-link-padding-x: 0.6rem;
}

.nav-pills {
	--bs-nav-pills-link-active-color: #9c7f4a;
	--bs-nav-pills-link-active-bg: transparent;
}

.btn-primary {
	--bs-btn-bg: #9c7f4a;
	--bs-btn-hover-bg: #9c7f4a;
	--bs-btn-active-bg: #9c7f4a;
	--bs-btn-border-color: #9c7f4a;
	--bs-btn-hover-border-color: #9c7f4a;
	--bs-btn-border-radius: 0;
	--bs-btn-padding-x: 3.2rem;
	--bs-btn-padding-y: 1.3rem;
}

body {
	font-family: "sole-serif-small-variable", sans-serif;
	color: #000000;
	line-height: 1.2;
}

p {
	margin-bottom: 1.3rem;
}

.header-top {
	font-family: "rival-sans", sans-serif;
	font-size: 1.125rem;
	background-color: #000000;
	color: #ffffff;
	padding-top: 18px;
}
.header-top-item .inner {
	margin-bottom: 3px;
}
.header-top-item span {
	margin-right: 6px;
}

.header-top-item img {
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
}

.header-top-item+.header-top-item {
	margin-left: 40px;
}

.header {
	padding-top: 9px;
	padding-bottom: 8px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.header .nav-link {
	font-size: 1.25rem;
}

a.logo {
	text-decoration: none;
	color: #000000;
}

.logo span {
	font-family: 'beardsons_normalregular';
	font-size: 2.3125rem;
	position: relative;
    top: 5px;
}

.logo img {
	width: 95px;
	height: 95px;
	margin-right: 23px;
}

h3 {
	font-family: 'beardsons_normalregular';
	font-size: 3.2225rem;
	margin-bottom: 1rem;
}

h4 {
	font-family: "rival-sans", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	color: #9c7f4a;
	margin-bottom: 0.3rem;
	color: #9c7f4a;
}

.btn {
	font-family: "rival-sans", sans-serif;
	font-size: 0.875rem;
}

.section-home {
	min-height: 720px;
	background: url("../img/home-mike-alana.jpg") center top no-repeat;
}


.section-home-right .inner {
	background: rgba(255, 255, 255, 0.62);
	padding: 1rem;
}

.section-home-right .btn {
	margin-top: 15px;
}

.section-2 {
	padding-top: 69px;
	padding-bottom: 69px;
}

.section-3 {
	background: #e2daca;
	padding-top: 36px;
	padding-bottom: 38px;
}

.section-3-img {
	position: relative;
	margin-top: 15px;
}

.section-3-img span {
	font-size: 1.5rem;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
}

.section-4 {
	padding-top: 54px;
	padding-bottom: 45px;
}

.section-5 {
	background: #adadad;
	padding-top: 44px;
	padding-bottom: 112px;
}

.section-5 h4 {
	color: #ffffff;
}

.team-member {
	margin: 15px;
	background: #ffffff;
	width: 185px;
}

.member-name {
	font-size: 1.25rem;
	padding-top: 21px;
	font-weight: bold;
}

.member-position {
	color: #adadad;
	font-weight: bold;
	font-family: "rival-sans", sans-serif;
	font-size: 0.875rem;
	margin-top: 8px;
	margin-bottom: 7px;
	min-height: 34px;
}

.member-img {
	height: 224px;
}

.section-6 {
	padding-top: 70px;
	padding-bottom: 75px;
}

.pricing-item {
	margin-bottom: 1.4rem;
}

.pricing-title {
	font-size: 1.375rem;
	font-weight: bold;
}

.section-7 {
	background: #ebebeb;
	padding-top: 44px;
	padding-bottom: 4px;
}

.product-name {
	font-size: 1.3125rem;
	font-weight: bold;
	padding-top: 27px;
	width: 195px;
	margin: 0 auto 17px;
}

.product-img {
	height: 214px;
}

@media ( min-width : 1200px) {
	.logo {
		margin-left: 25px;
	}
	.menu {
		margin-right: 25px;
	}
	.container {
		max-width: 1200px;
	}
	.section-1-right {
		position: relative;
		top: -33px;
		left: -33px;
	}
	.section-1-right .inner {
		max-width: 539px;
		padding: 3.5rem 3rem;
	}
	.section-2-left .inner {
		max-width: 405px;
		margin: 0 auto;
	}
	.section-6-col+.section-6-col {
		border-left: 2px solid #000000;
	}
	.pricing-item,.product {
		padding: 0 20px 0 30px;
	}
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.section-1-right {
    opacity: 0;
    transform: translateX(100%);
    animation: slideInRight 1s ease-in-out forwards;
    animation-delay: 1s;
}
.table1 {
    width: auto;
}
.table1 td {
    background-color: transparent;
    color: #ffffff;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.footer {
	background-color: #000000;
	font-size: 16px;
	color: #ffffff;
	padding-top:44px;padding-bottom:25px;text-align: center;
}
.footer .outstanding {
	font-size: 22px;font-weight: bold;
}
.footer h3 {
	font-size: 78px;margin-top: -8px;
}
a.link-none {text-decoration: none;}