.heroRow {
    padding-top: 13vh;
    height: 87vh;
}
.swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 0% 44%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-image {
    width: 100%;
    height: 100%;
    display: block;
}

html body span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    color: #f2f2f2;
    background: #f2f2f2;
    opacity: 1;

}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4fac00;
    width: 19px;
    height: 19px;
    transform: translateY(16%);
    border: 2px solid #f2f2f2;
}

.swiper-image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.swiper-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

html body .swiper-pagination {
    top: 95%!important;
}

.swiper-text h2 {
    font-family: 'Fira Sans', 'monospace';
    background-color: #4fac00;
    color: white;
    font-size: 4.8em;
    margin: 0;
    padding: 0.2em 0;
    text-align: center;
    font-weight: 600;
}

.swiper-text hr {
    width: 40%;
    height: 5px;
    background: white;
    border: unset;
    border-radius: 10px;
    margin-top: 3vh;
}

.swiper-text h3 {
    font-family: 'Fira Sans', 'monospace';
    color: white;
    font-size: 3.6em;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.swiper-text {
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}



.row1Blurb {
    width: 25%;
    border: 2px solid black;
    height: auto;
    border-radius: 26px;
    aspect-ratio: 1/1;
}


.row1 {
    display: flex;
    flex-direction: column;
}




.row1Blurbs {
    display: flex;
    flex-direction: row;
    padding: 0 8%;
    box-sizing: border-box;
    justify-content: space-between;
}

.row1BlurbImg svg {
    width: 100%;
    height: 100%;
}



.row1Blurb p {
    font-family: 'Fira Sans', 'monospace';
    color: #4d4d4d;
    font-size: 1.4em;
    text-align: center;
    padding: 0 5%;
    transition: all 0.25s ease-in-out;
}

a.knowMoreButton {
    font-family: 'Fira Sans', 'monospace';
    background-color: #dee9eb;
    color: #4d4d4d;
    text-decoration: unset;
    padding: 1vh 1.2vh;
    border-radius: 12px;
    transition: all 0.25s ease-in-out;
}

.row1Blurb {
    width: 25%;
    border: 2px solid #4d4d4d;
    height: auto;
    border-radius: 26px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
}

.row1BlurbImg {
    width: 50%;
    height: 30%;
    margin: 0 auto;
    opacity: 0.4;
    transition: all 0.25s ease-in-out;
}

.row1Blurb:hover .row1BlurbImg {
    opacity: 1;
}

.row1Blurb:hover a {
    background-color: #699ba5;
    color: white;
}

.knowMoreButton:hover{
        background-color: #699ba5;
    color: white;
}

.row1Blurb:hover{
    border-color:#4fac00;
}

.row1Blurb:hover p{
    color:black;
}

.row1Title h1 {
    font-family: 'Fira Sans', 'monospace';
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
    color: #4fac00;
}

.row1Title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8vh;
}

.row1Title p {
    color: #4d4d4d;
    font-family: 'Fira Sans', 'monospace';
    font-weight: 400;
    font-size: 1.2em;
    padding: 1vh 27%;
    text-align: center;
    padding-bottom: 5vh;
}

.row1Blurb a {
    transform: translateY(70%);
}

.row3 {
    background-color: #f6fbf2;
    height: 37vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 13vh;
}

.row3 h2 {
    font-family: 'Fira Sans', 'monospace';
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
    color: #4fac00;
}

.row3 p {
    color: #4d4d4d;
    font-family: 'Fira Sans', 'monospace';
    font-weight: 400;
    font-size: 1.2em;
    padding: 1vh 27%;
    text-align: center;
    padding-bottom: 5vh;
}

.row1Blurb p {
    height: 10vh;
}


@media only screen and (max-width:1600px){
    .swiper-text h2 {
    font-size: 3.9em;
}
.swiper-text h3 {
    font-size: 2.9em;
}

.swiper-text hr {
    width: 48%;
}
.row1Blurb {
    width: 31%;
}
.row1Blurb a {
    transform: unset;
}
.row1Blurb p {
    height: 13vh;
}

.header {
    padding: 0 6%;
}
.row1Blurbs {
    padding: 0 6%;
}
.row1Title h1, .row3 h2 {
    font-size: 2.2em;
}

.row1Title p, .row1Title p {
    font-size: 1.1em;
}
a.knowMoreButton {
    padding: 1.2vh 1.4vh;
}

.row3 {
    height: 42vh;
}


}

@media only screen and (max-width:1000px){
    .swiper-text h2 {
    font-size: 2.9em;
}
.swiper-text h3 {
    font-size: 2.1em;
}
.swiper-text hr {
    width: 44%;
    margin-top: 2vh;
}
.row1Title p {
    padding: 1vh 19%;
}
.row1Blurb p {
    font-size: 1em;
}
.row1Blurb p {
    height: 10vh;
}
.row1Title h1, .row3 h2 {
    font-size: 1.7em;
}
.row3 p {
    font-size: 1.1em;
    padding: 1vh 7%;
}

}

@media only screen and (max-width:800px){
    .row1Blurbs {
    flex-direction: column;
    align-items: center;
}
.row1Blurb {
    width: 51%;
    margin-bottom: 2em;
}
.row1Blurb p {
    font-size: 1.2em;
}

}

@media only screen and (max-width:600px){
   .swiper-text h2 {
    font-size: 2.3em;
}
.swiper-text hr {
    width: 64%;
    margin-top: 2vh;
}
.swiper-text h3 {
    font-size: 1.8em;
    padding: 0 10%;
}

.swiper-image img {
    object-position: 75% 0%;
}

.row1Title h1, .row3 h2 {
    font-size: 1.9em;
}

.row1Title p, .row1Title p {
    font-size: 1.1em;
    padding: 1vh 4%;
}

.row1Blurb {
    width: 100%;
    margin-bottom: 2em;
}
.row3 h2 {
    text-align: center;
}
.row3 {
    height: 53vh;
}

.row3 p {
    color: #4d4d4d;
    font-family: 'Fira Sans', 'monospace';
    font-weight: 400;
    font-size: 1em;
    padding: 3vh 7%;
    text-align: center;
    padding-bottom: 5vh;
}


}