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

body {
	margin : 0;
	font-family : arial;
	padding-top : 24px;
	color : #777;
	border-left : solid 12px lightblue;
	/* background-image: repeating-linear-gradient(transparent 0, transparent 23px, skyblue 23px, skyblue 24px);
  */
}

p {
	line-height : 24px;
	font-size : 14px;
}

h2, h3, h4, h5 {
	line-height : 24px;
}

h1, h2, h3, h4, h5, p {
	padding : 0;
	margin : 0 0 24px;
}

section {
	margin-bottom : 24px;
}

h2 {
	font-size : 18px;
	color : black;
}

ul {
	padding : 0;
	margin : 0;
}

li {
	list-style : none;
}

/*  styles for lists such as for skills and personal projects */
ul.list {
	padding-left : 24px;
}

ul.list li {
	margin-bottom : 12px;
}

ul.list .group {
	font-size : 16px;
	color : black;
	font-style : italic;
}

ul.list .description {
	font-size : 14px;
}

.external-link a {
	color : lightblue;
}
.external-link a:hover {
	color : cornflowerblue;
}

