body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
img { border:0; }
li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }

:root {
	--mrmbrown: #331a0b;
	--mrmgreen: #669933;
	--secondaryfont: 'Rokkitt', georgia, sans-serif;
}

body {
	background-color: #fff;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--mrmbrown);
}
b {
	font-weight: 600;
}
a, a:link, a:active, a:visited, a:hover {
	color: var(--mrmgreen);
	text-decoration: none;
}
h1 {
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 50px;
	padding-top: 45px;
}
h1.pagetitle,
div#footer h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 20px;
	font-family: var(--secondaryfont);
}
h1.pagetitle {
  	text-align: center;
}
h3.home {
	font-weight: 700;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 55px;
	text-align: center;
	width: 236px;
}
h3,
h2.subhead {
	padding: 0;
	margin: 1em 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}
h4 {
	text-align: center;
	font-size: 16px; 
	text-transform: uppercase;
	padding: 0;
	margin: 1em 0;
	font-weight: 400;
	line-height: 36px;
}
p {
	margin-bottom: 1.3em;
}
p.header {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
sup {
	font-size: 8px;
	font-weight: 600;
}
hr {
	clear: both;
	border-top: 1px #ddd solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #ddd;
	margin: 24px 0;
	height: 1px;
}
.center {
	text-align: center;
}
a img {
	border:none;
}
.clearboth {
	clear: both;
}
.block:after {
	content: "";
	display: table;
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.block {
    zoom:1;
}
.gray {
	color: #333;
}
.brown {
	background-color: var(--mrmbrown);
}
.green {
	background-color: var(--mrmgeen);
}
div.displaytable {
	display: table;
}
div.row {
	display: table-row;
}
div.cell {
	display: table-cell;
	width: 45%;
	padding-left: 5%;
	vertical-align: top;
}
div.row div.cell:first-child {
	vertical-align: middle;
	padding-bottom: 20px; /* to match the 20px under the form fields */
}
div.dots {
	background-image: url('../img/bkgd_dots.png');
}
div#fixtop {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center top;
	height: 204px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 556;
}
div#topbar {
	background-color: var(--mrmbrown);
	border-bottom: 5px white solid;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 23px;
	padding-left: 0;
}




/*  ---  START UNAV  ---  */
button.hamburger {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	top: 20px;
	right: 10px;
}
div#unav {
	background-color: #fff;
	padding-top: 6px;
	text-align: center;
	height: 44px;
	border-bottom: 10px white solid;
}
div#lnav {
	margin-bottom: 50px;
	float: left;
	width: 210px;
	margin-right: 20px;
}
div#unav a {
	text-transform: uppercase;
	padding-right: 40px; 
	padding-top: 4px;
	line-height: 40px;
}
div#lnav a {
	text-transform: none;
	line-height: 20px;
}
div#unav a,
div#lnav a {
	font-family: var(--secondaryfont);
	font-size: 18px;
	background-color: #fff;
	font-weight: 700;
}
div#unav a:first-child {
	padding-left: 40px;
}
div#unav a:link, div#unav a:active, div#unav a:visited,
div#lnav a:link, div#lnav a:active, div#lnav a:visited {
	color: #693;
}
div#unav a:hover, div#unav a.unavon,
div#lnav a:hover, div#lnav a.lnavon {
	color: var(--mrmbrown);
}
/*  ---  END UNAV  ---  */



/*  ---  HOME  ---  */
div#homeslides {
	position: relative;
}
ul#slides_home {
	background-color: #693;
	width: 100%;
	max-width: 1050px;
	min-height: 350px;
	margin: 0 auto;
}
ul#slides_home * {
	color: #fff;
}
ul#slides_home li {
	background-color: #693;
	width: 82%;
	max-width: 855px;
	padding: 55px 14% 55px 4%;
	min-height: 240px;
}
ul#slides_home li {
/*
	background-image: url('../img/icon_knife_fork.png');
	background-repeat: no-repeat;
	background-position: 92% 77%;
*/
}
ul#slides_home h1,
ul#slides_home h2,
ul#slides_home h3 {
	padding: 0;
	margin: 0;
}
ul#slides_home h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 1em;;
}
ul#slides_home h2,
ul#slides_home h3 {
	font-weight: 600;
	font-style: italic;
}
ul#slides_home h2 {
	font-size: 26px;
	line-height: 36px;
}
ul#slides_home h3 {
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	margin-top: 15px;
}
/*  ---  END HOME  ---  */


div.container {
	max-width: 910px;
	width: 87%;
	margin: 0 auto;
	position: relative;
}
div.widercontainer {
	max-width: 1030px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
div.lesswidecontainer {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}	
div#homecontent {
	padding-top: 204px; /* push down equal to height of fixed top bar */
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.pusheddown {
	padding-top: 204px; /* push down equal to height of fixed top bar */
}
div#internalcontent {
	max-width: 785px;
	width: 74%;
	margin: 0 auto;
	float: none;
}
div#internalcontent.withlnav {
	float: left;
}



/* ===== INTERNAL PAGES ===== */
:root {
  --pic-width: calc(167px + 20px); /* photo width + margin */
}
div#nicolepic {
	display: block;
	float: left;
	width: var(--pic-width);
}
div#nicolebio {
	float: left;
	width: calc(100% - var(--pic-width));
}

div.testimonialogo {
	display: block;
	float: left;
	width: 40%;
}
div.testimonialogo img {
	width: 80%;
}
div.clientsays {
	float: left;
	width: 60%;
}

div.clientsleft,
div.clientsright {
	width: 50%;
	text-align: center;
	white-space: nowrap;
}
div.clientsleft {
	float: left;
}
div.clientsright {
	float: right;
}

div#instagrams {
	align-items: flex-start;
}
div#presslogos,
div#instagrams {
	display: grid;
/*
	flex-flow: row wrap;
	justify-content: flex-start;
*/
	justify-content: center;
	align-items: center;
	grid-template-columns: auto auto auto;
}
div.presslogo {
	margin: 10px;
	/* width: calc(20% - 40px); */
}
div.presslogo img {
	width: 100%; /* otherwise svg images are width 0 */
	min-width: 150px;
	max-width: 172px;
}
div#instagrams {
	align-items: flex-start;
}
div.igpost {
	margin: 5px;
}

div.packageicon {
	clear: both;
	width: 14%;
	float: left;
	padding-top: 5px;
}
div.packageicon img {
	width: 67%;
}
p.package {
	float: left;
	width: 85%;
	margin-bottom: 1.8em;
}


/* --- FORMS --- */
div.button,
p.button,
input[type='submit'],
input[type='button'] {
	background-color: var(--mrmgreen);
	padding: 4px 20px 6px 20px;
	display: inline;
	border-width: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.button *,
p.button *,
input[type='submit'],
input[type='button'] {
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
input[type='text'],
input[type='email'],
textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #ededed;
	border: 1px #ededed solid;
	padding: 12px 8px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 14px;
	max-width: 274px;
	width: 99%;
}
select {
	margin-bottom: 20px;
}
/* --- END FORMS --- */


/* --- FOOTER --- */
div.widercontainer.footercontainer {
	border-top: 1px #ddd solid;
	padding-top: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: top;
}
div.footercell {
	padding-bottom: 35px;
}
div.footercell.left {
	padding-right: 65px;
}
div.footercell.right {
	padding-left: 75px;
}
div#footer {
	margin-top: 60px;
	background-color: #fff;
	padding-bottom: 20px;
	text-align: left;
}
div#footer h2 {
	padding-top: 0;
	padding-bottom: 9px;
	color: var(--mrmbrown);
}
div#footer p {
	font-weight: 400;
	color: var(--mrmbrown);
	font-size: 14px;
	line-height: 24px;
}
div#footer p.tel {
	font-weight: 400;
	font-family: var(--secondaryfont);
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	margin-bottom: 36px;
	margin-top: 40px;
}
p.wh {
	display: inline;
	margin: 0 auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 8px 15px 8px 15px;
}
p.copyright {
	font-family: var(--secondaryfont);
	font-size: 14px;
	line-height: 3em;
	color: #666;
	margin-bottom: 0;
}
div#greenbar {
	background-color: #74a345;
	height: 100px;
	border-top: 6px white solid;
}
.instagram {
	font-family: var(--secondaryfont);
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 20px;
}
/* --- END FOOTER --- */



@media only screen and (max-width: 1000px) {
	div#instagrams {
		grid-template-columns: auto auto;
	}
}
@media only screen and (max-width: 900px) {
	div#unav a {
		margin: 0 15px;
	}
	div#internalcontent {
		width: 100%;
	}
	div#unav a:first-child {
		padding-left: 0;
	}
	div#unav a:last-child {
		padding-right: 0;
	}
}
@media only screen and (max-width: 850px) {
	div.maxwidth {
		padding: 0 30px;
	}
	div#topbar {
		border-bottom: 0;
	}
	div#unav a,
	div#unav a:link,
	div#unav a:active,
	div#unav a:visited,
	div#unav a.unav,
	div#unav a.unavon {
		color: white;
		display: block;
		line-height: 2em;
		padding-left: 0;
		padding-right: 0;
		background-color: #693;
	}
	div#unav a.unavon,
	div#unav a.unavon:hover,
	div#unav a:hover {
		color: var(--mrmbrown);
	}
	div#fixtop {
		overflow: visible;
		position: relative;
		height: auto;
	}
	button.hamburger {
		visibility: visible;
	}
	div#homecontent,
	.pusheddown {
		padding-top: 20px;
	}
	div#unav {
		position: absolute;
		visibility: hidden;
		left: 101%;
		z-index: 999;
		transition: left 0.4s ease 0s;
		padding: 30px 0 30px 0;
		height: auto;
		transform: scaleX(0);
		width: 100%;
		background-color: #693;
	}
	div#unav.is-active {
		left: 0;
		visibility: visible;
		transform: scaleX(1);
	}
	div#lnav {
		display: none;
	}
	div#toplogo {
		width: 70%;
	}
	div#footer {
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		width: 240px;
	}
	textarea {
		width: 330px;
	}
	p.copyright {
		padding-top: 20px
	}
	div#internalcontent {
		width: 94%;
		float: none;
		padding-bottom: 45px;
	}
	div.displaytable,
	div.row,
	div.cell {
		display: block;
		width: 100%;
	}
	div.row div.cell:first-child {
		padding-bottom: 10px;
	}
	div.widercontainer.footercontainer {
		justify-content: flex-start;
		width: 94%;
	}
	div.footercell.left,
	div.footercell.right {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 700px) {
	div#instagrams {
		grid-template-columns: auto;
	}
}
@media only screen and (max-width: 600px) {
	div#topbar {
		padding-bottom: 10px;
		padding-left: 25px;
		text-align: left;
	}
	ul#slides_home h2 {
		font-size: 22px;
		line-height: 1.3em;
		font-weight: 400;
	}
	ul#slides_home h3 {
		font-size: 16px;
	}
	div#presslogos {
		grid-template-columns: auto auto;
	}
	div#nicolepic {
		display: inline;
	}
	div#nicolebio {
		float: none;
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	img#toplogo {
		width: 50%;
	}
	ul#slides_home h1 {
		font-size: 50px;
		line-height: 1.2em;
	}
	ul#slides_home h3 {
		width: 80%;
	}
	input[type="file"],
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	div#nicolepic {
		display: inline;
		float: left;
		width: calc(30% - 10px);
		padding-right: 10px;
	}
	div#nicolepic img {
		width: 100%;
	}
	div#nicolebio {
		float: none;
		width: 100%;
	}

	div.testimonialogo {
		display: inline;
		width: calc(50% - 20px);
		padding-right: 20px;
	}
	div.testimonialogo img {
		width: 100%;
	}
	div.clientsays {
		float: none;
		width: 100%;
	}
	div.clientsleft,
	div.clientsright {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 320px) {
	div#nicolepic {
		width: calc(55% - 10px);
		padding-right: 10px;
	}
}
@media only screen and (max-width: 320px) {
	div#nicolepic {
		width: 100%;
		padding-right: 0px;
		display: block;
	}
	div.testimonialogo {
		display: block;
		width: 100%;
		padding-right: 0;
	}
}
@media only screen and (max-width: 490px) {
	div#presslogos {
		grid-template-columns: auto;
	}
}
@media only screen and (min-width: 769px) {
	div#unav a:hover {
		color: var(--mrmbrown);
	}
	div#lnav a:hover {
		color: var(--mrmbrown);
	}
}
