html body {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Text styles */

h1, h3, p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #2e3333;
}

h1 {
	font-weight: 800;
}

h3 {
	color:#92A4AE;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

h3, p {
	font-weight: 300;
}


/* Link styles */

a {
	font-weight: 500;
	text-decoration: none;
	-moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}

a.deliveroo, a.deliveroo:visited, a.deliveroo:hover { color: #00ccbc; }
a.deliveroo:active { color: #00BBAD; }

a.apps, a.apps:visited, a.apps:hover { color: #19619F; }
a.apps:active { color: #13458E; }

a.websites, a.websites:visited, a.websites:hover { color: #4ba82e; }
a.websites:active { color: #3B951E; }

a.games, a.games:visited, a.games:hover { color: #fc9727; }
a.games:active { color: #EA7D19; }

a.mastodon, a.mastodon:visited  { color: #7C939F; }
a.mastodon:hover { color: #9252D2; }
a.mastodon:active { color: #64299F; }

a.twitter, a.twitter:visited  { color: #7C939F; }
a.twitter:hover { color: #1DA1F2; }
a.twitter:active { color: #0E87D1; }

a.threads, a.threads:visited  { color: #7C939F; }
a.threads:hover { color: #333333; }
a.threads:active { color: #000000; }

a.instagram, a.instagram:visited  { color: #7C939F; }
a.instagram:hover { color: #ed4d61; }
a.instagram:active { color: #CA2F42; }

a.linkedin, a.linkedin:visited  { color: #7C939F; }
a.linkedin:hover { color: #1178b3; }
a.linkedin:active { color: #0A6193; }









/* Layout adjustments */

/* ...for small devices only */
@media (max-width: 599px) {

	#content {
		margin-top: 60px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 60px;
	}

	.avatar {
		width: 100px;
		height: 100px;
	}

	h1 {
		font-size: 2.3em;
	}

	p {
		font-size: 1.5em;
	}
}

/* ...for medium and large devices */
@media (min-width: 600px) {
	#content {
		margin-top: 90px;
	}

	.avatar {
		width: 150px;
		height: 150px;
	}

	h1 {
		font-size: 3em;
	}

	p {
		font-size: 2em;
	}
}

/* ...for medium devices only */
@media (min-width: 600px) and (max-width: 899px) {

	#content {
		margin-left: 60px;
		width: 70%;
	}
}

/* ...for large devices only */
@media (min-width: 900px) {

	#content {
		margin-left: 120px;
		width: 50%;
	}
}

/*
body {
	background-color: #ff0000;
}

#content {
	background-color: #ff7700;
}

header {
	background-color: #ffff00;
}

section {
	background-color: #00ff00;
}*/