/* global */








/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */
/* Temporary play area */

html {
    scroll-behavior: smooth;
    height: 100%;
    padding: 0 80px;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #ffd39a33;
    background: #ffd39a22;
}

.mobileOnly {
    display: none;
}

h1 {
    color: rgb(61, 39, 61);
}

h2 {
    color:rgb(61, 39, 61);
}
h3 {
    color:rgb(61, 39, 61);
}
h4 {
    color:rgb(61, 39, 61);
}
p {
    color:rgb(61, 39, 61);
}

li {
    color: rgb(61, 39, 61);
}

a {
    color: rgb(61, 39, 61);
    white-space: nowrap;
}

.smallText {
    font-size: 1rem;
    line-height: 1rem;
}

em {
    font-weight: 400;
}

header {
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

header .logo {
    color: white;
    font-size: 3rem;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    font-weight: 800;
    line-height: 4rem;
    text-align: left;
    text-decoration: none;
    margin-bottom: 50px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
}

header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 5.5rem;
    color:  rgb(61, 39, 61);
    padding: 0;
    text-align: center;
    max-width: 80rem;
    margin: 0 auto;
}

.header1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 5rem;
    color:  rgb(61, 39, 61);
    padding: 0;
}



footer {
    margin: 100px auto 0 auto;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    height: 30vh;
    min-height: 300px;
    background: white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    text-align: center;
    /* border-top: 5px dashed rgb(61, 39, 61);
    border-right: 5px dashed rgb(61, 39, 61);
    border-left: 5px dashed rgb(61, 39, 61); */

}

.largeTextFooter {
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'poppins', sans-serif;
    text-align: center;
    font-weight: 600;

}

.smallTextFooter {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'poppins', sans-serif;
    text-align: center;
}

.smallTextFooter a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    line-height: 1.2rem;
    border: 2px solid rgb(61, 39, 61);
    padding: 0 5px;

  
}
.smallTextFooter a:hover {
    text-decoration: none;
    color: rgb(61, 39, 61);
    border-bottom: 2px dashed rgb(61, 39, 61);
}

.headerCTAContainer {
    bottom: 10px;
    position: absolute;
    display: flex;
    flex-direction: row;
    
}

.headerCTAContainer i {
    content: f107;
    font-family: 'FontAwesome';
    font-size: 3rem;
    padding-right: 15px;
    text-align: center;
    max-width: fit-content;
    display: block;
    color: white;
    color: #ffd39a;
    align-self: flex-start;
}

.circleButton i {
    content: f041;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    text-align: center;
    display: block;
    color: white;
    align-self: flex-start;
    color: rgb(61, 39, 61);
    padding-bottom: 10px;
    margin-top: -30px;
    position: relative;
    transform: rotate(15deg);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

}

.headerCTAButton a {
    color: white;
    color: #ffd39a;
    text-decoration: none;
    font-size: 2rem;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}

.scrollButtonContainer {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10px;
    justify-content: center;
    
}

.scrollButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scrollButton i {
    content: f107;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: white;
}



.scrollButton a {
    text-decoration: none;
}

.scrollIcon {
    height: 35px;
    width: 35px;
    background: #ffd39e;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;

}

.scrollIcon:hover {
    opacity: .7;
}

.scrollWords {
    font-family: 'poppins', sans-serif;
    margin-top: 10px;
    color: #ffd39a;

}

.whiteText {
    color: #ffd39a;
    
}

.thinBottomTextBorder {
    border-bottom: 5px dashed #ffd39a;
}

.homeIntroContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    height: 95vh;
    min-height: 600px;
    justify-content: center;
    align-content: center;
    margin: 0;
}

.homeLogosContainer {
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 95vh;
    min-height: 600px;
    justify-content: center;
    /* align-content: center; */
    margin: 0 auto;
   
}

.headingLogosBlock {
    display: flex;
    justify-content: center;
    margin: 0 auto 0px auto;
    flex-direction: column;
}

.headingLogosBlock p {
        font-size: 3rem;
        line-height: 4rem;
        font-family: 'poppins', sans-serif;
        font-weight: 200;
        box-sizing: border-box;
        text-align: center;
    }




.textIntroContainer {
    width: 50%;
    /* padding: 40px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.textIntroBlock {
    display: flex;
    flex-direction: column; 
    padding-right: 40px;
  
}

.textIntroBlock p {
    font-size: 2.5rem;
    max-width: 100%;
    line-height: 3.2rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-bottom: 24px;
    box-sizing: border-box;
    
    
}

.textIntroBlock a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 3px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
}

.textIntroBlock a:hover {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: block;
    border-bottom: 3px dashed white;
    display: block;
    max-width: fit-content;
    background: #ffe3c0;
   
  
    
}


.imageIntroContainer {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: center;   
}



.circleButton {
    height: 70px;
    width: 70px;
    background: white;
    background: #ffe3c0;
    background: #ffedc3;
    margin: 0px auto;
    text-align: center;
    margin-left: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    z-index: 999999;
    font-size: 2rem;
    border-radius: 2px;
    padding: 25px;
    position: absolute;
    box-shadow: 0 8px 6px -6px #18315085;
    /* transform: rotate(10deg); */
    border: 5px solid rgba(61, 39, 61, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;

}



.circleButton:hover {
    background: white;
    cursor: pointer;
    transform: rotate(4deg);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);



}



.circleButton:hover span{
    display: none;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    cursor: pointer;
}

.circleButton:hover:before {
    content: "A what?";
    cursor: pointer;
    font-size: 1.2rem;

}


.imageBackground {
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.imageBackground a {
    text-decoration: none;
    color: rgb(61, 39, 61);
}

.backgroundTextFullWidth {
    width: 100%;
    min-height: calc(95vh - 50px);
    margin-top: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-left: 5px solid rgb(61, 39, 61);
    border-right: 5px solid rgb(61, 39, 61);
    border-bottom: 5px solid rgb(61, 39, 61);
    border: 5px solid rgb(61, 39, 61);
    border-radius: 30px;
    /* background: white; */
    /* margin-top: 100px; */

   
}

.backgroundTextFullWidth h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    padding-bottom: 40px;
    font-family: 'poppins', sans-serif;

}

.backgroundTextFullWidth h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    margin-bottom: 30px;
    width: fit-content;
    padding: 10px 20px;
    position: absolute;
    text-align: center;

}

.backgroundTextFullWidth p {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.5rem;
}


.headingLeft {
    width: 40%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 30px;

}

.headingRight {
width: 60%;
padding: 40px;
box-sizing: border-box;
}

.mathsBackground {
    background-image: url(https://media.istockphoto.com/vectors/illustration-about-mathematics-vector-id1141668764);
    width: 50%;
    height: auto;
    margin: 100px auto 0 auto;
    border-radius: 30px;
    /* opacity: .5; */
    border: 5px solid rgb(61, 39, 61);

}

.mathsBackground img {
    width: 50%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

p i {
    content: f303;
    font-family: 'FontAwesome';
    padding: 0 10px;
    box-sizing: border-box;
}

.small i {
    font-size: 1.5rem !important;
}

.smallHead img {
    width: 30px !important; 
    height: auto;
    margin-left: -55px;
    margin-bottom: 10px;
}

.head-image {
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 5px solid rgb(61, 39, 61);
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  background: white;
  position: relative;
}

.head-image img {
    /* background: white; */
    border-radius: 5px;
}


.fullWidthHeightContainer {
    width: 100%;
    margin: 0 auto;
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    box-sizing: border-box;
}

.headingFullWidth {
    background: white;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom: 5px dashed rgb(61, 39, 61);
    width: 100%;
}

.headingFullWidth h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
    width: 100%;
}
.headingFullWidth h3 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 4rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
}



.blockContainer {
    width: 100%;
    display: flex;
}

.blockHalf1 {
   
    width: 50%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    min-height: 400px;
    border-right: 5px dashed rgb(61, 39, 61);
    background: #ffedd6;
    border-bottom-left-radius: 50px;
}

.blockHalf1 h4 {
    font-size: 4rem;
    font-family: 'poppins', sans-serif;
    line-height: 5rem;
    font-weight: 600;
}

.blockHalf1 p {
    display: none;
}

.blockHalf1 i {
    font-family: 'FontAwesome';
    content: f57a;
    font-size: 3rem;
}


.blockHalf1:hover {
    cursor: pointer;
    background: #ffd39a;
    background: white;
    border-bottom-left-radius: 50px;
}

.blockHalf1:hover p {
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-top: 20px;

}



.blockHalf2 {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    min-height: 400px;
    background: #ffedd6;
    border-bottom-right-radius: 50px;

}


.blockHalf2:hover {
    cursor: pointer;
    background: white;
    
}

.blockHalf2:hover p {
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-top: 20px;
}


.blockHalf2 p {
    display: none;
}

.blockHalf2 h4 {
    font-size: 4rem;
    font-family: 'poppins', sans-serif;
    line-height: 5rem;
    font-weight: 600;
}


/* 
.blockContainer {
    width: 100%;
    display: flex;
}

.blockHalf1 {
   
    width: 50%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    min-height: 400px;
    border-right: 5px dashed rgb(61, 39, 61);
    background: #ffedd6;
    border-bottom-left-radius: 50px;
  
}

.blockHalf1:hover span{
    cursor: pointer;
    background: #ffd39a;
    display: none;
}
.blockHalf1:hover {
    cursor: pointer;
    background: #ffd39a;
    background: white;
    border-bottom-left-radius: 50px;

    
}

.blockHalf1:hover:before {
    content: "Unavailable until April 2023";
    font-size: 2.5rem;
    line-height: 3rem;
    font-size: 700;
    font-family: 'poppins',sans-serif;
    color: rgb(61, 39, 61);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 300;
}

.blockHalf2 {
    width: 50%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    min-height: 400px;
    background: #ffedd6;
    border-bottom-right-radius: 50px;
    font-family: 'heebo',sans-serif;
    font-weight: 600;

 
}

.blockHalf2:hover span{
    cursor: pointer;
    background: #ffd39a;
    display: none;
}
.blockHalf2:hover {
    cursor: pointer;
    background: white;
    
}

.blockHalf2:hover:before {
    content: "Limited availability: Contact me to find out how I can help";
    font-size: 2.5rem;
    line-height: 3rem;
    font-size: 700;
    font-family: 'poppins',sans-serif;
    color: rgb(61, 39, 61);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 300;
}

.blockHalf1 p {
    padding: 20px;
    font-size: 4rem;
    line-height: 5rem;
    box-sizing: border-box;
    font-family: 'heebo', sans-serif;
    font-weight: 600;
}

.blockHalf2 p {
    align-self: center;
    padding: 20px;
    font-size: 4rem;
    line-height: 5rem;
    box-sizing: border-box;
} */

.quoteContainer {
    background: white;
    margin: 0 auto;
    min-height: 50vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50px;
    padding: 30px;
    box-sizing: border-box;
    border: 5px solid rgb(61, 39, 61);

}


.quoteContainer p {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    max-width: 800px;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
}

.quoteContainer i {
    content: f599;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    padding-left: 15px;
    /* margin-top: -7px; */
    text-align: center;
}

.italics {
    font-style: italic;
}

.bold {
    font-size: 2rem;
    font-weight: 700;
}

.boldOnly {
    font-weight: 600;
}

.semiBold {
    font-weight: 400;
}

.semiBoldPoppins {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}


.number {
    font-size: 1rem;
    font-weight: 400;
    padding-right: 10px;
}

.padding5 {
    padding: 5px;
    box-sizing: border-box;
}

.padding10 {
    padding: 10px;
    box-sizing: border-box;
}
.padding20 {
    padding: 20px;
    box-sizing: border-box;
}

.font15 {
    font-size: 1.5rem;
}

.CaseStudiesContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    background: #ffedd6;
    border-top: 5px solid rgb(61, 39, 61);
    border-left: 5px solid rgb(61, 39, 61);
    border-right: 5px solid rgb(61, 39, 61);
    box-sizing: border-box;
}

.caseStudiesColumn {
    max-width: 600px;
    margin: 50px auto 0 auto; 
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: white;
    border-top: 5px solid rgb(61, 39, 61);
    border-left: 5px solid rgb(61, 39, 61);
    border-right: 5px solid rgb(61, 39, 61);
    box-sizing: border-box;

}

.caseStudiesBlock {
    border-bottom: 5px dashed rgba(61, 39, 61, 0.674);
    padding: 30px;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 300px;
    box-sizing: border-box;
}

.caseStudiesBlock:hover {
    border-bottom: 5px solid rgba(61, 39, 61, 0);
    padding: 30px;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    background: #ffd39e;
    background: #ffe3c0;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.caseStudiesBlock a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 30px;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 3px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
}

.caseStudiesBlock a:hover {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: block;
    border-bottom: 5px dashed white;
    padding-bottom: 3px;
    display: block;
    max-width: fit-content;
   
  
    
}

.caseStudiesHeading {
    font-size: 2rem;
    line-height: 2.5rem;
    color: white;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    padding: 18px 0;
    font-weight: 700;
}

.invertedComma {
    font-size: 2rem;
    font-family: 'Secular One', sans-serif;
    /* position: absolute; */
    display: block;
    text-align: left;
}

.linkedInBlueCTA {
    color: white;
    z-index: 999999999;
    background: #0077B5;
    border-radius: 3px;
    padding: 0px 10px;
    font-weight: 400;
}

.font1rem {
    font-size: 1rem;
    line-height: 1.5rem;
}

.highlightBeige {
    background-color: #ffedd6;
    padding: 5 10px;    
}




.highlightDarkBeige {
    background-color: #ffd39a;
    padding: 0 10px;
}

.logoNav {
    /* background: #ffd39a; */
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.logoU {
    border-bottom: 3px solid rgb(255, 255, 255);    
    text-decoration: none;
}

.caseStudiesBody {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: white;
    color: rgb(61, 39, 61);
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

.arrow i {
    content: f178;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    padding-left: 15px;
    /* margin-top: -7px; */
    text-align: center;

}

li.face:before {
    content: '\f178';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: rgb(61, 39, 61);
    font-size: 1rem;    
    
  }


li.tick:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: rgb(61, 39, 61);
  /* font-weight: 700; */
  
}
.strike {
    text-decoration: line-through;

}


.clientLogosContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    /* background: white; */
    /* border: 5px solid rgb(61, 39, 61); */
 
}

.logosColumn {
    width: 100%;
    display: flex;
 
    box-sizing: border-box;
  
}

.logosGrouped {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.logosGrouped img {
    height: 80px;
    width: auto;
    filter: grayscale(100%);
    padding: 20px;
}

.logosRow img:hover {
    filter: grayscale(0%);
}



.fullScreenHeadingContainer {
    height: 100vh;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullScreenHeadingContainer h2 {
    color: white;
    color: #ffd39a;
    font-size: 9rem;
    line-height: 11rem;
    text-align: center;
    text-shadow:  rgba(255,255,255,0.5) 0px 3px 3px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}


.folioIntro {
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    background: #ffedd6;

}

.folioIntroContainer {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}

.folioIntroDetailsContainer {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    /* background: blue; */
    /* border-right: 5px dashed rgb(61, 39, 61); */
    /* background: #ffedd6; */

}

.folioIntroDetailsRow {
    width: 95%;
    min-height: 100px;
    display: flex;
    align-items: space-around;
    align-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
}

.folioIntroDetailsBox {
    min-width: 24%;
    max-width: 24%;
    min-height: 100px;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    margin: .5% auto;
    border-radius: 10px;

}

.folioIntroDetailsBox h4 {
    font-family: 'poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 0;
    /* border-bottom: 3px dashed rgb(61, 39, 61); */
    width: fit-content;

    
}
.folioIntroDetailsBox p {
    font-family: 'poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 20px;
}
.folioIntroDetailsBox li {
    font-family: 'poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    padding-bottom: 10px;
}
.folioIntroDetailsBox ul {
    padding-top: 20px;
}

.folioIntroDetailsBox .arrow i {
    content: f178;
    font-family: 'FontAwesome';
    font-size: .7rem;
    padding: 0 10px;
    /* margin-top: -7px; */
    text-align: center;

}



.folioIntroTestimonialsContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
}

.testimonialBlock {
    width: 250px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
    background: #ffe3c0;
    background: white;
    min-width: 100px;
    min-height: 100px;
    border-radius: 15px;
    align-items: stretch;
    border: 5px solid rgb(61, 39, 61);
    margin: 20px 5px -40px 5px;;
}

.testimonialBlock p {
    color: rgb(61, 39, 61);
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0px;
    border-radius: 5px;
    font-weight: 300;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'poppins', sans-serif;
    word-wrap: break-word;

   
  }
  
  .testimonialBlock img {
    width: 100px;
    height: 100px;
    align-self: center;
    margin-top: 0px;
    background: #ffe1ba;
    /* background: white; */
    border-radius: 50%;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  /* margin-top: 20px; */
  margin-bottom: 10px;
  z-index: 9999;
   
    
}

.testimonialName p {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2rem;
    padding: 10px 0 0 20px;
    text-align: center;
    color: rgb(61, 39, 61);
    font-family: 'poppins', sans-serif;
    font-weight: 600;
}

.middleImages3Col {
    margin: 0 auto;
    width: 920px;
    /* background: black; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: space-around;
    margin-top: 100px;
  
}
.middleImages3Col img {
    width: 300px;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}
.middleImages2Col {
    margin: 0 auto;
    width: 620px;
    /* background: black; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: space-around;
    margin-top: 100px;
  
}
.middleImages2Col img {
    width: 300px;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}

.imagesLabel {
    text-align: center;
    margin-top: 5px;
    
}

.imagesLabel p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto;
    background: white;
    padding: 5px 25px;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: fit-content;
    font-family: 'poppins', sans-serif;
}

.folioBlockContainer {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    background: #ffedd6;
    border-radius: 50px;
    border: 5px solid rgb(61, 39, 61);
    box-sizing: border-box;
}

.folioTextColumn {
    margin: 50px auto -25px auto;
    max-width: 600px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 5px solid rgb(61, 39, 61);
    border-left: 5px solid rgb(61, 39, 61);
    border-top: 5px solid rgb(61, 39, 61);
    border-bottom: 5px dashed rgb(61, 39, 61);
    padding: 40px;
    box-sizing: border-box;
    background: white;
    box-shadow:
    
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;    
    
    
}

.folioTextColumn p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-bottom: 24px;
    color: rgb(61, 39, 61);
    font-family: 'poppins', sans-serif;
    font-weight: 300; 
}

.folioTextColumn ul {
    margin: 0;
    padding-left: 40px;


}

.folioTextColumn li {
    margin: 0;
    padding: 0 0 24px 0;
    color: rgb(61, 39, 61);
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
    

}

.myHalfHead img {
    width: 200px;
    height: auto;
}

.middleImageFull {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 100px;
}

.middleImageFull img {
    width: 1024px;
    height: auto;
    border-radius: 50px;
    object-fit: contain;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.folioNextPreviousContainer {
    display: flex;
    margin: 100px auto;
    width: 830px;
    justify-content: center;
    
}

.previousButton {
    height: 150px;
    min-width: 350px;
    max-width: 350px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: white;
    display: flex;
    margin: 0 auto;
    padding: 30px;
}

.folioNextPreviousContainer i {
    content: f053;
    font-family: 'FontAwesome';
    font-size: 6.2rem;
    padding: 5px;
    box-sizing: border-box;
    align-self: center;
    color: rgb(61, 39, 61);
}



.previousButton:hover {
    cursor: pointer;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.previousButtonText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.previousButtonText h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 10px;
    color: rgb(61, 39, 61);
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 700;

}

.previousButtonText p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(61, 39, 61);
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 300;

}

.nextButton {
    height: 150px;
   min-width: 350px;
   max-width: 350px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /* border-radius: 100%; */
    background: white;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    /* border: 5px dashed rgba(61, 39, 61, 0); */

}

.nextButton:hover {
    cursor: pointer;
    /* border: 5px dashed rgba(61, 39, 61, 0); */
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.nextButtonText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    /* background: grey; */
    width: 100%;
  
    
}

.nextButtonText h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 5px;
    color: rgb(61, 39, 61);
    text-align: left;
    font-family: 'poppins', sans-serif;
    font-weight: 700;

}

.nextButtonText p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(61, 39, 61);
    text-align: left;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

.fullWidthButton {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.fullWidthButton a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    display: block;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 3px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 2rem;



}

.storyContainer {
    width: 100%;
    margin: 0 auto;
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    box-sizing: border-box;
}



.storyContainer p {
    padding: 10px 0;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.storyContainer i {
    font-size: 4rem;
    padding-top: 15px;
    
}

.fullWidthButton a:hover {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: block;
    border-bottom: 3px dashed white;
    display: block;
    max-width: fit-content;
    background: #ffe3c0;
}

.storyTextContainer {
    padding: 50px;
    width: 100%;
    box-sizing: border-box;
    background: #ffedd6;
    background: white;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
}

.storyTextContainer h2 {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
}

p .timeline-font {
    margin: 0px auto 40px auto;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 500px;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: 'Poppins', sans-serif;    
    color: rgb(61, 39, 61);
}

.aside {
    font-size: 1rem;
    right: 120px;
    position: absolute;
    width: fit-content;
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    
}

.asideFolioText {
    font-size: .8rem;
    line-height: 1.2rem;
    bottom: 10px;
    position: absolute;
    width: fit-content;
    font-weight: 200;
    font-family: 'poppins', sans-serif;
    
    
}


.primaryNav {
    box-sizing: border-box;
    width:  calc(100vw - 160px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 35px;
    position: fixed;
    z-index: 99999999;
    background: #ffe1ba;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    max-height: 85vh;
    top: 15vh;

}

.nav-links a {
    color: rgb(61, 39, 61);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 10px;
}

.nav-links a:hover {
    background: #ffedc3;
    background: #ffedd6;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 5px dashed white;
}

.burger {
    display: none;
    /* background: #ffe1ba; */
    padding: 5px;
    border-radius: 25px;
}

.burger div {
    width: 25px;
    height: 3px;
    background: rgb(61, 39, 61);
    margin: 5px;
    border-radius: 50px;
    transition: all ease 0.5s;
    

    
}

.fullWidthContainer {
    width: 100%;
    min-height: calc(95vh - 50px);
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    margin-top: 20px;
    padding: 50px;
    box-sizing: border-box;
    background: white;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.fullWidthText h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.fullWidthText h2 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;

}
.fullWidthText h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;

}

.fullWidthText p {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-bottom: 40px;
}

.fullWidthText a {
    text-decoration-style: dashed;
    text-decoration-thickness: 3px;
  

}
.fullWidthText a:hover {
    background:#ffe3c0;
    color: rgb(61, 39, 61);
}


.fullWidthText i {
    content: f0dd;
    font-family: 'FontAwesome';
    font-size: 2rem;
}

.navPadding {
    padding-top: 5vh;
}

.disclaimerContainer {
    width: 600px;
    background: #ffedd6;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
  
}

.disclaimerContainer h2 {
    font-size: 1.5rem;
    font-family: 'poppins',sans-serif;
    font-weight: 600;
}
.disclaimerContainer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'poppins',sans-serif;
    font-weight: 200;
    padding-top: 15px;
}

/* HEADERCTA */
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* UXwriter */

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}





/* MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK
MAINHEADERBREAK */

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

html {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.primaryNav {
    box-sizing: border-box;
    width:  calc(100vw - 40px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    /* box-shadow: 0 8px 6px -6px #18315085; */
    z-index: 999999;
    background: #ffe1ba;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;

}

header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 5rem;
    color:  rgb(61, 39, 61);
    padding: 0;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.header1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    color:  rgb(61, 39, 61);
    padding: 0;
}

.homeIntroContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    height: 95vh;
    justify-content: center;
    align-content: center;
    margin: 100px auto;
}

.textIntroContainer {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.textIntroBlock {
    display: flex;
    flex-direction: column; 
    padding: 0px;
    box-sizing: border-box;
  
}

.textIntroBlock p {
    font-size: 2.5rem;
    max-width: 100%;
    line-height: 3.2rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    box-sizing: border-box;
    text-align: left;
}

.textIntroBlock a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    display: block;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 3px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: left;
}

.imageIntroContainer {
    width: 100%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: center;
    border-radius: 50px;
   
}


.circleButton {
    height: 40px;
    width: 40px;
    background: #ffedc3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    z-index: 999999;
    font-size: 2rem;
    border-radius: 2px;
    padding: 25px;
    position: absolute;
    box-shadow: 0 8px 6px -6px #18315085;
    transform: rotate(5deg);
    border: 5px solid rgba(61, 39, 61, 0);

}

.circleButton h2 {
    font-size: 1.5rem;
    font-family: 'poppins', sans-serif;
}

.circleButton:hover {
    background: white;
    cursor: pointer;
    transform: rotate(4deg);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.circleButton:hover span{
    display: none;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    cursor: pointer;
}

.circleButton:hover:before {
    content: "A what?";
    cursor: pointer;
}




.imageBackground a {
    text-decoration: none;
    color: rgb(61, 39, 61);
}

.head-image {
    text-align: center;
    background: white;
    border-radius: 50px;
    /* border: 5px solid rgb(61, 39, 61); */
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  margin-top: 40px;

}

.head-image img {
    width: 400px;
    height: auto;
}

.fullScreenHeadingContainer h2 {
    color: white;
    color: #ffd39a;
    font-size: 7rem;
    line-height: 7rem;
    text-align: center;
    text-shadow:  rgba(255,255,255,0.5) 0px 3px 3px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.folioIntroDetailsBox {
    min-width: 48%;
    max-width: 48%;
    min-height: 100px;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    margin: .5% auto;
    border-radius: 10px;

}


.middleImages3Col {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: space-around;
    flex-wrap: wrap;
    margin-top: 100px;
  
}
.middleImages3Col img {
    width: 400px;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    padding-top: 5px;
    box-sizing: border-box;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}


.middleImageFull {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 100px;
}

.middleImageFull img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    object-fit: contain;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.folioNextPreviousContainer {
    display: flex;
    margin: 100px auto;
    max-width: 90%;
    justify-content: center;
    align-items: stretch;
    
}



.previousButton {
    min-height: 100px;
    width: 40%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: white;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    box-sizing: border-box;

}

.folioNextPreviousContainer i {
    content: f053;
    font-family: 'FontAwesome';
    font-size: 2.2rem;
    padding: 5px;
    box-sizing: border-box;
    align-self: center;
    color: rgb(61, 39, 61);
}




.previousButton:hover {
    cursor: pointer;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.previousButtonText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.previousButtonText h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
    color: rgb(61, 39, 61);
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 700;

}

.previousButtonText p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(61, 39, 61);
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 300;

}

.nextButton {
    min-height: 100px;
    width: 40%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: white;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    box-sizing: border-box;


}

.nextButton:hover {
    cursor: pointer;
    /* border: 5px dashed rgba(61, 39, 61, 0); */
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}

.nextButtonText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
  
    
}

.nextButtonText h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
    color: rgb(61, 39, 61);
    text-align: left;
    font-family: 'poppins', sans-serif;
    font-weight: 700;

}

.nextButtonText p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(61, 39, 61);
    text-align: left;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}


.blockHalf1 h4 {
    font-size: 2.5rem;
    font-family: 'poppins', sans-serif;
    line-height: 3.5rem;
    font-weight: 600;
}

.blockHalf2 h4 {
    font-size: 2.5rem;
    font-family: 'poppins', sans-serif;
    line-height: 3.5rem;
    font-weight: 600;
}

.blockHalf1:hover p {
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding-top: 20px;
}

.blockHalf2:hover p {
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding-top: 20px;
}

















    }


/* TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET */
/* TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET */
/* TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET */
/* TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET
TABLET */




















@media screen and (max-width: 768px) {
 
html {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.logo {
    background: #ffe1ba62;
    height: fit-content;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 20px;
}

/* .logoU {
    border-bottom: 3px solid rgb(61, 39, 61); 
    text-decoration: none;
} */




.primaryNav {
    position: -webkit-sticky; /* Safari */
  position: fixed;
  width: calc(100vw - 40px);
  top: 0;
  justify-content: space-between;
  padding: 10px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  background: white;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);

}

.nav-links {
    position: absolute;
    right: -20px;
    height: 100vh;
    top: 50px;
    background-color: #ffe1ba;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% + 20px);
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 9999;
    padding: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.nav-links li {
    padding: 20px;
    font-weight: 700;
}

.nav-links a {
    font-size: 2rem;

}

.nav-links a:hover {
    background: #ffedd6;
    padding: 10px;
    border-bottom: 3px dashed white;
}

.burger {
    display: block;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    align-items: center;
   
}

.burger div {
    margin: 5px auto;
}
.burger h4 {
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    color: #183150;
    font-size: .8rem;

}

.nav-active {
    transform: translateX(0%);
}

.logo-container { 

    min-width: 90px;
  
}



.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}


header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    color:  rgb(61, 39, 61);
    padding: 0;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.header1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.5rem;
    color:  rgb(61, 39, 61);
    padding: 0;
}

header .logo {
    color: white;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    margin-bottom: 50px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
}



.headerCTAButton a {
    color: #ffd39a;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}


.headerCTAContainer i {
    content: f107;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    padding-right: 15px;
    text-align: center;
    max-width: fit-content;
    display: block;
    color: white;
    color: #ffd39a;
    align-self: flex-start;
}


.headerCTAContainer {
    bottom: 20px;
    position: absolute;
    display: flex;
    flex-direction: row;
    
}

.fullWidthHeightContainer {
    width: calc(100% - 20px);
    margin: 0 auto 0 auto;
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
}

.headingFullWidth {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom: 5px dashed rgb(61, 39, 61);
}

.headingFullWidth h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
    width: 100%;
}
.headingFullWidth h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
}

.blockContainer {
    width: 100%;
    display: flex;
    height: (95vh - 155px);    
}

.blockHalf1 {
   
    width: 50%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    /* background: white; */
    border-right: 5px dashed rgb(61, 39, 61);
    background: #ffedd6;
    border-bottom-left-radius: 50px;
  
}



.blockHalf2 {
    width: 50%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(95vh - 155px);
    background: #ffedd6;
    border-bottom-right-radius: 50px;
    font-family: 'heebo',sans-serif;
    font-weight: 600;

 
}



.blockHalf1 p {
    padding: 20px;
    font-size: 2.5rem;
    line-height: 3.5rem;
    box-sizing: border-box;
    font-family: 'heebo', sans-serif;
    font-weight: 600;
}

.blockHalf2 p {
    align-self: center;
    padding: 20px;
    font-size: 2.5rem;
    line-height: 3.5rem;
    box-sizing: border-box;
}

.logosGrouped img {
    height: 45px;
    width: auto;
    filter: grayscale(100%);
    padding: 20px;
}


.quoteContainer {
    background: white;
    margin: 0 auto;
    min-height: 80vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50px;
    padding: 30px;
    box-sizing: border-box;
    border: 5px solid rgb(61, 39, 61);
    width: calc(100% - 20px);
    text-align: left;

}


.quoteContainer p {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    max-width: 800px;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
}

.quoteContainer i {
    content: f599;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    padding-left: 15px;
    /* margin-top: -7px; */
    text-align: center;
}



.CaseStudiesContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin: 100px auto 0 auto;
    justify-content: center;
    align-items: center;
    background: #ffedd6;
    border-top: 5px solid rgb(61, 39, 61);
    border-left: 5px solid rgb(61, 39, 61);
    border-right: 5px solid rgb(61, 39, 61);
    box-sizing: border-box;
}


.caseStudiesColumn {
    min-width: 100%;
    margin: 50px auto 0 auto; 
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: white;
    border-top: 5px solid rgb(61, 39, 61);
    border-left: 0px solid rgba(61, 39, 61, 0);
    border-right: 0px solid rgba(61, 39, 61, 0);
    box-sizing: border-box;

}

.caseStudiesBlock {
    border-bottom: 5px dashed rgba(61, 39, 61, 0.674);
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    margin: 0 auto;
   
}

.caseStudiesBlock:hover {
    border-bottom: 5px solid rgba(61, 39, 61, 0);
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    background: #ffd39e;
    background: #ffe3c0;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.caseStudiesBlock a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 30px;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 3px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
}
.caseStudiesHeading {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: white;
    font-family: 'Poppins', sans-serif;
    color: rgb(61, 39, 61);
    padding: 15px 0;
    font-weight: 700;
}


.caseStudiesBody {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: white;
    color: rgb(61, 39, 61);
    font-family: 'poppins', sans-serif;
    font-weight: 200;
}

.largeTextFooter {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: 'poppins', sans-serif;
    text-align: center;
    font-weight: 600;

}

.smallTextFooter {
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: 'poppins', sans-serif;
    text-align: center;
}

.smallTextFooter a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    padding: 1px 3px;
    border: 2px solid rgb(61, 39, 61);
    line-height: 1.2rem;
}
.smallTextFooter a:hover {
    text-decoration: none;
    color: rgb(61, 39, 61);
    border-bottom: 2px dashed rgb(61, 39, 61);
}


.storyContainer {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    
}



.storyContainer p {
    padding: 10px 0;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.storyContainer i {
    font-size: 3rem;
    padding-top: 15px;
}

.storyTextContainer {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #ffedd6;
    background: white;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
}

.storyTextContainer h2 {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
}

p .timeline-font {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 500px;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: 'Poppins', sans-serif;    
    color: rgb(61, 39, 61);
}

.aside {
    font-size: 1rem;
    line-height: 4rem;
    right: 0px;
    padding-top: 40px;
    position:inherit;
    width: fit-content;
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    
}

.fullWidthContainer {
    width: calc(100% - 20px);
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    background: white;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
}


.fullWidthText h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.fullWidthText h2 {
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;

}

.fullWidthText p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-bottom: 40px;
}

.fullWidthText i {
    content: f0dd;
    font-family: 'FontAwesome';
    font-size: 1rem;
}

.disclaimerContainer {
    width: 100%;
    background: #ffedd6;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  
}

.disclaimerContainer h2 {
    font-size: 1.2rem;
    font-family: 'poppins',sans-serif;
    font-weight: 600;
}
.disclaimerContainer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'poppins',sans-serif;
    font-weight: 200;
    padding-top: 15px;
}

.fullScreenHeadingContainer h2 {
    color: white;
    color: #ffd39a;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    text-shadow:  rgba(255,255,255,0.5) 0px 3px 3px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.folioIntroTestimonialsContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
}

.testimonialBlock {
    width: 80%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
    background: #ffe3c0;
    background: white;
    min-height: 100px;
    border-radius: 15px;
    align-items: stretch;
    border: 5px solid rgb(61, 39, 61);
    margin: 10px 0;
}


.imagesLabel p {
    font-size: .8rem;
    line-height: 1.2rem;
    margin: 0 auto;
    background: white;
    padding: 3px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 2px;
    max-width: fit-content;
    font-family: 'poppins', sans-serif;
}

.middleImages2Col {
    margin: 50px auto 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around;
  
}
.middleImages2Col img {
    width: 400px;
    height: 100%;
    border-radius: 50px;
    margin: 5px auto 0 auto;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}




.folioBlockContainer {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 100px;
    background: #ffedd6;
    border-radius: 50px;
    border: 5px solid rgb(61, 39, 61);
    box-sizing: border-box;
}

.folioTextColumn {
    margin: 50px auto -25px auto;
    width: 95%;
    box-sizing: border-box;
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 0px solid rgb(61, 39, 61);
    border-left: 0px solid rgb(61, 39, 61);
    border-top: 0px solid rgb(61, 39, 61);
    border-bottom: 5px dashed rgb(61, 39, 61);
    padding: 20px;
    box-sizing: border-box;
    background: white;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;    
    
}

.folioTextColumn p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 24px;
    color: rgb(61, 39, 61);
    font-family: 'poppins', sans-serif;
    font-weight: 200; 
}

.folioTextColumn ul {
    margin: 0;
    padding-left: 20px;


}

.folioTextColumn li {
    margin: 0;
    padding: 0 0 16px 0;
    color: rgb(61, 39, 61);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 100;
    font-family: 'poppins', sans-serif;
    

}



.folioNextPreviousContainer {
    display: flex;
    margin: 100px auto;
    min-width: 100%;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    
}

.previousButton {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 25px;
    background: white;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    box-sizing: border-box;

}

.nextButton {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 25px;
    background: white;
    margin: 20px auto 0 auto;
    display: flex;
    padding: 20px;
    box-sizing: border-box;


}






































}


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

    header h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3rem;
        color:  rgb(61, 39, 61);
        padding: 0;
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
    }

.folioIntroDetailsRow {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: space-around;
    align-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
}

.folioIntroTestimonialsContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0 auto;
}

.testimonialBlock {
    width: 80%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
    background: #ffe3c0;
    background: white;
    min-width: 100px;
    min-height: 100px;
    border-radius: 15px;
    align-items: stretch;
    border: 5px solid rgb(61, 39, 61);
    margin: 10px 0;
}



.fullWidthButton {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.fullWidthButton a {
    text-decoration: none;
    color: rgb(61, 39, 61);
    font-family: 'Poppins', sans-serif;
    display: block;
    border-bottom: 5px dashed rgba(255, 255, 255, 0);
    padding-bottom: 3px;
    border: 2px solid rgb(61, 39, 61);
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.5rem;
}

.fullWidthButton a:hover {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: block;
    border-bottom: 2px dashed white;
    display: block;
    max-width: fit-content;
    background: #ffe3c0;
}



.header1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color:  rgb(61, 39, 61);
    padding: 0;
}


.blockContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: (95vh - 155px);    
}

.blockHalf1 {
    width: 100%;
    box-shadow: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: 40vh;
    border-right: none;
    background: #ffedd6;
    border-bottom-left-radius: 0;
}

.blockHalf1:hover {
    border-bottom-left-radius: 0px;
}

.blockHalf2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: 40vh;
    background: #ffedd6;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top: 5px dashed rgb(61, 39, 61);

 
}

.blockHalf1 h4 {
    font-size: 1.8rem;
    line-height: 3rem;
}

.blockHalf2 h4 {
    font-size: 1.8rem;
    line-height: 3rem;
}













}


/* 
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE */

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


html {
    padding: 0 10px;
    box-sizing: border-box;
}

.mobileOnly {
    display:block;
}

.font15 {
    font-size: 1.2rem;    
}

.primaryNav {
    position: -webkit-sticky; /* Safari */
  position: fixed;
  width: calc(100vw - 20px);
  top: 0;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  margin: 0 auto;
  background: white;

}

    .textIntroBlock p {
        font-size: 1.5rem;
        max-width: 100%;
        line-height: 2.2rem;
        font-family: 'poppins', sans-serif;
        font-weight: 200;
        padding-bottom: 24px;
        box-sizing: border-box;
        text-align: left;
    }
    
    .textIntroBlock a {
        display: flex;
        align-self: flex-start;
        color: rgb(61, 39, 61);
        font-family: 'Poppins', sans-serif;
        display: block;
        border-bottom: 5px dashed rgba(255, 255, 255, 0);
        padding-bottom: 3px;
        border: 3px solid rgb(61, 39, 61);
        max-width: fit-content;
        padding: 5px 10px;
        border-radius: 3px;
        text-align: left;
        margin: 0 0;
    }

    .head-image {
        text-align: center;
        background: white;
        border-radius: 50px;
        border: 5px solid rgb(61, 39, 61);
        box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075)
      ;
        width: calc(100vw - 50px);
        margin-top: 30px;
    }

    .head-image img {
        width: 300px;
        height: auto;
    }
    
    .circleButton:hover:before {
        content: "A what?";
        cursor: pointer;
        font-size: 1.2rem;
    
    }
    
    .homeIntroContainer {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        min-height: 95vh;
        justify-content: center;
        align-content: center;
        margin: 0;
        overflow-y: scroll;
    }

   

    .headingLogosBlock {
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 20px auto;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .headingLogosBlock p {
            font-size: 1.8rem;
            line-height: 2.5rem;
            font-family: 'poppins', sans-serif;
            font-weight: 200;
            box-sizing: border-box;
            text-align: center;
        }


        .quoteContainer {
            background: white;
            margin: 0 auto;
            min-height: 80vh;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-radius: 50px;
            padding: 20px;
            box-sizing: border-box;
            border: 5px solid rgb(61, 39, 61);
            width: calc(100% - 20px);
            text-align: left;
        
        }
.quoteContainer p {
    text-align: left;
}


.quoteContainer img {
    width: 300px;
    height: auto;
}

.headingFullWidth {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom: 5px dashed rgb(61, 39, 61);
    width: 100%;
}


.headingFullWidth h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
    width: 100%;
}
.headingFullWidth h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: 'poppins', sans-serif; 
    font-weight: 600;
}

.storyContainer p {
    padding: 10px 0;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.storyContainer i {
    font-size: 2.5rem;
    padding-top: 15px;
}


p .timeline-font {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 500px;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: 'Poppins', sans-serif;    
    color: rgb(61, 39, 61);
}




.fullWidthText h2 {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;

}
.fullWidthText h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;

}


.fullWidthText a {
    text-decoration-style: dashed;
    text-decoration-thickness: 3px;
}
.fullWidthText a:hover {
    background:#ffe3c0;
    color: rgb(61, 39, 61);
}

.fullWidthText p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    padding-bottom: 40px;
}


.fullWidthText i {
    content: f0dd;
    font-family: 'FontAwesome';
    font-size: 1rem;
}

.linkedInBlueCTA {
    color: white;
    z-index: 999999999;
    background: #0077B5;
    border-radius: 3px;
    padding: 0px 5px;
    font-weight: 300;
}

.disclaimerContainer h2 {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'poppins',sans-serif;
    font-weight: 600;
    background: white;
    width: fit-content;
}

.fullScreenHeadingContainer h2 {
    color: white;
    color: #ffd39a;
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    text-shadow:  rgba(255,255,255,0.5) 0px 3px 3px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.folioIntro {
    border: 5px solid rgb(61, 39, 61);
    border-radius: 50px;
    background: #ffedd6;
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 0 auto;
}

.folioIntroDetailsContainer {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;

}

.folioIntroDetailsRow {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
    align-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
}


.folioIntroDetailsBox {
    min-width: 100%;
    min-height: 100px;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    margin: 0% auto;
    border-radius: 0px;
    border-bottom: 5px dashed rgba(61, 39, 61, 0.674);


}

.folioIntroDetailsBox h4 {
    font-family: 'poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border-bottom: none;
    width: fit-content;

    
}


.middleImages3Col img {
    width: 300px;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    padding-top: 5px;
    box-sizing: border-box;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}

.middleImages2Col {
    margin: 50px auto 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around;
  
}
.middleImages2Col img {
    width: 300px;
    height: 100%;
    border-radius: 50px;
    margin: 5px auto 0 auto;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075)
  ;
  
}


.imagesLabel p {
    font-size: .8rem;
    line-height: 1rem;
    margin: 0 auto;
    background: white;
    padding: 3px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 2px;
    max-width: fit-content;
    font-family: 'poppins', sans-serif;
}






































}