html {
    font-size: 18px;
    font-family: sans-serif;
    color: #333;
    line-height: 1.5em;
}
body {
    margin: 0;
    background: #fefefe;
}

section, header {
    margin: auto;
    padding: 0 1rem;
}

header {
    border-bottom: 15px solid lightyellow;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    background: #c6e6fc;
    padding-top: 1rem;
}
section:not(:last-child) {
    border-bottom: 15px solid #c6e6fc;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

header h1 {
    margin-top: 0;
    line-height: 1em;
}

header p.job {
	font-weight: bold;
    font-size: 1.2rem;
}

header a {
    text-decoration: none;
    color: hsl(204, 90%, 15%);
}
header a[href^="mailto:"] {
    text-decoration: underline;
}

li ~ li {
	margin-top: 1em;
}

.photo {
    max-width: 25%;
    min-width: 150px;
    margin: 0 0 1rem 1rem;
    float: right;
    border: 5px solid lightyellow;
    border-radius: 50%;
}

.contact {
    margin-top: 2rem;
}
.contact th {
    padding-right: 1rem;
}
.contact td, .contact th {
    padding-bottom: 1rem;
    vertical-align: top;
    line-height: 1.5em;
}

@media screen and (min-width: 900px) {
    header, section {
        max-width: 900px;
    }
}
@media screen and (max-width: 600px) {
	.photo {
		float: none;
	}
}
