body {
	font-family: 'Didact Gothic', sans-serif;
	
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}


h1 {
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	letter-spacing: 0em;
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.05em;
	margin-bottom:10px;
}

a { 
	color: #000; 
	text-decoration: none;
}
a: hover { text-decoration: underline; }

.center { text-align:center; }
.right { text-align:right; }


.flex-vertical-center {
	align-items: center;
}

.button {
	display:block;
	height: 50px;
	width: 260px;	
	border-radius: 10px;
	background:#000;
	color:#fff;
	line-height:50px;
	text-align:center;
}
.cta {
	font-size: 18px;
	font-weight: 700;
}

/* ###  Roughing it in ### */


/* ### navigation ### */


navigation {
	height: 100px;
    max-width: 1400px;
    display: block;
    padding: 0 10px;
    margin: 0 auto;
}

navigation .menu { 
	display: flex;
}
.menu__left-col { 
    flex: 0 0 35%;
    display: flex;
    line-height: 100px;
    white-space: nowrap;
}
.menu__center-col { 
	flex: 0 0 30%;
    line-height: 100px;
    display: flex;
    justify-content: space-around;
}
.menu__right-col { 
    flex: 0 0 35%;
    display: flex;
    line-height: 100px;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-end;
}
.menu__item {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.menu__item a { text-decoration: none; }

.menu__item svg {
    position: relative;
    top: 3px;
}
.menu__item.mobile { display:none;}

.menu__item[data-mainmenu-item="logo"] { padding-top: 11px; }
.menu__item[data-mainmenu-item="shop"] { padding-right: 70px; }
.menu__item[data-mainmenu-item="location"] { padding-right: 40px; }
.menu__item[data-mainmenu-item="support"] { padding-right: 40px; }
.menu__item.icon { padding: 0 20px; }


footer navigation {
}





#pencil-banner {
	height: 40px;
	background: black;
	color: white;
	text-align:center;
	line-height: 40px;
}
header {
    min-height: 100vh;
}
section.hero {
	height: calc(100vh - 140px);
    background: #E9E9E9;
}
.hero {}

.hero__wrapper {
	display: flex;
	max-width:1400px;
    height: 100%;
	margin: 0 auto;
}
.hero__left-col {
	flex: 0 0 50%;
	display:flex;
}
.hero__image{

}
.hero__right-col {
	flex: 0 0 50%;
	display:flex;
}
.hero__right-wrapper { 
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
 }

.hero__right-col h1,.hero__right-col h5 { 
	display:inline-block; 
	text-align:right;
}
.hero__right-col h5 { width:450px; }

/* ###  Product Points  ### */

.product-points {
	
}

.product-points .wrapper {
	display: flex;
    max-width: 1400px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}
.point {
    text-align: center;
    margin: 0 auto;
    width: 200px;
}


section.categories {
	
}
.categories__wrapper {
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px;
}
.category {
    flex: 0 0 calc(50% - 4PX);
    background: #f2f2f2;
    margin: 2px;
    position: relative;
}
.category h4 {
    position: absolute;
    top: 40px;
    left: 40px;
}
.category h4 svg {
    margin-left: 15px;
    height: 20px;
    position: relative;
    top: 2px;
    left: 0px;
}
.
section.carousel{
	background:yellow;
}

section.content {
	background:green;
}






/* ############  Mobile  ############ */


@media only screen and (max-width: 375px) {
	.menu__item { display:none;}
	.menu__item.mobile,.menu__item.and-mobile { display:block;}
}fd

