* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #e5f8fe;
	background-attachment: fixed;
	background-image: url('../images/background.jpg');
	background-position: center top;
	background-size: cover;
	font-size: 16px;
	font-family: Tinos,Georgia,Times,serif;
	margin: 0 0 8px 0;
}
a {
	color: #ad0d4d;
	text-decoration: none;
}
.color {
	color: #2d95bb !important;
}
.invert {
	background-color: #162b4d;
	color: #f1f1f1;
}
.nowrap {
	white-space: nowrap;
}
.row {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}
.item {
	margin: 20px 26px;
	width: 33%;
	height: auto;
	transform: skew(.5deg);
}
.item4 {
	margin: 20px;
	width: 25%;
	height: auto;
	transform: skew(.5deg);
}
.item5 {
	margin: 20px;
	width: 20%;
	height: auto;
	transform: skew(.5deg);
}
.row img, .big {
	border-radius: 6px;
	box-shadow: 0px 0px 40px 0px rgba(9,84,148,0.4);
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
	transform: skewY(-.2deg);
}
main ul {
	list-style: none;
	margin: 30px auto 0 auto;
	max-width: 600px;
}
main ul li::before {
	content: "✔  ";
	color: #24ad0d;
	display: inline-block; 
	width: 1.2em;
	margin-left: -1.2em;
}
main .about-me {
	margin: 0 auto;
	max-width: 640px;
}
main .about-me p, main li {
	font-size: 20px;
	font-style: normal;
	text-align: left;
}
main .about-me p {
	margin-left: 30px;
	margin-right: 30px;
}
main .about-me p: hover {
	color: #ab192d;
}
.headshot {
	display: block;
	margin: 60px auto 30px auto;
	opacity: .8;
}
.logo {
	display: block;
	margin: 100px auto 0 auto;
	max-width: 100%;
	height: auto;
}
.logo-footer {
	display: block;
	margin: 10px auto 30px auto;
	max-width: 100%;
	height: auto;
}
.social-row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 20px;
	padding: 0 10px;
}
.social-row a {
	display: block;
	width: 100%;
}
.social-row img {
	max-width: 100%;
	height: auto;
	display: block;
}
.icon-small {
	max-width: 36px;
}
.icon-large-120 {
	max-width: 120px;
}
.icon-large-160 {
	max-width: 160px;
}
footer p {
	font-size: 14px;
	padding: 0 20px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-family: Tinos,Georgia,Times,serif;
	font-style: italic;
}
footer small {
	font-size: 12px;
}
.about main {
	max-width: 600px;
	margin: 0 auto;
}
.about main p {
	text-align: left;
}
.red {
	color:#ab192d;
}
.button {
	background: linear-gradient(to bottom, #ab0033 5%, #d60037 100%);
	background-color: #ab0033;
	border: 1px solid #d02718;
	border-radius: 6px;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	color: #ebf7f6;
	cursor: pointer;
	display: block;
	font-family: Chivo,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 100%;
	margin: 40px auto 20px auto;
	max-width: 240px;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
}
.button: hover {
	background: linear-gradient(to bottom, #d60037 5%, #ab0033 100%);
	color: #ebf7f6;
	padding: 13px 30px 11px 30px;
}
#scroll {
	border: none;
	border-radius: 4px;
	bottom: 20px;
	cursor: pointer;
	display: none;
	margin: 0;
	outline: none;
	position: fixed;
	right: 30px;
	padding: 8px 14px;
	z-index: 99999;
	width: 44px;
	height: 40px;
}
.pad-top {
	margin-top: 120px;
}
.comment-captcha img {
	width: 100% !important;
	max-width: 360px;
}
@media screen and (max-width: 768px) {
	.item {
		margin: 10px 5px;
		width: 33%;
	}
	.item4, .item5 {
		margin: 10px 5px;
	}
	.hideForMobile {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	h1, h2 {
		font-size: 36px;
		margin: 40px 10px;
	}
	h1 {
		margin: 10px 10px 80px 10px;
	}
	.row {
		display: flex;
		flex-direction: column;
	}
	.item, .item4, .item5 {
		padding: 0 50px;
		width: auto;
	}
	.menu-top a {
		width: 140px;
	}
	.headshot {
		height: 140px;
		width: 140px;
	}
	#scroll {
		bottom: 2px;
		right: 2px;
	}
	main ul {
		margin: 30px auto 0 20px;
	}
}
@media (prefers-color-scheme: dark) {
	.dark-invert {
		filter: invert(100%)!important;
		opacity: .6;
	}
	.dark-white {
		filter: brightness(0) invert(1);
		opacity: .75;
	}
	body {
		background-blend-mode: difference;
	}
	p {
		color: #b8b8b8;
		text-shadow: none;
	}
	.menu-top a {
		background-color: #e7d4b3;
	}
	.invert, a.invert, .menu-top a.invert {
		background-color: #162b4d;
		color: #f1f1f1;
	}
	.invert {
		background-color: #ab192d;
		color: #f2f2f2;
	}
	a:hover .invert {
		background-color: #f2f2f2;
		color: #ab192d;
	}
}