.center {
    text-align: center;
}

::selection {
    background: #555555;
    color: #fff;
}

body {
    font-family: 'Abel', sans-serif;
    margin: 0;
    font-size: 18px;
}

page {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 970px;
}

content {
    display: block;
    max-width: 680px;
    margin: 0 auto;
}

logo {
    border: 1px solid #fff;
    display: flex;
    float: left;
    color: #fff;
    background-color: #000000;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

logo:hover {
    cursor: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

p {
    line-height: 26px;
}

h1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 16px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

h1 > span {
    text-transform: initial;
    font-size: 32px;
}

navigation > ul > li {
    margin-left: 15px;
    line-height: 24px;    
}


navigation > ul > li > a {
    padding-left: 1px;
    padding-right: 1px;
}

.gmaps {
    border: 0; 
    display: block;
    margin: 0 auto;
}

a {
    position: relative;
    text-decoration: none;
    color: #555555;
}

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

a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #555555;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

ul {
	margin: 0;
	padding: 0;
}

li {
	display: inline-block;
	text-transform: uppercase;
}

li:last-child {
	float: right;
}

period {
	font-size: 18px;
}

employer,
role,
technologies,
description {
	display: block;
}


employer {
	font-size: 22px;
}

period,
technologies {
	font-size: 14px;
}

description {
	font-size: 14px;  
	text-align: left;
	padding-left: 52px;
	padding-right: 52px;
}


.divider {
    border-bottom: 1px solid #555555;
    margin-top: 86px;
    text-align: center;
    border-top: 1px solid #555555;
    padding: 6px;
}
	

.projects > p {
	text-align: center;
	margin-top: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.projects > p > *:nth-child(1) {
	flex: 0 0 168px;
}
.projects > p > *:nth-child(2) {
	flex: 0 0 360px;
}
.projects > p > *:nth-child(3) {
	flex: 0 0 168px;
}

.projects > p:last-child {
	margin-bottom: 86px;
}

.projects a::before  {
	display: none;
}


hr {
	margin-top: 20px;
	display: none;
}