html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 60px;
	flex-wrap: wrap;
	display: flex;
	font-size: 0.9em;
	font-family: "Lato", sans-serif;
	color: #001c00;
	box-sizing: border-box;
}

a {
	color: #001c00;
	text-decoration: none;
}

a:link {
	color: #001c00;
	text-decoration: none;
}

a:visited {
	color: #001c00;
	text-decoration: none;
}

a:active {
	color: #001c00;
	text-decoration: none;
}

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

p {
	margin-top: 0em;
	margin-bottom: 0em;
}


.content {
	width: 178px;
	height: 118px;
	padding: 10px;
	-moz-border-radius: 8px;
	/* for Firefox */
	-webkit-border-radius: 8px;
	/* for Webkit-Browsers */
	border-radius: 8px;
	/* regular */
	border: 1px white solid;
	background-color: white;
}

.quote {
	color: white;
	background-color: #4b6584;
	border-color: #323D4C;
}

.location {
	background-color: #fed330;
}

.email {
	color: white;
	background: #20bf6b;
	border: 1px #1B5837 dashed;
}

.work {
	color: white;
	background-image: url(./images/linkedin.svg);
	background-color: white;
	border: 1px #001c00 solid;
	background-size: 86px;
	background-position: 104px 10px;
	background-repeat: no-repeat;
}

.github {
	background-image: url(./images/github.svg);
	background-size: 30px;
	background-position: 160px 100px;
	background-repeat: no-repeat;
	border: 1px #001c00 solid;
	font-family: monospace;
}

.photography {
	background-image: url(./images/shoes.jpg);
	background-size: 200px;
	background-repeat: no-repeat;
	position: relative;
}

.photography p {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.africanjan {
	background-image: url(./images/africanjan.jpg);
	background-size: 200px;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cloudgorilla {
	background-image: url(./images/cloudgorilla.jpg);
	background-size: 200px;
	background-repeat: no-repeat;
}

.twitter {
	background-image: url(./images/twitter.svg);
	background-size: 30px;
	background-color: #1da1f2;
	border: 1px #1da1f2 solid;
	background-position: center;
	background-repeat: repeat;
}

.running {
	background-image: url(./images/runkeeper.svg);
	background-size: 60px;
	background-color: #eb3b5a;
	background-position: 5px 70px;
	background-repeat: no-repeat;
	color: white;
}

.blog {
	background-color: white;
	border: 1px #001c00 solid;
}

.bitcoin {
	background-image: url(./images/bitcoin.svg);
	background-size: 160px;
	border: 1px #f7931a solid;
	background-position: center;
	background-repeat: no-repeat;
}

.drawings {
	background-image: url(./images/drawings.jpg);
}

.info {
	padding: 0px;
	border: 1px white solid;
}

.shadow:hover {
	border: 1px #001c00 solid;
}

.shadow:hover,
.shadow:hover {
	-moz-box-shadow: 5px 5px 8px #333;
	/* for Firefox */
	-webkit-box-shadow: 5px 5px 8px #333;
	/* for Webkit-Browsers */
	box-shadow: 3px 3px 4px 333;
	/* regular */
}