@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/cgt0vkw.css");
/* 
font-family: area-normal, sans-serif;
font-weight: 300–900;
font-style: normal;

font-family: area-normal, sans-serif;
font-weight: 300–900;
font-style: italic;


Logic Monospace Light
font-family: "logic-monospace", mono;
font-weight: 300;
font-style: normal;
Logic Monospace Light Italic
font-family: "logic-monospace", mono;
font-weight: 300;
font-style: italic;
Logic Monospace Regular
font-family: "logic-monospace", mono;
font-weight: 400;
font-style: normal;
Logic Monospace Italic
font-family: "logic-monospace", mono;
font-weight: 400;
font-style: italic;
Logic Monospace Medium
font-family: "logic-monospace", mono;
font-weight: 500;
font-style: normal;
Logic Monospace Medium Italic
font-family: "logic-monospace", mono;
font-weight: 500;
font-style: italic;
Logic Monospace Bold
font-family: "logic-monospace", mono;
font-weight: 700;
font-style: normal;
Logic Monospace Bold Italic
font-family: "logic-monospace", mono;
font-weight: 700;
font-style: italic;
Logic Monospace Black
font-family: "logic-monospace", mono;
font-weight: 800;
font-style: normal;
Logic Monospace Black Italic
font-family: "logic-monospace", mono;
font-weight: 800;
font-style: italic;

Logic Monoscript Light
font-family: "logic-monoscript", mono;
font-weight: 300;
font-style: normal;
Logic Monoscript Regular
font-family: "logic-monoscript", mono;
font-weight: 400;
font-style: normal;
Logic Monoscript Medium
font-family: "logic-monoscript", mono;
font-weight: 500;
font-style: normal;
Logic Monoscript Bold
font-family: "logic-monoscript", mono;
font-weight: 700;
font-style: normal;
Logic Monoscript Black
font-family: "logic-monoscript", mono;
font-weight: 800;
font-style: normal;
*/

html {-webkit-text-size-adjust: 100%;}

body {
  background-color: #ccffb3;
  text-align: left;
  margin: 4% 4% 25px 4%;
}

/* Fixed background grid layer */
.background-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background-size: 50px 50px;
  background-image:
    linear-gradient(to right, #beeda6 1px, transparent 1px),
    linear-gradient(to bottom, #beeda6 1px, transparent 1px);

  z-index: -1;
  pointer-events: none;

  /* iOS Safari optimizations */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}


/* Links */

a:link {
	color: #000000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

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

/* Layout */

.container {
	max-width: 725px;
	margin: 0 auto; /* centers horizontally */
}

.containerAbout {
	max-width: 1680px;
	margin: 100px auto 0 auto; /* centers horizontally */	
}

.first {
width: 32%;
display: inline-block;
margin: 0 0 50px 0;
vertical-align: top;
padding: 0 20px 0 0;
}
  
.second {
width: 32%;
display: inline-block;
margin: 0 0 50px 0;
vertical-align: top;
padding: 0 20px 0 0;	
}
  
.third {
width: 32%;
display: inline-block;
margin: 0;
vertical-align: top;
}

@media screen and (max-width: 900px) {  
.first,
.second,
.third {
width: 96%;
}
}


/* Image */

.border a {
  display: inline-block;
  margin-bottom: 50px;
}

.border img {
  transition: .2s ease;
  display: block;
}

.border img:hover {
  box-shadow: 0 0 0 2px #000000;
  transition: .2s ease;
}

/* Typography */

.masthead {
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	text-transform: uppercase;	
	line-height: 1.5;
	color: #000000;
    text-underline-offset: 6px;
    margin: 0;
}

.mastheadBold {
	font-weight: 600;
}

.bodyText {
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
    text-underline-offset: 6px;
    margin: 0 0 30px 0;
}

.bodyText2 {
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
    text-underline-offset: 6px;
    margin: 0 0 50px 0;
}

.bodyText2:last-child {
  margin-bottom: 0;
}

.bodyTextList {
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
    text-underline-offset: 6px;
    margin: 0 0 5px 0;
}

.bodyTextMed {
    font-weight: 500;
}

.subhead {
	font-family: area-normal, sans-serif;
	font-weight: 900;
	font-style: normal;	
	font-size: 11.5px;
	text-transform: uppercase;
	line-height: 1.5;
    letter-spacing: 0.05em;
	color: #000000;
    margin: 0 0 5px 0;   
}

.subheadHighlight {
	font-family: area-normal, sans-serif;
	font-weight: 900;
	font-style: normal;	
	font-size: 11.5px;
	text-transform: uppercase;
	line-height: 2.3;
    letter-spacing: 0.05em;
	color: #000000;
    margin: 0 0 5px 0;   
}

.subheadHighlight span {
	background-color: #baedaa;
	padding: 2px 5px 3px 5px;
	margin: 0 0 0 -5px;	
}

.italic {
	font-style: italic;
}

ol li {
    margin: 0 0 15px 0;	
}

.dividerTop {
    overflow: hidden;
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
    margin: 10px 0 100px 0;
}

.dividerTop::before {
  content: "— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —";	
  display: block;
  white-space: nowrap;
}

.divider {
  overflow: hidden;
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
    margin: 100px 0 10px 0;
}

.divider::before {
  content: "— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —";	
  display: block;
  white-space: nowrap;
}

#nav { display: flex; flex-direction: column; align-items: flex-start; }

.navLink {
    font-family: 'logic-monospace', mono;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	color: #000000;
    text-underline-offset: 5px;	
	text-transform: uppercase;
    margin: 0 0 0 0;
}

.navCurrent {
    font-family: 'logic-monospace', mono;
    font-weight: 600;
    font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	color: #000000;
	text-transform: uppercase;
    margin: 0 0 0 0;
}


footer p {
    font-family: area-normal, sans-serif;
    font-size: 9px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #000000;		
    margin: 100px 0 0 0;
}

::-moz-selection { /* Code for Firefox */
  color: #000000;
  background: #baedaa; /* Dark green */
}

::selection {
  color: #000000;
  background: #baedaa; /* Dark green */
}
