/* CSS Document for Screens */
/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */

/* General Content
–––––––––––––––––––––––––––––––––––––––––––––– 
.main{padding-top:0%;}
.row{padding: 0% 0;}
*/

/* Header & Navigation
–––––––––––––––––––––––––––––––––––––––––––––– */

body {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Arimo', sans-serif;
	font-size: 1.5em;
	color: #7E7D7A;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#page { 
		max-width: 1200px;
		margin: 0 auto; 
		position: relative;
}
/* Text */
h1 {
	margin: 'Montserrat', sans-serif;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h2 {
	margin: 0 0 .5em 0; 
	font-size: 1.6em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
}
h3 {
	margin: 0 0 .5em 0; 
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
}
h4 {
	margin: 0 0 .25em 0; 
	font-size: 1em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
}
h4.sub {
	margin: 0 0 .5em 0; 
	font-size: 1em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff; 
}
h5 {
	margin: 0 0 .2em 0; 
	font-size: .85em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
}
h6 {
	margin: 0 0 .2em 0; 
	font-size: .80em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
}
h3.title {
	margin: 0 0 .5em 0; 
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff; 
}
h3.titlered {
	margin: 0 0 .5em 0; 
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #DF1E39; 
}
h3.titleredsub {
	margin: 0 0 0 0; 
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #DF1E39; 
}

p { 
	margin: 0 0 1em 0; 
	font-family: 'Arimo', sans-serif; 
	font-weight: 400 
}
a { 
	text-decoration: none; 
	font-family: 'Arimo', sans-serif; 
	font-weight: 400; 
	color: #fff; 
}
a:visited { 
	text-decoration: none; 
	font-family: 'Arimo', sans-serif; 
	font-weight: 400;
	color: #697a86;
}

ul li .h4{
	text-decoration: none; 
	font-family: 'Arimo', sans-serif; 
	font-weight: 400; 
	color: #fff;
	}


/* Header */

header { }


header a.logo {
		z-index: 2;
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 20px; left: 100px;
}
header a.logo span { 
		display: none;
}

header div.hero {
	z-index: 2;
	position: absolute;
	width: 210px;
	top: 11px;
	right: 80px;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: 1.2em;
	display: inline;
	margin: 0;
	padding: 0 3% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}


header a.phone-number {
	z-index: 2;
	position: absolute;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 50px;
	left: 0px;
	color: #FFF;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 80px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 90px;
	left: 10px;
}


/* Images & Media
–––––––––––––––––––––––––––––––––––––––––––––– */
.desc {padding: 0 10px 0 10px;}
img{max-width: 100%;}
img.avatar{
	border-radius: 400px;
	border: 5px solid #546571;
}
/*img:hover{opacity:0.8;}*/

swosh-icon img { display: block; margin-bottom: 15px; width: 100%; }
section.swosh-icon img { display: block; margin-bottom: 15px; width: 100%; }

	/* Navigation */
nav	a:visited { 
	text-decoration: none; 
	font-family: 'Arimo', sans-serif; 
	font-weight: 400;
	color: #fff;
}
nav {
	z-index: 1;
	position: relative;
	padding: 0px 30px 0 0;
	font-size: .85em;
	
}
nav::after {
	content:''; 
	display:block; 
	clear: both; 
}
nav a.mobile_menu {
	width: 32px; height: 32px;
	background: url(../images/icon_menu.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute; top: 0px; left: 50%; margin-left: -16px;
	display: none;
}
nav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0px; 
}
nav ul li:hover {
	background-color: #2b0306;
} 
nav ul li:hover > ul { 
	display: block; 
}
nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	width: 150px;
	position: relative;
}
nav ul li a:hover {
	background-color: #6d0911;
}
nav ul li a:visited {
	color: #fff;
}
nav ul li a.selected {
	background-color: #6d0911;
}
nav ul ul { 
	position: absolute; 
	top: 100%; 
	background-color: #2b0306; 
	display: none; 
}
nav ul ul li { 
	position: relative; 
}
nav ul ul ul {
	left: 100%; 
	top: 0px; 
}
/* top level */
nav > ul { padding-left: 80px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 15px 15px 15px 15px; width: auto; }

nav a[aria-haspopup="true"]::after {
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	right: 15px;
	top: 16px;
}
nav > ul > li > a[aria-haspopup="true"]::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 20px;
	bottom: 6px;
	right: auto;
	top: auto;
}

	
/* Bio
–––––––––––––––––––––––––––––––––––––––––––––– */

.container a { color: #fff;}
.container a:hover { color: #df1e39;}

.gray{
	background-color:#19232c;

}
h2.bio{
	color:#DF1E39;
	padding: 0 10px 0 10px;
}
p.bio{
	color: #fff;
	padding: 0 10px 0 10px;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */

footer {
	font-size: 0.8em;
	padding-top: 1%;
	margin: 0px;
}
footer .content { display: inline; }

footer a { margin: 0 30px 0 30px; color: #777; }

footer a:visited { color: #777; }

footer a:hover { color: #000; }

.navigation{
	display: block;
	text-align: center;
	padding-top: 2%;
}
.navigation a{
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	font-weight: 400; 
	color: #fff; 
}
.navigation a:hover{
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	color: #df1e39;	 
}
ul.social{
	display: block;
	margin:0 4% 0 0;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 3em;
	display: inline;	
}

ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
ul.social li.linkedin a:hover{color: rgb(0, 123,182);}

p.copyright{
	text-align: center;
	color: #546571;
	font-size: 1em;
}
/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 2.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 0 10px 0 10px;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .5em 0 ;
	font-size: 2em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	padding: 0 10px 0 10px;
}
.aboutUsPage h3{
	padding: 0 10px 0 10px;
}
.aboutUsPage h4{
	padding: 0 10px 0 10px;
}
.aboutUsPage h4{
	padding: 0 10px 0 10px;
}
.aboutUsPage p{
	padding: 0 10px 0 10px;
}
.promap {
	padding: 0 10px 0 10px;
}

/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.picbig{
	position: center;
	}
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 60px;
	left: 20px;
	width: 50%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}		
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 60px;
	left: 20px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width: 100%; }
.information{
	position: absolute;
	margin: 0 10em 0 0;
	top: 120px;
	left: 36%;
}
.infohead{
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: 1.5em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.information p {
	color: #bdbcb9;
}
.sideListA01large{
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;	
	}
.sideListA02{
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.sideCopy01{
	font-size: .9em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	}

@media screen and (max-width: 1024px) {

	/* Header */
	
header {}

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 80px;
}
header div.hero { 
		width: 180px; 
		right: 70px; 
		top: 15px; 
		text-align: left; 
}
header a.phone-number {
		position: absolute; 
		margin: 0 0 0 0; 
		font-size: 1.0em; 
		font-family: 'Montserrat', sans-serif; 
		font-weight: 700;
		top: 30px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 60px;
	left: 0px;
}
header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 90px;
	left: 0px;
}
/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .8em;
}5
nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}

nav > ul {
	 padding-left: 40px;
}

/* top level */
nav > ul { padding-left: 80px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 10px 15px 10px 15px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 26px;
}
/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .5em 0 ;
	font-size: 1.7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 60px;
	left: 20px;
	width: 50%;
}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 48px;
	left: 20px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width: 100%; 
	}
.information{
	position: absolute;
	margin: 0 9em 0 0;
	top: 100px;
	left: 36%;
}
.infohead{
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
	
	
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 120px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.3em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 175px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 210px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 210px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 350px;
	left: 36%;
	width: 50%;
	}



/* Footer */
footer a { margin: 0 25px 0 25px; color: #777; }
ul.social li{
	font-size: 2.8em;
	display: inline;
}
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
@media screen and (max-width: 900px) {
	/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .5em 0 ;
	font-size: 1.7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 60px;
	left: 20px;
	width: 50%;
	}	

.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 43px;
	left: 20px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width=: 100%; 
	}
.information{
	position: absolute;
	margin: 0 9em 0 0;
	top: 80px;
	left: 36%;
}
.infohead{
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: 1.1em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 110px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.3em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 155px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 190px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 190px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 320px;
	left: 36%;
	width: 50%;
	}	
}
	
}

@media screen and (max-width: 773px) {
header { }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 50px;
}
header div.hero { 
		width: 180px; 
		right: 50px;; 
		top: 15px; 
		text-align: left; 
}
header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 30px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 50px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 70px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .7em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}

nav > ul {
	 padding-left: 40px;
}

/* top level */
nav > ul { padding-left: 50px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 10px 5px 10px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 25px;
}	
/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.6em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .5em 0 ;
	font-size: 1.4em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px;
	width=: 100%; 
	}
.information{
	position: absolute;
	margin: 0 4em 0 0;
	top: 70px;
	left: 36%;
}
.infohead{
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: .9em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.information p {
	font-size: .9em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 80px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.3em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 124px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .9em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 155px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .9em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 155px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 270px;
	left: 36%;
	width: 60%;
	}
/* Footer */
footer a { margin: 0 15px 0 15px; color: #777; }
ul.social li{
	font-size: 2em;
	display: inline;
}
}

@media screen and (max-width: 768px) {
	
header {  }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 40px;
}
header div.hero { 
		width: 180px; 
		right: 40px; 
		top: 10px; 
		text-align: left; 
}
header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 30px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 50px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 91px;
	left: 7px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .7em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}

nav > ul {
	 padding-left: 40px;
}

/* top level */
nav > ul { padding-left: 40px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 10px 5px 10px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 25px;
}

/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .5em 0 ;
	font-size: 1.3em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}

.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 40%;
	}
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 40%;
	}		

/* Footer */
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

}

@media screen and (max-width: 736px) {
header {  }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0;
		background-size: contain;
		top: 15px;
		left: 20px;
}
header div.hero { 
		width: 180px; 
		right: 20px; 
		top: 10px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: 1.0em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .75em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}

/* top level */
nav > ul { padding-left: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 8px 5px 8px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 24px;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 40px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px; 
	width=: 100%; }

.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 80px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.3em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 120px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .9em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 155px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .9em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 155px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .8em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 270px;
	left: 36%;
	width: 60%;
	}
/* Footer */
footer a { margin: 0 12px 0 12px; color: #777; }
ul.social li{
	font-size: 1.8em;
	display: inline;
}
}

@media screen and (max-width: 731px) {

header {  }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 20px;
}
header div.hero { 
		width: 180px; 
		right: 20px; 
		top: 10px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: 1.0em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 10px 0 0 0;
	font-size: .7em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}


/* top level */
nav > ul { padding-left: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 7px 5px 7px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 23px;
}
/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .4em 0 ;
	font-size: 1.2em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 35px;
	left: 20px;
	width: 50%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 35px;
	left: 20px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width=: 100%; }
.information{
	position: absolute;
	margin: 0 3em 0 0;
	top: 65px;
	left: 36%;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: .8em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.information p {
	font-size: .8em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.6em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 70px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.3em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 103px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .85em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 135px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .85em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 135px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .8em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 240px;
	left: 36%;
	width: 60%;
	}

/* Footer */
footer a { margin: 0 8px 0 8px; color: #777; }
ul.social li{
	font-size: 1.5em;
	display: inline;
}
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

}

@media screen and (max-width: 667px) {

header {  }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 20px;
}
header div.hero { 
		width: 180px; 
		right: 20px; 
		top: 10px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: 1.0em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .7em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}


/* top level */
nav > ul { padding-left: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 7px 5px 7px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 22px;
}
/* Main
–––––––––––––––––––––––––––––––––––––––––––––– */
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .4em 0 ;
	font-size: 1.1em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 33px;
	left: 20px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 33px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px; 
	width=: 100%; 
	}

.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 70px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.1em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 100px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .8em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 130px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .8em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 130px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .75em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 230px;
	left: 36%;
	width: 60%;
	}

/* Footer */
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
}

@media screen and (max-width: 640px) {
	/* Header */	
header {  }

header a.logo {
		position: absolute; 
		display: block; width: 383px; height: 80px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 15px;
		left: 20px;
}
header div.hero { 
		width: 180px; 
		right: 20px;
		top: 10px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: 1.0em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: 1.0em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .7em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}


/* top level */
nav > ul { padding-left: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 5px 5px 5px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 21px;
}

/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 32px;
	left: 20px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 32px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px;
	width=: 100%; 
	}

.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 70px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1.1em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 100px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .8em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 130px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .8em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 130px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 230px;
	left: 36%;
	width: 60%;
	}
}

@media screen and (max-width: 568px) {
	
header { }

header a.logo {
		position: absolute; 
		display: block; width: 273px; height: 60px;  
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 180px; 
		right: 10px; 
		top: 8px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .9em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .9em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 22px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 41px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 60px;
	left: 0px;
}


/* Navigation */
nav {	
	position: relative;
	padding: 0 0 0 0;
	font-size: .65em;
}5

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 10px;
	position: relative;
}


/* top level */
nav > ul { padding-left: 10px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 5px 4px 5px 4px; width: auto; }
nav > ul > li > a[aria-haspopup="true"]::after {
	top: 20px;
	}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 23px;
	left: 2px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 28px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px; 
	width=: 100%; 
	}
.information{
	position: absolute;
	margin: 0 3em 0 0;
	top: 60px;
	left: 36%;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	}	
.infosubhead{
	font-size: .8em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: .65em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.information p {
	font-size: .75em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 55px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 84px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 110px;
	left: 36%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 110px;
	left: 56%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 200px;
	left: 36%;
	width: 60%;
	}

/* Footer */
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
}
/* Media Queries
________________________________________________________________________
––––––––––––––––––––––––––––––––––––––––––––––--------------------------
––––––––––––––––––––––––––––––––––––––––––––––--------------------------
––––––––––––––––––––––––––––––––––––––––––––––--------------------------
________________________________________________________________________
 */


@media screen and (max-width: 435px) {

header { }

header a.logo {
		position: absolute; 
		display: block; width: 273px; height: 60px;  
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 140px; 
		right: 10px; 
		top: 0px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .7em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}


/* Navigation */
nav {
	padding: 15px 15px 20px 15px;
	
	height: 0px; overflow: hidden;
	}
	nav a.mobile_menu { display: block; }
	
	
	nav ul, nav ul ul, nav ul ul ul { display: block; position: static; }
	nav > ul { padding: 0px; }
	nav > ul > li { float: none; margin-top: 25px; }
	nav ul li:hover { background: none; }
	
	nav ul li a {
		width: auto;
		display: block;
		margin: 8px 10px 8px 10px;
		padding: 6px 15px 6px 2px;
		border-bottom: 1px solid rgba(255,255,255,.25);

	}
	nav ul li a:hover { background-color: rgba(255,255,255,.2); }
	
	nav ul ul { background: none; }	
	nav ul ul li a { margin-left: 30px; }
	nav ul ul ul li a { margin-left: 60px; }
	nav a[aria-haspopup="true"]::after { display: none; }
	
/* Footer */
	
footer::after { 
	content:''; 
	display: block; 
	clear: both; 
}
footer div.content a {
	display: inline-block; 
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
.aboutUsPage h1{ 
	color: #8dc63f;
	margin: 0 0 .2em 0 ;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.aboutUsPage h2{ 
	color: #df1e39;	
	margin: 0 0 .4em 0 ;
	font-size: 1em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */

.pic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 40px;
}
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 23px;
	left: 20px;
	width: 40%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 450px;
}		
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 23px;
	left: 20px;
	width: 40%;
	}		

.products{ 
	height: 505px; 
	width: 100%; 
	}
.information{
	position: absolute;
	margin: 0 3em 0 0;
	top: 50px;
	left: 5%;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	padding: 0 0 0 36%;
	}	
.infosubhead{
	font-size: .8em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	padding: 0 0 0 36%;
	}
.infolist{
	font-size: .65em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 140px 0 0 0;
	}
.information p {
	font-size: .75em;
}
	
.infosubhead{
	font-size: .8em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	
	}
.infolist{
	font-size: .65em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	}
.information p {
	font-size: .75em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 55px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 84px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 240px;
	left: 5%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 240px;
	left: 35%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 340px;
	left: 5%;
	width: 80%;
	}

}

@media screen and (max-width: 414px) {
	header {  }

header a.logo {
		position: absolute; 
		display: block; width: 273px; height: 60px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 140px; 
		right: 10px; 
		top: 0px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .7em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 40px;
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 23px;
	left: 20px;
	width: 50%;
	}	
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 430px;
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 23px;
	left: 20px;
	width: 50%;
	}	
.products{ 
	height: 505px; 
	width=: 100%; 
	}

.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 55px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: 1em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 84px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 223px;
	left: 5%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .75em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 223px;
	left: 35%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 320px;
	left: 5%;
	width: 80%;
	}
	
}

@media screen and (max-width: 375px) {
	header {  }

header a.logo {
		position: absolute; 
		display: block; width: 192px; height: 40px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 130px; 
		right: 10px; 
		top: 0px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .7em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 40px;
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 16px;
	left: 5px;
	width: 50%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 390px;
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 18px;
	left: 5px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width=: 100%; 
	}
.information{
	position: absolute;
	margin: 0 3em 0 0;
	top: 40px;
	left: 5%;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
}
.infohead{
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	padding: 0 0 0 36%;
	}	
.infosubhead{
	font-size: .8em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	padding: 0 0 0 36%;
	}
.infolist{
	font-size: .65em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 120px 0 0 0;
	}
.information p {
	font-size: .7em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 45px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 70px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 201px;
	left: 5%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 201px;
	left: 35%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 284px;
	left: 5%;
	width: 85%;
	}
}

@media screen and (max-width: 360px) {
	header {  }

header a.logo {
		position: absolute; 
		display: block; width: 192px; height: 40px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0;
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 130px; 
		right: 10px; 
		top: 0px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .7em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 40px;
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 16px;
	left: 5px;
	width: 50%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 390px;
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 18px;
	left: 5px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width=: 100%; 
	}

.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 45px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 70px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 196px;
	left: 5%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 196px;
	left: 35%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 282px;
	left: 5%;
	width: 85%;
	}
}

@media screen and (max-width: 320px) {
	header {  }

header a.logo {
		position: absolute; 
		display: block; width: 192px; height: 40px; 
		background: url(../images/demartcoLogo.svg) no-repeat 0 0; 
		background-size: contain;
		top: 10px;
		left: 10px;
}
header div.hero { 
		width: 130px; 
		right: 10px;
		top: 0px; 
		text-align: left; 
}
div.hero ul.socialicons{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.hero ul.socialicons li{
	font-size: .7em;
	display: inline;
	margin: 0;
	padding: 0 5% 0 0;
}
div.hero ul.socialicons li a{color: #546571;}
div.hero ul.socialicons li.facebook a:hover{color: rgb(59,89,152);}
div.hero ul.socialicons li.twitter a:hover{color: rgb(0,172,237);}
div.hero ul.socialicons li.instagram a:hover{color: rgb(81,127,237);}
div.hero ul.socialicons li.youtube a:hover{color: rgb(187,0,0);}
div.hero ul.socialicons li.flickr a:hover{color: rgb(255,0, 132);}
div.hero ul.socialicons li.linkedin a:hover{color: rgb(0, 123,182);}

header a.phone-number {
	position: absolute; 
	margin: 0 0 0 0; 
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	top: 23px; left: 0px;
}
header a.email{
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: .7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 43px;
	left: 0px;
}

header a.address {
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size:.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	top: 63px;
	left: 0px;
}
/* banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.pic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 40px;
}	
.pic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 16px;
	left: 5px;
	width: 50%;
	}
.propic{
	position: relative;
	width: 100%; /* for IE 6 */
	Height: 380px;
}	
.propic h2 {
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: .85em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 18px;
	left: 5px;
	width: 50%;
	}		
.products{ 
	height: 505px; 
	width=: 100%; 
	}
.information{
	position: absolute;
	margin: 0 1em 0 0;
	top: 35px;
	left: 5%;
}
.infohead{
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	padding: 0 0 0 36%;
	}	
.infosubhead{
	font-size: .7em; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	color: #fff;
	padding: 0 0 0 36%;
	}
.infolist{
	font-size: .65em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 110px 0 0 0;
	}
.information p {
	font-size: .7em;
}
.bodycopy{
	position: absolute;
	margin: 0 0 .4em 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #8dc63f;
	top: 45px;
	left: 36%;
	}	
.bodycopy2{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .9em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 70px;
	left: 36%;
	}
.sideListA01{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 175px;
	left: 5%;
	width: 200px;
	}
.sideListA02{
	position: absolute;
	margin: 0 0 .5em 0;
	font-size: .7em;
	font-family: 
	'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 175px;
	left: 35%;
	width: 200px;
	}
.sideCopy01{
	position: absolute;
	margin: 0 0 .5em 0; 
	font-size: .7em; font-family: 
	'Montserrat', sans-serif; font-weight: 400;
	color: #fff;
	top: 260px;
	left: 5%;
	width: 85%;
	}
}
