*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html
{
	font-size:100%;
}

body
{
	-webkit-font-smoothing:antialiased;
	color:#333332;
  font-family: 'Merriweather', cursive;
	font-size:18px;
	font-weight:400;
	line-height:1.4;
	text-rendering:optimizeLegibility;
}

.skill-set li:hover
{
	background:#2079c7;
}

h1
{
	color:#2079c7;
}

.wrapper
{
	height:100%;
}

.left
{
	background-color:rgba(0,0,0,.025);
	border-right:1px solid rgba(0,0,0,.05);
	float:right;
	height:100%;
	margin-left:-1px;
	min-width:256px;
	position:fixed;
	width:33.33%;
  
}

.right
{
	float:right;
	height:100%;
	position:relative;
	width:66.66%;
}


.name-hero
{
	background:rgba(0,0,0,.001);
	height:470px;
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
	width:85%;
}

.me-img
{
	background:url(./jonniemuis.jpg) no-repeat center center ;
	background-size:100%;
  background-position:0px;
	border-radius:100%;
	height:150px;
	margin:0 auto;
	position:relative;
	width:150px;
}

.name-hero h1
{
	color:#333332;
	font-size:1.5em;
	text-align:center;
}

.name-hero h1 em
{
	color:rgba(0,0,0,.3);
	font-style:normal;
	font-weight:700;
}

.name-hero h2
{
	font-family:Open Sans, sans-serif;
	font-size:1em;
	text-align:center;
	color:rgba(0,0,0,.3);
	margin-top: 0;
}

.name-hero p
{
	font-family:Open Sans, sans-serif;
	color:rgba(0,0,0,.75);
	font-size:.75em;
	line-height:1.5;
	margin:0 8px 0 0;
	text-align:center;
}

.name-hero .name-text
{
	margin:0 auto;
	width:85%;
}

.inner
{
	margin:0 auto;
	max-width:975px;
	padding:3em 3em 5em 3em;
}

.inner h1
{
	font-family:Open Sans, sans-serif;
	font-size:1em;
	text-transform: uppercase;
}

.inner h2
{
	font-size:1em;
	font-weight:400;
	margin-bottom: 0;
}

.inner h2 span
{
	font-weight:700;
}

.inner p
{
	color:rgba(0,0,0,.5);
}

.inner p em
{
	color:rgba(0,0,0,1);
	font-style:normal;
}

.inner small
{
	font-family:Open Sans, sans-serif;
	font-size:0.75em;
}

.inner section
{
	margin:2em auto;
}

.employment ul
{
  list-style-type: disc;
  margin: 10px 30px;
  padding: 0;
  font-size: 0.75em;
}

ul
{
	list-style-type:none;
	margin-top:-10px;
	max-width:570px;
	padding:0;
}

.rating {
	margin-right: 30px;
	font-size: 0.875rem;
}

.circle {
	float: right;
}

.circle::before {
  color: #2079c7;
}
.circle::after {
  color: #d0e2f3;
}

.circle::before,
.circle::after {
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(100, 100, 100, 0.1);
}
.circle[data-rating="1"]::before,
.circle[data-rating="4"]::after {
  content: "\2B24";
}
.circle[data-rating="2"]::before,
.circle[data-rating="3"]::after {
  content: "\2B24\2B24";
}
.circle[data-rating="3"]::before,
.circle[data-rating="2"]::after {
  content: "\2B24\2B24\2B24";
}
.circle[data-rating="4"]::before,
.circle[data-rating="1"]::after {
  content: "\2B24\2B24\2B24\2B24";
}
.circle[data-rating="5"]::before,
.circle[data-rating="0"]::after {
  content: "\2B24\2B24\2B24\2B24\2B24";
}

.skill-set li
{
	font-size: 0.875rem;
	background:rgba(0,0,0,.75);
	border-radius:2em;
	color:#fff;
	display:inline-block;
	list-style:none;
	margin:10px 10px 0 0;
	padding:10px 20px;
	text-align:justify;
}


@media screen and (max-width: 48em) {
	.right,.left
	{
		float:none;
    position:relative !important;
		width:100%;
    min-height:500px;
	}
  .handmade {
  text-align:center !important;
  margin-top:0px !important;
}

@media screen and (max-width: 75em) {
    body
{ font-size:16px;}
}

@media screen and (max-width: 60em) {
    body
{ font-size:14px;}
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.handmade {
  text-align:right;
  margin-top:100px;
}
.handmade em {
  font-family: 'Merriweather', cursive;
  font-size: 1.25em;
  margin-left:5px;
}