@import url('https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap');

body{
	background-color: var(--ptf-color-white);
	color: var(--ptf-color-black);
}

.ptf-offcanvas-menu-icon {
	visibility: hidden;
	display: none;
}

@media only screen and (max-width: 575px), @media only screen and (max-width: 991px) {
	.ptf-offcanvas-menu-icon {
		visibility: visible;
		display: flex;
	}
}

.ptf-header--style-1 .ptf-nav, .ptf-header--style-3 .ptf-nav, .ptf-header--style-4 .ptf-nav {
	margin-left: auto;
    margin-right: 0;
  
}

.ptf-footer--style-1 {
    background-image: none;
 }

.ptf-work--style-5 {
	border-bottom: 1px black solid;
}

.jc-introduction {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 600px;
}

.ptf-page--home-trending {
	background-image: none;
}

.headshot {
	height: 480px;
	width:  480px;
}

.light-heading {
	font-weight: 500;
}

.grey-light-large {
	font-weight: 300;
	color: var(--ptf-accent-2);
}

.grey-large-link {
	text-decoration: underline;
	color: var(--ptf-accent-2);
}

.large-link {
	text-decoration: underline;
}

.ptf-timeline__title {
    font-family: var(--ptf-primary-font);
    font-weight: 300;
}

.contact a{
	text-decoration: underline;
}

blockquote {
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 4px 64px;
	font-weight: 400;
}

blockquote:before {
	content: '\201C';
	font-family: 'Lily Script One', cursive;
	font-size: 96px;
	display: block;
	height: 96px;
	color: var(--ptf-accent-1);
}

.portfolio-img img{
	text-align: center;
	display: block;
	margin: 32px auto;
}

.caption {
	padding: 8px 0;
	font-size: 16px;
	color: var(--ptf-accent-2);
	text-align: center;
	margin-bottom: 0;
}

.ptf-navbar,.ptf-navbar.ptf-navbar--solid {
 	background-color: transparent;
 }


.ptf-header--style-3 .ptf-navbar-inner {	
 	-webkit-box-shadow: 0 0 transparent;
 	box-shadow: 0 0 transparent;
}


.ptf-navbar.ptf-navbar--fixed.ptf-navbar--sticky {
	background-color: var(--ptf-color-white);
}


.ptf-header--style-2 .ptf-navbar {
    -webkit-box-shadow: inset 0 10px var(--ptf-accent-1);
    box-shadow: inset 0 10px var(--ptf-accent-1)
}

.ptf-navbar.ptf-navbar--fixed.ptf-navbar--sticky .container-xl .ptf-header--style-3 .ptf-navbar-inner {
	-webkit-box-shadow:inset 0 -2px var(--ptf-color-black);
 	box-shadow:inset 0 -2px var(--ptf-color-black)
}

/*.project-description {
	display: block;
}*/

.ext-link {
	border-bottom: 2px solid;
}

.ptf-post-navigation--style-2 {
 padding:6.25rem 0;
}

.portrait {
	float: right;
}

.ptf-simple-image {
 	text-align: center;
}

.ptf-work--style-4 {
	display: block;
	box-shadow: none;
}

.specialties {
	padding-top: 32px;
}

.jc-introduction {
	text-align: center;
}

.btn {
	background-image: linear-gradient(to right, #f0dda5 0%, #ffacbc 51%, #d2d3ff 100%);
}

.ptf-btn.ptf-btn--primary{
	color:var(--ptf-color-white);
	background-color:var(--ptf-color-black);
	background-image: none;
}

.ptf-btn.ptf-btn--primary:hover{
	color:var(--ptf-color-black);
	background-image: linear-gradient(to right, #f0dda5 0%, #ffacbc 51%, #d2d3ff 100%);
}

.about-links{
	list-style: none;
	line-height: 2;
}

#intro {
	padding-block: min(12vh, 12rem);
}

.nav-item{
	font-size: 1.2rem;
	text-align: center;
}

.logo-name{
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.logo-name .current-menu-item, .current-menu-item .nav-item{
	border-bottom: 2px solid;
	color: var(--ptf-color-black);
}

.logo-name .current-menu-item:hover, .nav-item:hover{
	color: var(--ptf-accent-1);
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}

.project-info {
	list-style: none;
	text-align: right;
}

.squiggly {
	background-image: url("../img/root/squiggle.png");
	width: 328px;
	height: 32px;
}

.values-icon {
	text-align: center;
	width: 64%;
	margin: auto;
	padding: auto;
}

.tag {
	/*background-color: #BFC7FF;*/
	border: solid 1px var(--ptf-accent-2);
	line height: 1;
    padding: 1px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 16px 4px 16px 0;
	border-radius: 16px;
	font-size: 14px;
}

.project-summary{
}

.ptf-divider-light {
    display: block;
    clear: both;
    height: 1px;
    background-color:#CCC;
}

.ptf-footer-copyright {
	color: var(--ptf-accent-2);
}

.ptf-rewards-item {
    display: grid;
    padding: 4.0625rem 0;
    border-top-width: var(--ptf-border-width);
    border-top-style: solid;
    border-top-color: var(--ptf-border-color);
    grid-template-columns: 50% 50%;
}

/* CSS */
.btn-primary{
  background-color: var(--ptf-color-white);
  border: 2px solid var(--ptf-color-black);
  border-radius: 30px;
  box-shadow: var(--ptf-color-black) 4px 4px 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 1em;
}

.btn-primary:hover {
  color: var(--ptf-accent-1);
  border: 2px solid var(--ptf-accent-1);
  moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-primary:active {
  box-shadow: var(--ptf-color-black) 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .btn-primary, .btn-secondary {
    min-width: 120px;
    padding: 0 25px;
  }
}