* {
    box-sizing: border-box;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 16px;
}

:root {
    --white: #f4f4f4;
    --green: #1a4925;
}

.click {
    user-select: none;
    cursor: pointer;
}

body {
    overflow-x: hidden;
    background-color: var(--green) ;
}

@font-face {
    font-family: 'signature';
    src: url('Austin.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'serif-header-left-column';
    src: url('Larken Variable.ttf') format('truetype');
    font-weight: 1 1000;

    /* Assuming the variable font supports weights from 1 to 1000 */
    font-style: normal;
    font-display: swap;

    /* This ensures text is visible while the font loads */
}

@font-face {
    font-family: 'serif-font-bold';
    src: url('Larken-Regular.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'serif-font-light';
    src: url('Larken-Light.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'serif-font-light-italic';
    src: url('Larken Italic.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansserif-font-medium';
    src: url('Roboto-Medium.ttf');
    font-style: normal;
    font-display: swap;
}

.page-wrapper {
    position: relative;
    z-index: 10;
}

.online-form-wrapper {
    padding-bottom: 20px;
    padding-top: 4rem;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #fff6de;
    overflow-y: scroll;

    /* display: flex */
    z-index: 99;
}

.online-footer-wrapper {
    width: 100%;
}

.online-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.online-form-txt-container {
    width: 100%;
    max-width: 900px;
    padding: 1rem 2rem;
}

.online-form-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: white;
    padding: 0rem 0rem 2rem 0rem ;
    text-align: center;
}

.online-form-inside {
    width: 100%;
    padding: 0px 2rem;
}

.buttons-collect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: var(--green) ;

    /* border: solid 2px var(--green); */
    background-color: var(--green)  ;

    /* max-width: 250px; */
    width: 250px;
    cursor: pointer;
    font-family: 'sansserif-font-medium';
    font-size: 1rem;
    margin: 1rem auto;
    color: white;
}

.button-arrow {
    height: 20px;
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--green);
    background-image: url("img/arrow-harmonica-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.online-terms-button {
    border: solid 1px #1f1f3f;
    font-weight: 400;
    font-size: 0.86rem;
    color: #1f1f3f;
    font-weight: 600;
}

.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000000000000;
}

.loader-top-half {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    background-color: #eee;
}

.loader-bottom-half {
    background-color: #eee;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
}

.loader-img {
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-container {
    width: 100%;
    height: 3.7rem;
    position: fixed;
    z-index: 10000;
    top: 0;

    /* background-color: #f7e5b5; */
}

.nav-content-background {
    width: 100%;
    height: 100%;
    background-color: var(--green) ;
    position: absolute;
    top: 0;
    z-index: 0;
    box-shadow: 0px 11px 13px rgba(10, 12, 70, 0.05);
}

.nav-content {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    height: 100%;
    aspect-ratio: 334 / 86;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.contact-info-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contact-side-menu-wrapper {
    display: flex;
    align-items: left;
    flex-direction: column;
    border-top: 2px solid black;
    padding-top: 1rem;
    display: none;
}

.contact-info-side-menu-spacer {
    height: 1rem;
    width: 100%;
}

.contact-info-spacer {
    height: 100%;
    width: 2rem;
}

.contact-info-column {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

#call-me {
    cursor: pointer;
}

#email-me {
    cursor: pointer;
}

.contact-info-img {
    display: inline-block;
    height: 1.8rem;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  
}

.contact-info-txt {
    cursor: pointer;
    display: inline-block;
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    text-align: left;
    margin-left: .5rem;
    color: #ffffff;
}

.menu-container {
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: row;
}

.menu-wrapper {
    height: 100%;
    width: auto;
    display: flex;
}

.lang-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.lang-button {
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    text-align: center;
    width: 2rem;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.485);
    color: var(--green)


    /* border-radius: 6px */;
    margin-right: 5px;

    /* border: 1px solid  #ffffff; */
}

.lang-button-active {
    background-color: #ffffff;
    color: #004613;
}

.hamburger-wrapper {
    width: 1.6rem;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.hamburger {
    width: 100%;
    height: 100%;
    height: 1.2rem;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
}

.banner-absolute-collect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-bottom: 100%;
}

.banner-wrapper {
    width: 100%;
    height: 100vh;
    padding-top: 3.7rem;
    background-color: #f7e5b5;
    position: relative;
    overflow: hidden;
    background-image: url('img/back.jpg');
    background-repeat: repeat;
    background-size: contain;
}

.banner-content {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;

    /* display: none */
}

.banner-half-img {
    width: 50%;
    height: 100%;
    position: relative;
}

.img-half-banner {
    position: absolute;
    width: auto ;
    bottom: 0 ;
    left: 40% ;
    transform: translateX(-40%) ;
    content: url("img/portrait.png");
    height: 100%;

    /* max-height: 500px */
}

.banner-half-txt {
    padding: 2rem 2rem 0rem 2rem;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.banner-txts-container {
    padding: 4.5rem 2rem;

    /* background-color: #004613d4; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border: 5px solid var(--green);
}

.banner-txt-header-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    float: left;
}

.banner-txt-header {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'serif-font-bold', sans-serif;
    font-size: 1.8rem;
    line-height: 2.7rem;

    /* font-weight: 500 */
    align-items: flex-end;
    color: white;
    text-align: center;

    /* align-self: end; */
    /* position: absolute; */
    bottom: 0;
    max-width: 500px;
    margin-bottom: 10px;
}

.banner-arrow-anima {
    width: 2.1rem;
    height: 2.1rem;

    /* border: 1px solid white; */
    margin-top: .5rem;
    background-image: url('img/arrow-harmonica.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.banner-underheader {
    display: flex;
    flex-direction: row;
    float: left ;
    display: none;
}

.banner-txt-regular {
    font-family: 'serif-font-light-italic', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    width: 100%;
    max-width: 90%;
    height: 100%;
    color: #d6eedd;
    padding-top: 2rem;
    display: none;
}

.banner-arrow {
    height: 100%;
    display: inline-block;
    width: 10%;
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-end;
}

.arrow {
    width: 100%;
    aspect-ratio: 62 / 75;
    background-image: url('img/arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: none;
}

.container-all {
    width: 100%;

    /* max-width: 1200px */
    margin: auto;

    /* display: block */
}

.content-wrapper {
    background-color: #eeeeee;
    overflow-y: hidden;
    z-index: 1000000000000;
}

.txt-block-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.txt-block-wrap-nonexpandable {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 3px;
}



.text {
    font-size: 2rem;
}

.spacer {
    width: 100%;
    height: 4rem;
}

.spacer-half {
    width: 100%;
    height: 2rem;
}

.line-draw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.bold-line {
    border-top: solid 4px  var(--green);
}

.bold-line-white {
    border-top: solid 4px  white;
}

.regular-line {
    border-top: solid 2px  var(--green);
}

.section {
    width: 100%;
    max-width: 1075px;
    display: flex;
    padding: 0 2rem;
    margin: auto;

    /* border-left: 4px solid #004613; */
}

.left-column {
    width: 25%;
    position: relative;
}

.right-column {
    width: 75%;
    padding: 0 0 0 2rem;
}

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

.content-left-column {
    width: 60%;
}

.content-right-column {
    width: 40%;
    padding: 0rem 3rem 3rem 3rem;
}

.right-column-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    overflow: hidden;

    /* border: solid 2px #004613; */
    background-color: white;

    /* border-radius: 20px */
}

.left-column-image-wrapper {
    padding: 2rem;
}

.left-column-image {
    width: 100%;
    aspect-ratio: 2 / 3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    background-image: url('/img/portrait-about-me.jpg');
}

.section-main-header {
    font-family: 'Playfair Display', serif;
    font-family: 'serif-font-bold';
    font-size: 1.5rem;
    color: var(--green);
    line-height: 0.5em;
    margin-top: 1.6rem;
}

.font-white {
    color: rgb(210, 210, 210) !important;
}

.expandable-bar {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
}

.small-header-collect {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.section-small-header {
    font-family: 'sansserif-font-light', sans-serif;
    font-size: 1.2rem;
    line-height: 5.2rem;
    position: relative;
    color: var(--green);
}

.header-form {
    line-height: 3.2rem;
    padding-top: 1rem;
}

.form-section-small-header {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 3rem !important;
    position: relative;
}

.online-section-small-header {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 3rem;
    position: relative;
}

.online-advice-collect {
    width: 100%;
    padding: 2.2rem 1.5rem;

    /* border-radius: 20px; */
    margin-top: 2rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;

    /* border: solid 1px  var(--green); */
}

/* display: none */
.online-advice-txt {
    width: 75%;
    padding-left: 1.8rem;
}

.online-advice-img {
    /* border-radius: 20px; */
    background-image: url("img/online.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 25%;
    aspect-ratio: 100 / 133;

    /* border: solid 5px var(--green) */
}

.form-section-first {
    margin-top: 1.8rem;
    line-height: 2rem;
    margin-bottom: .9rem;
}

.form-section-header {
    line-height: 2rem;
    margin-bottom: .9rem;
}

.form-confirm-wrapper {
    padding: 2rem;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    /* display: flex */
    align-items: center;
    justify-content: center;
    z-index: 0;
    background-color: #00000080;

    /* display: none */
    opacity: 1;
    cursor: pointer;
}

.form-confirm-container {
    position: relative;
}

.form-confirm-txts {
    padding: 2rem;
    padding: 5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #1f1f3f;
    max-width: 400px ;
    border-radius: 10px;
}

.form-confirm-message {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2rem;
    text-align: center;
    color: white;
    text-align: center;
    margin-top: 1rem;
}

.form-confirm-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
    color: white;
}

.form-confirm-close {
    background-image: url("img/close.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: .7rem;
    right: .7rem;
    width: 1.2rem;
    height: 1.2rem;
}

.form-disclaimer {
    width: 100%;
    font-family: 'serif-font-bold';
    font-size: .7rem;
    font-weight: 400;
    max-width: 400px;
    color: rgb(112, 112, 112);
    text-align: center;
    margin: 1rem auto;
    text-align: justify;
}

.pdf-link {
    text-decoration: underline;
    cursor: pointer;
}

.arrow-expandable {
    position: absolute;
    right: 0;
    height: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("img/arrow-harmonica.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(0deg);
    transition: transform .3s ease ;
    background-color: white;
    background-color: var(--green);
}

.arrow-expandable-rot {
    transform: rotate(180deg);
    transition: transform .3s ease ;
}

.section-regular-txt {
    font-family: 'sansserif-font-light', sans-serif;

    /* font-family: 'Montserrat', sans-serif; */
    font-size: .86rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: var(--green);
    padding: 0rem 0rem 1rem 0rem;
}

.cases-wrapper {
    display: inline-block;
}

.section-regular-cases {
    /* font-family: 'serif-font-light-italic'; */
    font-family: 'serif-font-bold';
    font-size: .86rem;

    /* font-weight: 400; */
    line-height: 1.8rem;
    color: var(--green);
    margin-right: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0px 7px;
    position: relative;
    z-index: 1;
    display: inline-block;

    /* text-decoration: underline; */
    /* text-decoration-color: #004613; */
    text-decoration-thickness: 0px;
    background-color: white;
    border-bottom: solid 1px var(--green);
}

.photo-background {
    width: 100%;
    background-color: #ccc;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.photo-wrapper {
    width: 100%;
    aspect-ratio: 821 / 345;

    /* border-radius: 15px */
    position: relative;

    /* border-radius: .5rem */
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.photo1 {
    background-image: url('img/img2-portrait.png');
}

.photo2 {
    background-image: url('img/im3-portrait.png');
}

.photo-container {
    position: absolute;
    width: 100%;
    height: 163%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.radius {
    border-radius: .5rem;
}

.small-radius {
    border-radius: .2rem;
}

.quote-wrapper {
    align-items: center;
    justify-content: center;
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 300;
}

.quote-box {
    display: flex;
    flex-direction: column;
    background-color: #004613de;
    padding: 4rem 2.3rem;
    align-items: center;
    min-width: 500px;
    max-width: calc(100% - 4rem);
}

.quote-line {
    background-color: white;
    width: 20%;
    height: 2px;
    margin: 1rem 0rem;
}

.quote-text {
    font-family: 'Playfair Display', serif;
    font-family: 'serif-font-bold';
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
    max-width: 320px;
    color: #f4f4f4;
}

.quote-signature {
    font-family: 'signature', serif;
    font-size: 4rem;
    line-height: 2.3rem;
    text-align: center;
    padding-top: 0rem;
    color: #ffffff;
}

.quote-author {
    font-family: 'sansserif-font-light', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center;
    color: black;

    /* padding-top: .9rem; */
    color: white;
}

.move {
    will-change: transform;
}

.form-container {
    margin: 0 auto;
}

input[type="text"],
input[type="email"] {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: .85rem;
    background-color: #ffffff;

    /* border-radius: 20px */
    border: none;
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1f1f3f;
    border-bottom: solid 1px var(--green);
}

input:focus {
    border: none;
    outline: 0px solid #ccc;
}

.input-online {
    background-color: white !important;
    border: 1px solid rgb(99, 99, 99) !important;
}

.input-halves-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-half {
    width: 48% !important;
}

textarea {
    resize: vertical;
    display: block;
    width: 100% !important;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;

    /* border-radius: 20px */
    font-size: 16px;
    background-color: #ffffff;
    min-height: 240px;
    border: none;
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .85em;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1f1f3f;
    border-bottom: solid 1px var(--green);
}

textarea:focus {
    border: none;
    outline: 0px solid #ccc;
}

button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: var(--green);
    border: solid 2px var(--green);
    min-width: 200px;
    cursor: pointer;
    font-family: 'sansserif-font-medium';
    font-size: .8rem;
    margin: 1rem auto;
}

.error-message {
    color: rgb(133, 133, 133);
    margin-left: 0.5rem;
    margin-top: 0.9rem;
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.blog-container {
    padding: 5rem 0rem 3rem 0rem;
    background-color: #dadad8;
}

.posts-collect {
    width: 100%;
    padding-top: 3.4rem;
    display: flex;
    flex-wrap: wrap;

    /* Allow items to wrap onto multiple lines */
    justify-content: space-between;
}

.post-picture {
    flex: 0 1 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2rem;
    padding-bottom: 30%;
    background-color: #555;
    border: solid 1px var(--green);
}

.footer-container {
    width: 100%;
    background-color: var(--green);
    height: auto;
    overflow: hidden;

    /* display: none */
}

.footer-content {
    margin: auto;
    max-width: 1000px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-contact {
    height: 100%;
    color: white;
}

.footer-name {
    font-family: 'sansserif-font-light', sans-serif;

    /* font-family: 'Playfair Display', serif; */
    font-size: 1.1rem;

    /* font-weight: 600; */
    color: white;
    margin-bottom: 1rem;
}

.footer-contact-details-wrapper {
    display: flex;
    flex-direction: row;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
}

.footer-socials {
    display: flex;
    padding-left: 1rem;
    cursor: pointer;
}

.social-button {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: .3rem;
}

a[href^="tel"] {
    color: inherit;

    /* Inherit text color of parent element. */
    text-decoration: none;

    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}

.footer-contact-details {
    font-family: 'sansserif-font-light', sans-serif;
    font-size: .8rem;
    color: white;
    margin-bottom: .2rem;
    color: inherit;
    text-decoration: none;
}

.footer-adw-logo {
    width: 8rem;
    aspect-ratio: 126 / 98;
    background-image: url("img/logo-adw.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bec4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.side-menu-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #0000008d;
    z-index: 1000;
    opacity: 0;
    display: none;
}

.side-menu-content {
    width: 100%;
    max-width: 20rem;
    height: 100%;
    position: fixed;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    padding: 1.5rem;
}

.side-menu-links {
    font-family: 'sansserif-font-light', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1rem;
    border-top: 2px solid var(--green);
    width: 100%;
    text-align: center;
    padding: 1.5rem 0px .5rem 0px;
    user-select: none;
    cursor: pointer;
}

/* Font size for screens between 600px and 800px */
@media (max-width: 950px) {
    html {
        font-size: 14px;
    }

    .img-half-banner {
        position: absolute;
        width: auto ;
        bottom: 0 ;
        left: 50% ;
        transform: translateX(-40%) ;
        content: url("img/portrait.png");
        height: 100%;
    }

    .banner-content {
        /* flex-direction: column-reverse; */
        width: 100%;
    }

    .banner-half-txt {
        width: 100%;
        max-width: 600px;
        z-index: 100;
        position: absolute;
        height: auto;
        bottom: calc(0px + 2rem);
    }

    .banner-txt-header {
        font-size: 2.1rem;
        line-height: 2.5rem;
    }

    .banner-txt-regular {
        font-size: 1.7rem;
    }

    .section {
        flex-direction: column;
    }

    .left-column {
        width: 100%;
        max-width: 90%;
        padding: 0 0 2rem 0rem;
        margin: auto;
        overflow: hidden;
    }

    .right-column {
        width: 100%;
        padding: 0 0 0 0rem;
        max-width: 90%;
        margin: auto;
    }

    .banner-half-img {
        width: 100%;
        height: 100%;
    }

    .photo-wrapper {
        aspect-ratio: 821 / 450;
        border-radius: 0px;
    }

    .photo-container {
        background-size: auto 100%;
    }

    .quote-text {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .left-column-image {
        width: 100%;
        max-width: 450px;
        margin: auto;
        aspect-ratio: 2 / 3;
        background-color: #f7e5b5;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        border-radius: 1.5rem;

        /* background-image: url('img/about-me-vertical.jpg'); */
    }
}

@media (max-width: 650px) {
    html {
        font-size: 14px;
    }

    .photo1 {
        background-image: url('img/photo-mobile.png');
    }

    .photo2 {
        background-image: url('img/photo-mobile2.png');
    }

    .quote-signature {
        font-family: 'signature', serif;
        font-size: 3rem;
        line-height: 2.3rem;
    }

    .buttons-collect {
        width: auto;
    }

    .contact-info-wrapper {
        display: none;
        cursor: pointer;
    }

    .post-picture,
    .pg-main-cs-1 {
        flex: 0 1 48%;
        padding-bottom: 48%;
    }

    .left-column-image {
        max-width: 300px;
    }

    .contact-side-menu-wrapper {
        display: block;
        width: 100%;
        padding-top: 3rem;
    }

    .quote-box {
        min-width: auto;
        max-width: calc(100% - 1rem);
        padding: 2rem 1.6rem;
    }

    .quote-wrapper {
        font-size: 1.8rem;
        padding: 0px 1rem;
        line-height: 2.4rem;
        justify-content: flex-end;
        transform: translateY(-2rem) translateX(0rem) !important;
        align-items: center !important;
    }

    .quote-text {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .content {
        flex-direction: column-reverse;
    }

    .content-left-column {
        width: 100%;
    }

    .content-right-column {
        width: 100%;
    }

    .section-regular-txt {
        font-size: 1.6rem;
    }

    .section-regular-txt {
        font-size: 1rem;
    }

    .section-regular-cases {
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .section-small-header {
        font-size: 1.3rem;
    }

    .section-main-header {
        font-size: 1.5rem;
    }

    .photo-wrapper {
        aspect-ratio: 3 / 4;
    }

    .section {
        padding: 0 1rem;
    }

    .online-advice-collect {
        flex-direction: column;
    }

    .online-advice-img {
        background-image: url(img/online-mobile.jpg);
        width: 100%;
        max-width: 400px;
        aspect-ratio: 1 / 1;
        margin: 1rem 0rem 2rem 0rem;
    }

    .online-advice-txt {
        width: 100%;
        padding-left: 0px;
    }

    .input-half {
        width: 100% !important;
    }

    .input-halves-container {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .spacer {
        height: 2rem;
    }

    .banner-txt-regular {
        font-size: 1.5rem;
    }

    .banner-txt-header {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .footer-socials {
        padding-left: 0rem;
        padding-top: .7rem;
        padding-bottom: .3rem;
    }

    .footer-contact-details-wrapper {
        flex-direction: column;
    }
}


