﻿
/* About PAGE FROM HERE ON IN */
#mainHero{
	margin-bottom:80px}


article{
/*	width:500px; */
	margin-bottom: 20px;
	float: left;
}
h1 {
	color: #74491f;
	font-style:normal;
	font-weight:100;
	font-size:23px;
	margin: 0;
	text-align:center;
}

h2 {
	color: #74491f;
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}

p, address	{
	margin: 0;
	color: #77787b;
	margin-top: 3px;
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 20px;
}

address {
	color: #74491f;
	padding: 5px 0px;
	font-style:normal;
	}

.cal-grid {
	display: grid;
	grid-template-columns: 30% auto;
	row-gap:5px;
	column-gap:5px;
}

.cal-date {
	font-weight:bold;
}

.cal-demo{
	background:bisque	
}

.cal-skill {
	background:lightblue;
}

h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #77787b;
	margin: 0px;
	}
	

