/* start with the general "themes" of the text*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.2
}
@media print {
.noprint {
	display: none;
}
body {
	font-size: 12.4px;
}
}
@media not print {
body {
	font-size: 14px;
}
}

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

.small {
	font-size: 85%;
}

.small p {
	margin-bottom: 0;
}

.force {
	display: inherit !important;
}

/* override bullshit from imported sheets */
.pagination {
  margin-top: 0px;
}

/* general nav stuff */
@media (max-width: 480px) {
.headshot {
	display: none;
}
.brad {
  text-align: center;
}
.menu {
	text-align: center;
}
}
@media (min-width: 481px) {
.headshot {
	float: left;
	width: 180px;
  height: 231px;
  shape-outside: polygon(0px 0px, 63px 0px, 134px 35px, 124px 58px, 148px 69px, 148px 129px, 127px 171px, 127px 227px, 0px 227px);
  shape-margin: 8px;
}
.restOfNav {
	padding-top: 0.25em;
}
}

.restOfNav {
	padding-bottom: 1em;
}

.brad {
	font-size: 214%;
	font-weight: bold;
}
.brad p {
	margin-bottom: 0;
}
.content {
	clear: both;
}

.menu {
	padding: 0;
	margin-top: 0.5em;
}
.menu li {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	padding: 0;
	color: white;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
}
.menu li:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}
.menu li:active {
	border-top-color: #251b5c;
	background: #251b5c;
}
.menu li a {
	padding: 0.5em 1em;
	display: block;
	color: inherit;
	text-decoration: none;
}


/* resume stuff */

/* this media query makes QR code disappear on small screens
and also adds left-right formatting to header elements on larger screens */
@media (max-width: 480px) {
.qr {
	display: none;
}
.portfolio {
  text-align: center;
}
.objective {
  text-align: center;
}
}
@media (min-width: 481px) {
.qr {
	float: right;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.brad {
	float: left;
}
.portfolio {
	padding-top: 1em;
	float: right;
}
.address {
	width: 20%;
}
.objective {
	display: inline-block;
	text-align: center;
	width: 60%;
}
.links {
	width: 20%;
}

}

/* these media queries ensure printing and small screens ignore logos */
@media screen and (max-width: 480px), print {
.logo {
	display: none;
}
.work div + p {
	margin-top: 0 !important;
}
}
@media not screen and (max-width: 480px), print {
.logo {
	float: left;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
}
.work div + p {
	margin-top: 1em;
}
}

@media print {
.screenGray {
	color: black;
}
}
@media not print {
.screenGray {
	color: #AAAAAA;
}
}

/* the rest is specific styles for the resume */

.address {
	float: left;
}

.links {
	float: right;
  text-align: right;
}

.portfolio {
	padding-bottom: 0.25em;
}
.portfolio p {
	margin-bottom: 0;
}

.bar {
	clear: both;
	width: 100%;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 0.25em;
	margin-bottom: 0.5em;
}

.break {
	clear: both;
	width: 100%;
}

.objective p span {
	font-size: 120%;
	white-space: nowrap;
}

.tech {
	font-weight: bold;
}

.section {
	margin-top: 0.75em;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.section + div > p {
	margin-bottom: 0.5em;
}

.date {
	padding-left: 0.5em;
	white-space: nowrap;
	text-decoration: none !important;
}

.work > div {
	clear: left;
	margin-bottom: 2em;
}

.work div p {
	margin-left: 3em;
	margin-bottom: 0.25em;
}

.work div > p {
	display: list-item;
  list-style-type: disc;
}

.work div span span {
	font-style: italic;
}


/* styles for everything else */
.projectBox {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left; 0.5em;
	margin-right: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	border: solid 1px;
}

.sectionHeading {
	margin-top: 0.5em;
	font-size: 171%;
	font-weight: bold;
}

.sectionInfo1 {
	font-size: 114%;
	font-weight: bold;
	text-indent: 1em;
}

.sectionInfo2 {
	text-indent: 1.14em;
	margin-bottom: 0.5em;
}

.description {
	margin-bottom: 0.5em;
}

.ffCode {
	display: grid;
	grid-template-columns: 80px 65px 1fr;
	margin-top: 1em;
	margin-bottom: 1em;
}

.ffCodeNoGridCSS {
	margin-top: 1em;
	margin-bottom: 1em;
}

.ffCodeNoGridCSS tr td {
	width: 80px;
}

.ffCodeNoGridCSS tr td:last-child {
	width: auto;
}

/* on small screens, hide all thumbs (unless forced)
center any remaining thumbs */
@media (max-width: 580px) {
.thumbs {
	text-align: center;
}
.thumb {
	display: none;
}
.thumb iframe {
  width: 90%;
}
}
@media (min-width: 581px) {
.thumb {
	float: right;
	margin-left: 0.5em;
}
.thumb iframe {
  width: 640px;
  height: 360px;
}
}

.thumbs {
	margin: 1em;
}

.downloads ul {
	margin: 0;
	padding: 0;
}
.downloads li {
	display: inline-block;
	margin-right: 0.5em;
}

.downloads a {
	white-space: nowrap;
}
