/* -- core -- */

body {
	margin: 0;
	font-family: 'Avenir', 'AvenirLTPro-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #eaeaea;
	color: #7b7b7c;
}

a {
	color:#575194;
	text-decoration: none;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

a:hover {
	color: #0a2e3c;
}

.underline {
	border-bottom:2px dotted;
}

h1 {
	font-size: 32px;
	line-height: 48px;
}

.intro {
	font-size: 48px;
	line-height: 64px;
	margin: 1.5rem 0 .5rem 0;
}

h2 {
	font-size: 36px;
	line-height: 48px;
}

h3 {
	font-size: 28px;
	line-height: 44px;
}

p {
	font-size: 22px;
	line-height: 36px;
}

.p-space {
  margin-bottom: 1em; /* equals current line-height */
}

.above {
	margin: 1rem 0 0 0;
}

.after {
	margin: 0 0 2rem 0;
}

ul {
	margin: 1rem;
}

ul li {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 36px;
}

.indent-right {
	padding: 0 0 0 1.5rem;
}

.eyebrow-text {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}

.about {
	height: 200px;
	width: 200px;
}

/* nav */
.header {
	position: relative;
}

.nav-menu-button {
	position: absolute;
	top: 70px;
	left: calc(100% - 70px);
	cursor: pointer;
}

.nav-menu-image {
	height: 50px;
	width: 50px;
}

.nav {
	position: absolute;
	left: -40%;
    top: 70px;
}

.nav ul {
	margin: 0;
	list-style-type: none;
}

.nav ul {
	margin: 0;
}

/* footer */
.footer p {
	color: #ffffff;
}

.footer .copyright {
	color: #ffffff;
}

.footer-logo {
	height: 100%;
	width: auto;
}

/* Background wrappers */

.background-color__light-gray {
	background-color: #f1f1f1;
}

.background-color__medium-gray {
	background-color: #eaeaea;
}

.background-color__dark-gray {
	background-color: #D9D9D9;
}

.background-color__sky-blue {
	background-color: #00AEEF;
}

.background-color__dark-purple {
	background-color: #575194;
}

.vertical-center {
	align-content: center;
}

figure {
	position: relative;
    left: 0;
	width: 100%;
}

figure img {
	width: 100%;
	height: auto;
}

/* from fred 251218 1146 scale logo from 200px */

/* Desktop default */

.about-me .about-figure { overflow: hidden; }

.about-me figure { width: auto; margin: 0; }

.about-me figure img.about {
  width: 200px;
  height: 200px;
  max-width: none;
  display: block;
}

@media (max-width: 768px) {
  .about-me figure img.about { width: 140px; height: 140px; }
}

@media (max-width: 576px) {
  .about-me figure img.about { width: 120px; height: 120px; }
}

.spacer__sm {
	padding: 16px 0;
}

.spacer__md {
	padding: 24px 0;
}

.spacer__lg {
	padding: 48px 0;
}

.spacer__xl {
	padding: 96px 0;
}

.wrapper {
	margin: 0 5% auto;
}

.container {
	padding-left: 24px;
	padding-right: 24px;
}

.logo {
	
}

.copy {
	
}

.social {
	display: block;
}

.copyright {

}

.social-icon {
	color: #fff;
}

.copy h1 {
	font-family: 'Avenir', 'AvenirLTPro-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #595959;
}

.copy p {
	font-family: 'Avenir', 'AvenirLTPro-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #595959;
}

.social-icons li {
	vertical-align: top;
	display: inline;
}

.social-icons a {
	color: #fff; 
	text-decoration: none;
}

.fa-dribbble {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

.fa-dribbble:hover {
	color: #0a2e3c;
}

.fa-vimeo {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

.fa-vimeo:hover {
	color: #0a2e3c;
}

.fa-linkedin {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

.fa-linkedin:hover {
	color: #0a2e3c;
}

.fa-envelope {
	padding:10px 11px 8px 11px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

.fa-envelope:hover {
	color: #0a2e3c;
}

.copy h1 {
	font-size: 3.0em;
	line-height: 2.5em;
	margin: 0 0 30px 0;
}

.copy p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 30px 0;
}

.copy a {
	color: #595959;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #595959;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition: .5s;
}

.copy a:hover {
	color: #26ace2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26ace2;
}

.copyright p {
	font-family: 'Avenir', 'AvenirLTPro-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

/* -- desktop -- */

@media screen and (min-width: 769px) {
	
	.wrapper {
		width: 60%; 
	}

	.logo {
		width: 300px;
		height: 345px;
	}

	.copy {
		width: 70%;
	}

	.social {
		display: block;
	}
	
	
	.social-icon {
		font-size: 1.5em
	}
	
	.copy h1 {
		font-size: 3.0em;
		line-height: 2.5em;
		margin: 0 0 30px 0;
	}
	
	.copy p {
		font-size: 1.2em;
		line-height: 1.8em;
		margin: 0 0 30px 0;
	}

	.fa-dribbble {
		padding:10px 11px 8px 0;
	}

	.fa-vimeo {
		padding:10px 10px 8px 10px;
	}

	.fa-linkedin {
		padding:10px 10px 8px 10px;
	}

	.fa-instagram {
		padding:10px 10px 8px 10px;
	}

}

/* -- tablet -- */

@media screen and (max-width: 768px) {

	.wrapper {
		width: 90%; 
	}

	.logo {
		width: 300px;
		height: 345px;
	}

	.copy {
		margin: 3.5em 0 0 37px;
		width: 80%;
	}
	
	.social {
		display: block;
	}

	.social-icon {
		font-size: 1.7em
	}

	.copy h1 {
		font-size: 3.0em;
		line-height: 2.5em;
		margin: 0 0 30px 0;
	}
	
	.copy p {
		font-size: 1.1em;
		line-height: 1.8em;
		margin: 0 0 30px 0;
	}

	.fa-dribbble {
		padding:10px 20px 8px 0;
	}

	.fa-vimeo {
		padding:10px 20px 8px 10px;
	}

	.fa-linkedin {
		padding:10px 20px 8px 10px;
	}

	.fa-instagram {
		padding:10px 20px 8px 10px;
	}

}

/* -- mobile -- */

@media screen and (max-width: 576px) {

	.wrapper {
		width: 95%; 
	}

	.logo {
		width: 250px;
		height: 287px;
	}

	.copy {
		margin: 2em 0 0 30px;
		width: 85%;
	}

	.social {
		display: block;
	}
	
	.social-icon {
		font-size: 1.7em
	}
	
	.copy h1 {
		font-size: 3.0em;
		line-height: 2.5em;
		margin: 0 0 30px 0;
	}
	
	.copy p {
		font-size: 1.1em;
		line-height: 1.8em;
		margin: 0 0 30px 0;
	}

	.fa-dribbble {
		padding:10px 20px 8px 0;
	}

	.fa-vimeo {
		padding:10px 20px 8px 10px;
	}

	.fa-linkedin {
		padding:10px 20px 8px 10px;
	}

	.fa-envelope {
		padding:10px 20px 8px 10px;
	}

	/* portfolio images only */
  	figure.img {
    	position: relative;
    	left: -24px;
    	width: calc(100% + 48px);
  	}

  	/* reset About-me image so it doesn't overlap text */
	.about-me figure {
    	left: 0;
    	width: auto;
  	}

  .spacer__md-mobile-only {
    padding: 24px 0;
  }
}

/* from fred 251218 1146 logo 140px scale */

/* Footer logo */
	.footer-logo {
  		width: 140px;
  		height: 140px;
  		display: block;
}

@media (max-width: 768px) {
  	.footer-logo { width: 110px; height: 110px; }
}

@media (max-width: 576px) {
	.footer-logo { width: 90px; height: 90px; }
}

/* -- overwrite bootstrap grid max-width -- */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1274px;
    }
}

/* =========================================================
   2025 Header + Layout updates
   ========================================================= */

/* ---------- Accessibility helpers ---------- */

.skip-link {
	position: absolute;
	left: -999px;
	top: 0;
	padding: 10px 14px;
	background: #ffffff;
	color: #000000;
	z-index: 9999;
	border: 2px solid currentColor;
}

.skip-link:focus {
	left: 16px;
	top: 16px;
}

:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

/* ---------- Header sizing + centering ---------- */

.site-header {
  display: flex;
  align-items: center;
  min-height: 220px;
}

@media (min-width: 992px) {
  .site-header { min-height: 300px; }
}

/* from fred 251218 1146 */
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
}

.site-logo img {
  display: block;
  width: min(250px, 60vw);
  max-width: 250px;
  height: auto;
}

.site-header .spacer__lg {
  padding: 0 !important;
  margin: 0 !important;
}

/* ---------- Page layout: content + right rail ---------- */

.page-shell {
  background: transparent;
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr minmax(0, 360px);
  align-items: stretch;
}

.page-body {
  padding: 0;
  background: #f1f1f1;
}

.page-rail {
  background: #575194;
}

/* ---------- Mobile behavior ---------- */

@media (max-width: 900px) {
  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-rail {
    height: 160px;
  }
}