/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Bootsrap overrides */
.container, .container-lg, .container-md {
	max-width:960px;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.btn-primary {
    color: #fff;
    background-color: #D21242;
    border-color: #D21242;
}

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

/* Typography */
body {
	background:#FFF;
	font: 14px / 1.5 Georgia, Times New Roman, Times, serif;
	color: #666366;
}

a {
	color:#007E7A;
}

a:focus {
	outline: 1px dotted
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 30px;
	line-height:1.1;
	font-weight: normal;
	color: #D21242; /* Red */
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	line-height:1.2;
	font-weight: normal;
	color: #007E7A; /* Teal */
	margin-top: 30px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	line-height:1.3;
	font-weight: normal;
	color: #007E7A; /* Teal */
	margin-top: 30px;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	line-height:1.3;
	font-weight: normal;
	color: #D21242; /* Red */
	margin-top: 30px;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	line-height:1.3;
	font-weight: normal;
	color: #D21242; /* Red */
}

h6 {
	margin:0 0 5px 0;
	font-weight: normal;
	font-size: 20px;
	line-height:1.3;
	color: #F3DAB3; /* Yellow */
}

p {
	margin:0 0 1em 0;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	font-size: 12px;
	margin-left: 30px;
}

sup {
	font-size:50%;
	top:-.75em
}


/* Sections */

#header {
	margin:0;
	padding:0;
	width:100%;
	height:150px;
	background:transparent url(../images/bg-header.png) repeat-x left -20px;
	text-align:center;
	z-index:2;
}

#logo {
	margin:0 auto;
	padding:20px 20px;
	width:280px;
	height:175px;
	box-sizing: border-box;
	background:transparent url(../images/bg-logo.png) no-repeat center -20px;
	background-size:100% auto;
}

#logo img {
	max-width:100%;
}

#home {
	background:transparent url(../images/chocolate-hero.jpg) 0 -40px no-repeat;
	background-size:800px auto;
}

#selections {
	background:transparent url(../images/bg-selections.jpg) center 0px no-repeat;
}

#selections-content img {float: right; display:inline; margin: 0 0 20px 0;}

#selections h5 {
	float: right;
	margin-right: 0;
	margin-left: 40px;
	text-align:right;
}

#selections h5 span {
	color:#666366;
	font-size:0.8em;
}

#footer {
	background:url(../images/repeatBG-foot.gif) repeat-x;
	margin: 50px 0 0 0;
	padding:50px 0;
	color:#FFF;
}

#footer p { margin-bottom:10px; }

#footer a { color:#FFF; text-decoration:none; }

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



/* Media Queries ---------------------------- */

@media all and (max-width: 992px) {


}

@media all and (max-width: 768px) {

	#home {
		background-position: center -40px;
		background-size:500px auto;
	}

	#home-content {
		padding-top: 250px;
	}

}

@media all and (max-width: 480px) {

	#header {
		height:130px;
		background:transparent url(../images/bg-header.png) repeat-x left -40px;
	}

	#logo {
		width:240px;
		height:130px;
	}

	#logo img {
		max-width:90%;
	}

	#home {
		background-position: center -20px;
		background-size:320px auto;
	}

	#home-content {
		padding-top: 160px;
	}

	#selections-content img {float:none; display:block; }

	#selections h5 {
		float: none;
		margin:0 0 20px 0;
		text-align:left;
	}

	#selections h5 span {
		font-size:0.9em;
	}
}



/* Print styles. Inlined to avoid the additional HTTP request */
@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before,:first-letter,:first-line{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
