   .intro-text .h4 {
	 margin-top: .75rem;
}
.intro-text h2{
    font-size:3rem;
}
.intro-text span {
    margin-top:1rem;
}
 .centered-text {
	 font-size: 1.2rem;
}
 #intro img.u-circleOutline {
	 width: clamp(400px, 44vw, 450px);
}
 #intro_component .u-grid2Columns .gap {
	 display:grid;
	 grid-template-columns: 1fr 1fr;
	 gap:2.5rem;
	 gap:2.5rem;
}
#know-a-secret .grey-box {
    background-color: var(--gfColors-slate15);
    padding: 20px 20px 2px 20px;
    border-left: 4px solid var(--gfColors-gold);
}
 #little-known-fact_component {
	 margin-top:4rem;
}
 #didYouKnowOne .container, #didYouKnowTwo .container, #didYouKnowThree .container {
    background-color: var(--gfColors-slate15);
	padding: 20px 20px 2px 20px;
    border-left: 4px solid var(--gfColors-gold);
	position: relative;
}
#didYouKnowOne h3, #didYouKnowTwo h3, #didYouKnowThree h3 {
	 font-size: 2.5rem;
	 color: var(--gfColors-navy);
	 margin-top:1rem;
}
 #whats-after-george-fox .container {
	 margin-bottom: 5rem;
	 margin-top:7rem;
}
 #whats-after-george-fox > .container img {
	 margin-top:-2rem;
}

.photoButtons-accentButton {
    font-size: 2rem;
    font-family: var(--gfVars-headerFont);
    color: #7998ac;
    position: relative;
}

/*----------------/////Responsive Styles/////------------------*/



@media (max-width: 767px) {
  .thirsty {
	 font-size: 2.4rem;
}
 .intro-text h4 {
	 margin-top: 1rem;
}
.intro-text h2{
    font-size:2.5rem;
}
    #intro img.u-circleOutline {
    margin-right: 0rem; 
    margin-bottom: 1rem;
}
    #outline-box-block_component h2 {
    font-size: 2rem;
}
    #why-george-fox-header h2 {
    line-height: normal;
    margin-top: -1rem;
}
    #why-george-fox-header h2 span:nth-child(2) {
    font-size: 1.2rem;
}
    .calloutBox--leftLine .calloutBox-content span {
    font-size: 2.5rem;
}
	
	#whats-after-george-fox > .container img {
    margin-bottom: -3rem;
}

}

@media (max-width:992px){
    #whats-after-george-fox img {
    margin-top: -2rem;
}
}

@media (min-width:992px) {
   #know-a-secret h3 {
    margin-top: -3rem;
}
.photoButtons-accentButton {
    font-size: 3rem;
}
}


