/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;600&family=Federo&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Andada+Pro&family=Cambo&family=DM+Sans:wght@400;500;600&family=Galada&family=Sansita+Swashed:wght@400;500;600&family=Cinzel:wght@400;500;600&family=Libre+Franklin&family=Bitter:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Andada+Pro&family=Bebas+Neue&family=Bitter:wght@600&family=DM+Sans:wght@400;500;600&display=swap');

@import url("header.css");
@import url("footer.css");
/*@import url("media-queries.css");*/

*,:after,:before {
    box-sizing: border-box;
}

:root {
    --color-link: #0077B6;
    --color-link-hover: #FF8F00;
    --color-nav-link: #004F32;
    --color-nav-link-hover: #FF8F00;
    --color-nav-link-active: #A67C00;
}

body {
	color: #424242;
    font-family: 'Andada Pro', sans-serif;
    font-size: 17px;
	line-height: 150%;
    margin: 0;
	padding: 0;
}

a, a:visited {
    color: #0077B6;
    transition-duration: .3s;
}
a:hover {
    color: var(--color-link-hover);
    transition-duration: .3s;
}

strong {
	font-weight: 600;
}

p {
    margin: 0 0 24px;
}

/*
ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

li {
    list-style-type: "- ";
}
*/

main {
	margin: 0 auto;
    max-width: 1024px;
}
#home main {
	margin: 0 auto;
    max-width: 1200px;
}

section {
    margin: 0 auto 64px;
}

@media (max-width: 767px) {
	.logo {
		width: 75%;
	}	
}

main h1 {
    border-bottom: 1px solid #e0e0e0;
/*    color: #212121;*/
    color: #A67C00;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 125%;
    margin: 40px auto 64px;
    padding-bottom: 40px;
    text-align: center;
}

.divider {
    height: 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 64px;
}

/* *********************************************** */
/* PAGES WITH TEXUAL CONTENT: ABOUT, PRODUCT PAGES */
/* *********************************************** */

.content {
    display: flex;
/*    max-width: 1024px;*/
/*    margin: 0 auto;*/
    margin-bottom: 64px;
}
/*
.content:first-child {
    margin-bottom: 64px;
}
*/
.content:last-child {
    margin-bottom: 0px;
}

.content h2 {
    color: #424242;
    font-family: 'Bitter', serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 100%;
    margin: 0 0 16px;
}

.content h3 {
    font-size: 18px;
    margin:0 0 8px;
}

.content p:last-child {
    margin: 0;
}

.content div.image-hold {
/*    width: 100%;*/
/*    margin-right: 56px;*/
    margin-right: 40px;
    min-width: 320px;
/*    background: #fafafa;*/
    border-radius: 12px;
}

.content div.image-hold img {
    max-width: 320px;
    border-radius: 16px;
}

.content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.content li {
    list-style-type: "- ";
}



/* ************************************************** */
/*                     HOMEPAGE                       */
/* ************************************************** */

#home .logo {
	max-width: 320px;
	width: 100%;
/*	margin: 80px auto 0;*/
    margin: 80px auto 16px; /* temp */
}
@media (max-width: 767px) {
	.logo {
		width: 75%;
	}	
}

#home h2 {
/*    color: #212121;*/
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 125%;
    margin: 0px auto 64px;
    padding-top: 40px;
    text-align: center;
    color: #A67C00;
}


#home .offerings-container-ver {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

#home .offerings-container-ver .offerings-column {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}

#home .offerings-container-ver .offerings-column div {
    margin-bottom: 40px;
    min-width: 140px;
}
#home .offerings-container-ver .offerings-column div:first-child {
    margin-top: 80px;
}
#home .offerings-container-ver .offerings-column div:last-child {
    margin-bottom: 0;
}


#home .offerings-container-ver a, .offerings-container-ver a:link {
    text-decoration: none;
    transition-duration: .6s;
/*    color: #004F32;*/
    color: var(--color-nav-link);
}
/*
#home .offerings-container-ver a:visited {
    color: inherit;
}
*/
#home .offerings-container-ver a:hover {
    color: var(--color-nav-link-hover);
    transition-duration: .6s;
}

#home .offerings-container-ver a svg {
    height: auto;
/*    max-width: 100%;*/
    max-width: 140px; /* temp */
    fill: #558B2F;
    transition-duration: .6s;
    margin-bottom: 12px;
}
#home .offerings-container-ver a:hover svg {
    fill: var(--color-nav-link-hover);
    transition-duration: .6s;
}

#home .testimonials-container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
/*    justify-content: space-between;*/
/*    gap: 2%;*/
}

#home .testimonials-container .card-testimonial {
    width: 25%;
/*    font-size: 16px;*/
}


/* ************************************************** */
/*                     OFFERINGS                      */
/* ************************************************** */

#offerings main h1 {
    margin-bottom: 32px;
}

#offerings .page-subnav {
    padding-bottom: 24px;
}

#offerings .page-subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#offerings .page-subnav ul li {
    color: var(--color-nav-link);
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
}

#offerings .page-subnav a:link {
    color: var(--color-nav-link);
    text-decoration: none;
    transition-duration: .3s;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--color-nav-link);
}

#offerings .page-subnav a:visited {
    color: inherit;
}


#offerings .page-subnav a:hover {
    color: var(--color-nav-link-hover);
    transition-duration: .3s;
    border-bottom-color: var(--color-nav-link-hover);
}


#offerings div.image-hold {
    margin-right: 32px;
    text-align: center;
    min-width: 188px;
    background: none;
    
}
#offerings div.image-hold svg {
/*
    width: 75%;
    height: auto;
*/
    fill: #558B2F;
    padding: 20px 20px 20px 20px;
    background: #fafbf8;
    border-radius: 16px;
}

offerings section.tabcontent {
    border-bottom: 1px solid #e0e0e0;
}

.tothetop a {
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
    display: inline-block;
    border-bottom: 1px solid var(--color-link);
    text-decoration: none;
}
.tothetop a:hover {
    border-bottom-color: var(--color-link-hover);
}

.offerings-floated .image-float {
    width: 188px;
    height: auto;
    float: left;
    margin: 0 32px 16px 0;
    padding: 20px 20px 12px 20px;
    background: #fafbf8;
    border-radius: 12px;
}

.offerings-floated .image-float svg {
    fill: #558B2F;
}


/* ************************************************** */
/*                   TESTIMONIALS                     */
/* ************************************************** */

.card-testimonial {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    margin: 0 12px 24px;
}

.card-testimonial h3 {
    margin: 0 0 12px;
}

.card-testimonial p {
    margin: 0;
    font-size: 16px;
}

#testimonials .testimonials-container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
}

#testimonials .testimonials-container .column {
    width: 25%;
}

#testimonials .card-testimonial {
/*    width: 23%;*/
/*    font-size: 16px;*/
/*    margin: 0 8px 16px;*/
}


/* ************************************************** */
/*                MEDICINAL CABINET                   */
/* ************************************************** */

.notice {
    background: #fafafa;
    border-radius: 12px;
    padding: 24px;
}





