html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none
}
mark {
	background-color: transparent;
	color: inherit
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input[type="text"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	min-width: 320px;
	min-height: 100vh;
	line-height: 1.0;
	word-wrap: break-word;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
strong {
	color: inherit;
	font-weight: bolder;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
}

.strong {
	font-size: 1.0em !important;
}

.writing-articles, .projects-item, .recipes-item {
	text-align: left;
}

.updated-date {
	color: #888fc4;
	font-size: 0.8em;
	margin-left: 10px;
}

.icon-color {
	color: #d0ced1;
}

em {
	font-style: italic;
}
code {
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	background-color: rgba(144, 144, 144, 0.25);
	border-radius: 0.25em;
}
mark {
	background-color: rgba(144, 144, 144, 0.25);
}
a {
	-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	color: inherit;
	text-decoration: underline;
}
s {
	text-decoration: line-through;
}
html {
	font-size: 18pt;
}
#wrapper {
	-webkit-overflow-scrolling: touch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#main {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
	-moz-transition: opacity 1s ease-in-out 0s;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-ms-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
}
#main>.inner {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	padding: 1.25rem 1rem;
	max-width: 100%;
	width: 37rem;
}
#main>.inner>header {
	margin-bottom: 1.125rem;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
#main>.inner>footer {
	margin-top: 1.125rem;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
#main>.inner>*>* {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}
#main>.inner>*> :first-child {
	margin-top: 0 !important;
}
#main>.inner>*> :last-child {
	margin-bottom: 0 !important;
}
#main>.inner>.full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: calc(100% + 2rem + 0.4725px);
}
#main>.inner>.full:first-child {
	margin-top: -1.25rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
#main>.inner>.full:last-child {
	margin-bottom: -1.25rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
#main>.inner>.full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: 50%;
	right: auto;
	margin-left: -50vw;
}
#main>.inner>*>.full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: calc(100% + 2rem + 0.4725px);
}
#main>.inner>*>.full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: 50%;
	right: auto;
	margin-left: -50vw;
}
#main>.inner>header>.full:first-child {
	margin-top: -1.25rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
#main>.inner>footer>.full:last-child {
	margin-bottom: -1.25rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
body.is-loading #main {
	opacity: 0;
}
#main>.inner>section {
	-moz-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
}
#main>.inner>section.inactive {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	opacity: 0;
}
/*.buttons2 {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}*/
.buttons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}
.buttons li a {
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
}
#buttons01 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}
#buttons01 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}
#buttons01 li a {
	display: block;
	width: 6.5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 1.125rem;
	text-transform: uppercase;
	font-size: 0.625em;
	font-family: 'Source Sans Pro';
	letter-spacing: 0.225rem;
	padding-left: calc(0.225rem + 1.125rem);
	font-weight: 400;
	border-radius: 1.625rem;
}
#buttons01 .n01 {
	color: #474747;
	border: solid 1px #CCCCCC;
}
#buttons01 .n01:hover {
	color: #309EDB;
	border-color: #309EDB;
}
#buttons01 .n02 {
	color: #474747;
	border: solid 1px #CCCCCC;
}
#buttons01 .n02:hover {
	color: #309EDB;
	border-color: #309EDB;
}
#buttons01 .n03 {
	color: #474747;
	border: solid 1px #CCCCCC;
}
#buttons01 .n03:hover {
	color: #309EDB;
	border-color: #309EDB;
}
hr {
	width: 100%;
	position: relative;
	padding: 0;
	border: 0;
	height: 1.625rem;
	line-height: 1.625rem;
}
hr:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	background-color: #CCCCCC;
	height: 1px;
}
#divider02 {
	height: 0.5rem;
	line-height: 0.5rem;
}
#divider02:before {
	width: 6%;
}
.image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: block;
}
.image a, .image span {
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.image a img, .image span img {
	display: block;
}
.image img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.image.full img {
	display: block;
}
.image.full:first-child img {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.image.full:last-child img {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.image.full a, .image.full span {
	display: block;
}
#image01 {
	margin-top: 1.875rem !important;
	margin-bottom: 1.875rem !important;
}
#image01 a, #image01 span {
	border-radius: 10%;
}
#image01 img {
	width: 14rem;
	border-radius: 10%;
}
h1 br+br, h2 br+br, h3 br+br /*,p br+br*/ {
	display: block;
	content: ' ';
	margin-top: 1.125rem;
}
h1 .li, h2 .li, h3 .li, p .li {
	display: list-item;
	padding-left: 0.5em;
	margin: 0.75em 0 0 1em;
}
#text03 br+br {
	margin-top: 0.75rem;
}
#text03 {
	font-size: 1.5em;
	line-height: 1.25;
}
#text04 br+br {
	margin-top: 0.9rem;
}
#text04 {
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 0.75em;
	line-height: 1.5;
}
#text05 br+br {
	margin-top: 0.9rem;
}
#text05 {
	line-height: 1.5;
}

.directions {
   display: block;
   margin: 10px 0;
   content: " ";
   line-height:22px;
}

#text06 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
}
#text06 a:hover {
	color: #309EDB;
}
#text06 a {
	text-decoration: underline;
}
#text09 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
	text-align: left;
	font-size: small;

}


.thumb {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 2px;
    border: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}



.recipe-full-image {
	height:auto;
    width:auto;
    max-height:200px;
    max-width:200px;
    border-radius: 8px;
    padding: 2px;
/*    text-align: right;
*/}

#text09 a:hover {
	color: #309EDB;
}
#text09 a {
	text-decoration: underline;
}

#text01 br+br {
	margin-top: 0.9rem;
}
#text01 {
	line-height: 1.5;
}
#text07 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 350;
	text-transform: none;   
}
#text07b {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 500;
	text-transform: none;
    
}

#text07small {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
    font-size: 75% !important;
}


#text08 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
	color: gray;
}
.text10, #text10 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
	font-size: medium;
}

#text02 a {
	text-decoration: underline;
}




.text11 {
	letter-spacing: 0.01rem;
	width: calc(100% + 0.01rem);
	font-weight: 300;
	text-transform: none;
	font-size: small;
	text-decoration: none;
}

.text12 {
	letter-spacing: 0.01rem;
	width: calc(100% + 0.01rem);
	font-weight: 500;
	text-transform: none;
	font-size: medium;
	text-decoration: none;
}



#text02 {
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-weight: 200;
	text-transform: none;
}
#text02 a:hover {
	color: #309EDB;
}
#text02 a {
	text-decoration: underline;
}
h1, h2, h3, p {
	text-transform: uppercase;
	color: #474747;
	font-family: 'Source Sans Pro';
	letter-spacing: 0.4rem;
	width: calc(100% + 0.4rem);
	font-size: 1em;
	line-height: 1.875;
	font-weight: 400;
}
.icons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
	font-size: 1em;
	width: calc(100% + 0.75rem);
	margin-left: -0.375rem;
}
.icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 0.375rem;
}
.icons li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-radius: 100%;
	width: 2em;
	height: 2em;
}
.icons li a svg {
	display: block;
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
}
.icons li a .label {
	display: none;
}
#icons01 li a svg {
	width: 60%;
	height: 60%;
}
#icons01 .n01 svg {
	fill: #CCCCCC;
}
#icons01 .n01 {
	border: solid 1px #CCCCCC;
}
#icons01 .n01:hover {
	border-color: #309EDB;
}
#icons01 .n01:hover svg {
	fill: #309EDB;
}
#icons01 .n02 svg {
	fill: #CCCCCC;
}
#icons01 .n02 {
	border: solid 1px #CCCCCC;
}
#icons01 .n02:hover {
	border-color: #309EDB;
}
#icons01 .n02:hover svg {
	fill: #309EDB;
}
#icons01 .n03 svg {
	fill: #CCCCCC;
}
#icons01 .n03 {
	border: solid 1px #CCCCCC;
}
#icons01 .n03:hover {
	border-color: #309EDB;
}
#icons01 .n03:hover svg {
	fill: #309EDB;
}
#icons01 .n04 svg {
	fill: #CCCCCC;
}
#icons01 .n04 {
	border: solid 1px #CCCCCC;
}
#icons01 .n04:hover {
	border-color: #309EDB;
}
#icons01 .n04:hover svg {
	fill: #309EDB;
}
@media (max-width: 1680px) {
	html {
		font-size: 13pt;
	}
}
@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
}
@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}
@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	#main>.inner {
		padding: 1.25rem 1rem;
	}
	#main>.inner>header {
		margin-bottom: 1.125rem;
	}
	#main>.inner>footer {
		margin-top: 1.125rem;
	}
	#main>.inner>*>* {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	#main>.inner>.full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		max-width: calc(100% + 2rem + 0.4725px);
	}
	#main>.inner>.full:first-child {
		margin-top: -1.25rem !important;
	}
	#main>.inner>.full:last-child {
		margin-bottom: -1.25rem !important;
	}
	#main>.inner>.full.screen {
		margin-left: -50vw;
	}
	#main>.inner>*>.full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		max-width: calc(100% + 2rem + 0.4725px);
	}
	#main>.inner>*>.full.screen {
		margin-left: -50vw;
	}
	#main>.inner>header>.full:first-child {
		margin-top: -1.25rem !important;
	}
	#main>.inner>footer>.full:last-child {
		margin-bottom: -1.25rem !important;
	}
	#divider01 {
		height: 1.625rem;
		line-height: 1.625rem;
	}
	#divider02 {
		height: 0.5rem;
		line-height: 0.5rem;
	}
	#divider03 {
		height: 1.625rem;
		line-height: 1.625rem;
	}
	#image01 {
		margin-top: 1.40625rem !important;
		margin-bottom: 1.40625rem !important;
	}
	#image01 img {
		width: 9rem;
	}
}
@media (max-width: 480px) {
	#main>.inner>header {
		margin-bottom: 0.984375rem;
	}
	#main>.inner>footer {
		margin-top: 0.984375rem;
	}
	#main>.inner>*>* {
		margin-top: 0.984375rem;
		margin-bottom: 0.984375rem;
	}
	#buttons01 li a {
		width: 6.5rem;
	}
}
@media (max-width: 360px) {
	#main>.inner {
		padding: 0.9375rem 0.75rem;
	}
	#main>.inner>header {
		margin-bottom: 0.84375rem;
	}
	#main>.inner>footer {
		margin-top: 0.84375rem;
	}
	#main>.inner>*>* {
		margin-top: 0.84375rem;
		margin-bottom: 0.84375rem;
	}
	#main>.inner>.full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
		max-width: calc(100% + 1.5rem + 0.4725px);
	}
	#main>.inner>.full:first-child {
		margin-top: -0.9375rem !important;
	}
	#main>.inner>.full:last-child {
		margin-bottom: -0.9375rem !important;
	}
	#main>.inner>.full.screen {
		margin-left: -50vw;
	}
	#main>.inner>*>.full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
		max-width: calc(100% + 1.5rem + 0.4725px);
	}
	#main>.inner>*>.full.screen {
		margin-left: -50vw;
	}
	#main>.inner>header>.full:first-child {
		margin-top: -0.9375rem !important;
	}
	#main>.inner>footer>.full:last-child {
		margin-bottom: -0.9375rem !important;
	}
	#buttons01 {
		width: calc(100% + 0.375rem);
		margin-left: -0.1875rem;
	}
	#buttons01 li {
		max-width: calc(100% - 0.375rem);
		margin: 0.1875rem;
	}
	#icons01 {
		width: calc(100% + 0.5625rem);
		margin-left: -0.28125rem;
	}
	#icons01 li {
		margin: 0.28125rem;
	}
}

body {
	overflow: auto !important;
}
#main {
	opacity: 1.0 !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-filter: none !important;
	-webkit-filter: none !important;
	-ms-filter: none !important;
	filter: none !important;
}
#main>.inner>section {
	opacity: 1.0 !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-filter: none !important;
	-webkit-filter: none !important;
	-ms-filter: none !important;
	filter: none !important;
}

.article-text {
	text-align:left !important;
}
