:root {
	--display-font-family: Montserrat;
	--body-font-family: Roboto;

	--font-size: 16px

	--logo-padding: 0px;
	--logo-height: 250px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 255 255 255;
	--header-border-color: 60 59 59;

	--brand-color: 97 117 90;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 169 7 29;

	--action-color: 169 7 29;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 255 15 ;
	--announcement-bar-text-color: 61 61 61;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 255 255 255;
	--main-navigation-link-color: 15 23 29;
	--main-navigation-link-color-hover: 97 117 90;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 16px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 169 7 29;

	--order-status-bg-color: 97 117 90;
	--order-status-color: 255 15 ;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 75 93 72;
	--footer-color: 255 15 ;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
.teamWidget__listCaption {
    color:white;
}
.teamWidget__listSubcaption {
    color:white;
}

.mainNavigation__list > li > a {
    color: black;
}
.storeIndex__sideBarList a {
    color: black;
}
/* Social Media Links right align */
.siteFooter #linkListWidget9 .linkListWidget__list  {
    text-align:right!important;
}

/* Make logo bigger on mobile */

@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 150px;
        }}
        
     #tasteprofit {
    font-size: 12px;
    color: #34b393;
    text-align: center;
    padding-bottom: 20px;
}
#tasteprofit a {
    color: #34b393;
}
.bannerWidget__heading, .bannerWidget__subheading {
    text-shadow: 1px 2px  8px black!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend{
    font-family:"Overlock" !important;
    font-weight:700!important;
}

.mainNavigation__list #menuItem_105 .dropdown-toggle {
    list-style-position:inside;
    border: 1px solid #61755a;
    background-color: #61755a;
    color:white;
    padding:5px 8px;
    border-radius:3px;
}
#checkmark-list {
    list-style-image: url('https://s3.amazonaws.com/grazecart/landbasketfarm/images/1733930426_6759adba10991.png');
}

.cookbook__cover-photo img, .relatedRecipe__cover-photo img {
    height:200px;
    width:300px;
    object-fit:cover!important;
}
.cookbook__container {
    max-width:320px;
}
