body {
  background-color: lightblue;
}

body {
	background-color: lightcyan;
	margin: 30px 160px 90px 30px;
}

h1 {
  	font-family: Futura, "Century Gothic", sans-serif;
  	color: rgb(3,33,76);
	font-size: 4em;
	margin: 20px 0 15px 0;}

h2 {
	font-family: Futura, "Century Gothic", sans-serif;
	color: blue;
	font-size: 1.9em;}

h3 {font-family: Futura, "Century Gothic", sans-serif;
	color: #f1604c;
	font-size: 1.4em;}

h4, dt {font-family: Futura, "Century Gothic", sans-serif;}

p {font: .95em Roboto;}

img {float: left; margin: 0 15px 0 0;}

dd, ul {
	font-family: Roboto;
	font-size: .9em;}

a:link {
  color: orange;
}

a:visited {color: blue;}

a:hover {color: #f1604c;}

a:active {
  color: red;
  background-color: rgba(255,234,208);
}

#personal-skills dd{
	padding-bottom: 15px;
}

#technical-skills dd{
    display: list-item;}

.job {font-style: italic;}

#summary {padding-top: 90px;}

#summary p { font-style: italic;
			line-height: 1.7em;}
