@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700&family=Open+Sans:wght@300;400;500;600;700;800&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montagu+Slab:opsz,wght@16..144,100..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*   */

.barlow {
    font-family: "Barlow", sans-serif;
    font-size: 1em;
}

.epilogue {
    font-family: "Epilogue", sans-serif;
    font-size: 1em;
}



/* colors 
#F9F9F9
#90949
#9ca0a3
#7d7983
#312c33


*/
body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ======== 

 =========== */
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
    width: 100%;
    background-color: #F9F9F9;
}

header {
    width: 100%;
    /*  height: auto;*/
}

.header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 98%;
}

nav {
    display: flex;
    flex-direction: column;
    width: auto;
    flex-grow: 1;
}

nav a {
    font-family: 'Cabin';
    color: #333333;
    font-size: 1em;
    width: 100%;
    text-align: right;
    font-weight: 200;
    text-decoration: none;
    margin: 0.25%;
}

.main-title {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;

}

.main-title h1 {
    font-family: 'Cabin';
    color: #333333;
    font-size: 1.5em;
    width: 100%;
    flex-grow: 1;
    text-align: left;
    font-weight: 200;
    text-decoration: none;
    margin: 0.25%;
}

.title-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 98%;
    margin: 0.5%;
}

.title-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 98%;
    margin: 0.5%;
}

.title-top h1 {
    font-size: 5em;
    font-weight: 500;
    margin: 0.5%;
    text-align: left;
    flex-grow: 1;
    color: #333333;
}

.title-bottom h1 {
    font-size: 4em;
    font-weight: 500;
    margin: 0.5%;
    text-align: left;
    width: auto;
    flex-grow: 1;
    color: #333333;
}

/* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
.main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin: 0%;
}



/* -- --*/
.home-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
    height: auto;
    width: 100%;
    max-width: 100%;
    min-height: 50vh;
}

.welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: #333333;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 95%;
    margin: 0.5%;

    color: #f5f5f5;
}

#welcomePColor {
    color: #6A5ACD;
}

.welcome-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 99%;
}

.welcome-img img {
    width: 100%;
}


.welcome-text p {
    font-size: 2em;
    font-weight: 300;
    line-height: 2;
    margin: 0.5%;
    text-align: left;
    align-self: center;
    width: auto;
    max-width: 98%;
    margin: 0.5% 0.5% 2.5% 0.5%;
    flex-grow: 1;
    font-family: 'Figtree';
}

/* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
.headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    height: auto;
    width: 100%;
    background-color: #f8b670;
}

.headline-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    font-family: "Figtree", sans-serif;
    color: #F9F9F9;
    background-color: #f8b670;
}

.headline-content p {
    font-size: 2.5em;
    max-width: 98%;
    text-align: center;
    line-height: 2;
    font-weight: 500;
}


.intro {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
    height: auto;
    width: 100%;
    min-height: 50vh;
    height: auto;
}



.intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50vh;
    max-width: 98%;
    width: 100%;
    flex-grow: 1;
    margin: 1.5% 0.5%;
    font-family: "Figtree", sans-serif;
    color: #312c33;
    position: relative;
    z-index: 9999;
}

.intro-list {
    width: auto;
    max-width: 98%;
    margin: 0.5%;
    list-style-position: inside;
    height: auto;
}


.intro-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    height: auto;
    max-width: 98%;
    width: 100%;
}

.intro-body p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 3;
    flex-grow: 1;
    max-width: 98%;
    color: #333333;
    font-family: "Figtree", sans-serif;
}

.examples {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 87.5%;
    margin: 1%;
    font-family: "Figtree", sans-serif;
}

#exampleLink {
    height: 3em;
    border-radius: 5px;
    padding: 5px;
    border: none;
    min-width: none;
    max-width: 70%;
    width: auto;
    background-color: #6A5ACD;
    color: #f5f5f5;
    font-size: 1.5em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    margin: 1.5% 0.5%;

}

#exampleLink:hover {
    box-shadow: 0px 0px 5px 1px rgba(82, 82, 82, 0.23);
}

/* .examples a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    color: #312c33;
    flex-grow: 1;
    max-width: 100%;
}*/

.examples p {
    font-size: 1.25em;
    font-weight: 400;
    width: auto;
    padding: 0.5%;
}

#webIcon {
    height: 35px;
    width: auto;
}

/* --- --- ---
Services
--- --- --- --- - */
.services-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-width: 98%;
    width: 100%;
    flex-grow: 1;
    margin-top: 2.5%;
    margin-bottom: 3.5%;
    font-family: "Figtree", sans-serif;
    color: #312c33;
    position: relative;
    z-index: 9999;
}

.services-section-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    margin: 0.5%;
    color: #333333;
    font-family: "Figtree", sans-serif;
}

.services-section-title h2 {
    width: 100%;
    font-size: 3.25em;
    font-weight: 700;
    text-align: left;
}

.services-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90%;
    position: relative;
    z-index: 9999;
    margin-top: 1%;
}


.services-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    margin: 0.5%;
    line-height: 2;
}

.services-list ul li {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    margin: 1%;
    line-height: 3;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Figtree", sans-serif;
    color: #333333;
    list-style-position: inside;
    list-style: none;
}

.services-list ul li img {
    margin: 0.5%;
}



/* --

------ */
.about {
    position: relative;
    z-index: 99999999;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: auto;
    min-height: 50vh;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 99999999;
}

.about-content p {
    flex-grow: 1;
    width: 100;
    max-width: 90%;
    margin: 1%;
    line-height: 3;
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Figtree", sans-serif;
    color: #333333;
}

.services-list-img {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 45%;
}

.services-list-img img {
    width: 55%;
}


/* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
.main-details-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0%;
}

.main-details-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0%;
}

.contact-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: auto;
    margin: 0.5%;
    color: #333333;
    width: auto;
    font-family: "Figtree", sans-serif;
}

.contact-title h2 {
    width: 100%;
    font-size: 3.25em;
    font-weight: 700;
    text-align: left;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0%;
    color: #312c33;
    border: 1px solid green;
    font-family: "Barlow", sans-serif;
}

.contact-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 99%;
    margin: 0.5%;
    flex-grow: 1;

}

.contact-row p {
    align-self: center;
    height: auto;
    width: 100%;
    max-width: 98%;
    margin: 0.5%;
    margin-top: 2%;
    text-align: left;
    line-height: 2;
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Epilogue", sans-serif;
}

.contact-row a {
    color: #312c33;
}

.contact-row a:hover {
    color: #a9bbac;
}

.contact-row-icon {
    color: #312c33;
}

.contact-row img {
    align-self: center;
    height: auto;
    width: 50px;
    height: 50px;
}

#linkedInIcon {
    height: 38px;
    width: 38px;
}

/* contact form */
.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0.5%;
}

#contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 98%;
    margin: 0.5%;
    font-family: 'Figtree';

}

#thank-you-message {
    min-height: 45vh;
    width: 100%;
    margin: 0.5%;
    font-family: 'Figtree';
    position: relative;
    text-align: center;
    background-image: url('/assets/vecteezy_foggy-summer-sunrise-in-the-carpathian-mountains-colorful_.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#thank-you-message p {
    height: auto;
    width: 100%;
    max-width: 98%;
    margin: 0% 1%;
    text-align: left;
    line-height: 2;
    font-size: 4em;
    color: #fff;
    position: absolute;
    bottom: 30%;
}

/*
 #F9F9F9

#90949
#9ca0a3
#7d7983
#312c33*/
.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 1% 0.5%;
}

.form-group label {
    align-self: center;
    height: auto;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0.5% 0;
    width: 100%;
}

.form-group input,
.form-group textarea {
    height: 2.5em;
    margin: 0.5% 0;
    align-self: center;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Figtree';
    width: 100%;
    padding: 0% 1%;
}

.form-group textarea {
    min-height: 200px;
    padding: 1%;
}

#submit-button {
    height: auto;
    width: 100%;
    max-width: 45%;
    padding: 0.5%;
    align-self: center;
    height: 40px;
    background-color: #fff;
    color: #252525;
    border: 0.5px solid #5b5b5b;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

#submit-button:hover {
    border: 0.5px solid #9ca0a3;
}

/* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
.main-col {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 99%;
    margin: 0%;
    flex-grow: 1;
    flex-wrap: wrap;
    min-height: 30vh;
}

.top-row-item {
    align-self: center;
    margin: 1.5% 0.5%;
    height: auto;
    width: 100%;
    max-width: 98%;
}

.top-row-item p {
    font-size: 1.5em;
    text-align: center;
    max-width: 100%;
    width: 100%;
    color: #312c33;
    font-family: "Epilogue", sans-serif;
    line-height: 2;
    margin: 0.5%;
}

/* */
.main-container-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0%;
    background-color: #252525;
    position: relative;
    height: 100vh;
    /* Full height of the viewport */
    overflow: hidden;
}

/*
.services-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    height: 200vh;
    /* Double the height to allow scrolling 
    padding: 50px;
    background-color: #f5f5f5;
    z-index: 5000;
}

.services-title {
    font-family: 'Figtree';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    font-size: 2em;
    position: relative;
    z-index: 9999999;
    max-width: 80%;
}

.services-title h1 {
    width: 100%;
    color: #252525;
}
*/

/* ------------------

Breakpoints 

-------------------- */

@media only screen and (min-width: 640px) {

    .title-top h1 {
        font-size: 4em;
    }

    .title-bottom h1 {
        font-size: 3em;
    }

    .examples a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: auto;
        color: #312c33;
    }

    .examples a:hover {
        color: #9a90bf;
    }

    /* contact form */
    .contact-title {
        max-width: 82%;
    }

    .contact-title h2 {
        font-size: 4.5em;
    }

    .form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0.5%;
    }

    #contact-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 80%;
        margin: 0.5%;
        font-family: 'Figtree';
    }
/* 

    #thank-you-message {
        height: 35vh;
        width: 100%;
        margin: 0.5%;
        font-family: 'Figtree';
        position: relative;
        text-align: center;
        background-image: url('/assets/vecteezy_foggy-summer-sunrise-in-the-carpathian-mountains-colorful_.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    #thank-you-message p {
        height: auto;
        position: absolute;
        bottom: 15%;
        width: 100%;
        font-weight: 500;
        max-width: 98%;
        margin: 0% 1%;
        text-align: left;
        line-height: 2;
        font-size: 4.5em;
    }
        
    */


}


@media only screen and (min-width: 900px) {

    .main-container {
        justify-content: space-evenly;
        align-items: center;

    }

    .title-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: flex-start;
        flex-grow: 1;
        width: 100%;
    }

    .title-top h1 {
        width: auto;
    }

    header nav {
        flex-grow: 1;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 0.5%;
        font-family: 'Cabin';
    }

    header nav,
    nav a {
        font-size: 1em;
        width: 100%;
        text-align: right;
        text-decoration: none;
    }

    header nav a:hover {
        color: #6A5ACD;
    }

    .title-bottom {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-self: flex-start;
        flex-grow: 1;
        width: 100%;
    }

    .title-top h1 {
        flex-grow: 1;
        text-align: left;
        width: auto;
        font-size: 3.5em;
        width: 100%;
        font-weight: 400;
    }

    .title-bottom h1 {
        flex-grow: 1;
        width: auto;
        text-align: left;
        font-size: 3em;
        font-weight: 300;
    }

    #thank-you-message {
        height: 35vh;
        width: 100%;
        margin: 0.5%;
    }

    #thank-you-message p {
        height: auto;
        position: absolute;
        bottom: 25%;
        width: 100%;
        font-weight: 500;
        max-width: 98%;
        margin: 0% 1%;
        text-align: left;
        line-height: 2;
        font-size: 4.5em;
    }

    /* --- --- ---
Services
--- --- --- --- - */
    .services-section {
        color: #312c33;
        position: relative;
        z-index: 9999;
    }

    .services-section-title {
        max-width: 82%;
    }

    .services-section-title h2 {
        font-size: 4.5em;
    }

    .services-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 90%;
        position: relative;
        z-index: 9999;
    }

    .services-list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        width: 95%;
        margin-left: 2%;
        margin-right: 2%;
        line-height: 2;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin: 1.5% 0.5%;
        line-height: 2;
    }

    .services-list ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style-position: inside;
        list-style: none;
        height: auto;
        width: 100%;
        flex-grow: 1;
        margin: 1%;
        font-size: 2rem;

        align-self: center;
        width: 100;
        max-width: 80%;
        font-size: 1.75em;
    }

    .services-list ul li img {
        margin: 0.5%;
    }

    .services-list-img {
        position: absolute;
        z-index: 500;
    }

    .services-list-img img {
        width: 30%;
    }

    /* --

------ */
    .about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin: 2.5% 0.5%;
        line-height: 2;
    }

    .about-content p {
        align-self: center;
        width: 100;
        max-width: 80%;
        font-size: 1.75em;
    }

    /* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
    .welcome-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-grow: 1;
        width: auto;

        text-wrap: wrap;
        margin: 0.5% 1.5%;
    }

    .welcome-text p {
        flex-grow: 1;
        width: auto;
        margin: 0.5%;
        max-width: 98%;
        font-size: 3.5em;
        text-align: left;
        text-wrap: wrap;
        line-height: 2;
        font-weight: 400;
        text-align: center;
    }

    .main-details-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0%;
    }

    .main-details-contact-title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-self: center;
        flex-grow: unset;
        margin: 0.5%;
    }


    /* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
    .headline {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        height: auto;
        width: 100%;
        background-color: #333333;
    }

    .headline-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        font-family: "Roboto", sans-serif;
        color: #f5f5f5;
        background-color: #333333;
    }

    .headline-content p {
        font-size: 3em;
        max-width: 70%;
        text-align: center;
        line-height: 3;
        font-weight: 500;
    }


    /* --- -- --- -- --- -- ---

--- -- --- -- --- -- -- */
    .intro {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        flex-grow: 1;
        height: auto;
        width: 100%;
        max-width: 100%;
        min-height: 50vh;
        height: auto;
    }

    /*     .intro-list {
        width: auto;
        width: 100%;
        max-height: 50%;
        margin: 0.5% 1.5%;
        list-style-position: inside;
        height: auto;
    }
            .intro-list {
        width: 100%;
    }

    .intro-list ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        height: auto;
        font-family: 'Figtree';
        height: 50%;
        border: 0.5px dashed green;
    }

    .intro-list ul li {
        list-style-position: inside;
        list-style: circle;
        height: auto;
        max-width: 90%;
        color: #252525;
        border: 0.5px dashed green;
        font-size: 1em;
    }*/



    .intro-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        width: 100%;
        flex-grow: 1;
        margin: 0.5% 1.5%;
        font-family: "Cabin", sans-serif;
        color: #312c33;
    }

    .intro-content p {
        font-size: 1.75em;
        line-height: 3;
        max-width: 90%;
        font-weight: 300;
        text-align: left;
    }


    .main-details-contact-title h1 {
        flex-grow: 1;
        width: 100%;
        max-width: 99%;
        margin: 0%;
        font-size: 4em;
        text-align: left;
        font-weight: 400;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-grow: unset;
        margin: 0.5%;
        height: auto;
        width: 100%;
        max-width: 98%;
        margin: 0.5%;
    }

    .contact-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        flex-grow: 1;
        margin: 0.5%;
    }

    .contact-row p {
        flex-grow: 1;
        align-self: center;
        width: auto;
        margin: 0.5%;
        text-align: left;
        font-family: "Epilogue", sans-serif;
        font-size: 1.5em;
        line-height: 2;
    }

    .contact-row img {
        align-self: center;
        margin: 0.5%;
        height: 35px;
        width: 35px;
    }

    .main-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        max-width: 90%;
        margin: 0%;
        flex-basis: 200%;
        border: 1px dashed green;
    }

    .top-row-item {
        color: #312c33;
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 1080px) {
    .main-details {
        max-width: 78%;
    }
}




/* ================ ======== 
Addl Styles
================ ========  */
.title-bottom svg {
    align-self: center;
    height: auto;
    width: auto;
    margin: 1%;
}

.svg-span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1% 0%;
    align-self: center;
    width: 100%;
}

.svg-span svg {
    width: 75%;
    height: 25%;
}

.main-col svg {
    margin: 1%;
    width: 60%;
    height: 35%;
}


.container-services {
    height: 120vh;
    border: 1px solid green;
}

.services-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.services-title {
    width: 100%;
    max-width: 98%;
    color: #333333;
    font-family: "Figtree", sans-serif;
    margin: 1% 0.5%;
}

.services-title h1 {
    font-size: 5em;
    font-weight: 400;
}

.services-text-ul {
    align-self: center;
    width: auto;
    font-size: 2.5em;
    width: 100%;
    max-width: 69%;
    height: auto;
    font-family: "Figtree", sans-serif;
    margin: 1% 0.5%;
}

.services-text-ul ul {
    margin: 0.5%;
}

.services-text-ul ul li {
    font-size: 0.75em;
    font-weight: 300;
    margin: 1% 0.5%;
    list-style-position: inside;
    list-style: none;
    line-height: 2;
}



.welcome-text h1 {
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    width: auto;
    text-wrap: wrap;
    text-align: left;
    font-family: "Figtree", serif;
    color: #2b394a;
}


.welcome-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    width: auto;
    max-width: 98%;
}

.top-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 69%;
    height: auto;
    margin: 1%;
}

.top-item {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 99%;
    height: auto;
}

.top-item a {
    color: #312c33;
    line-height: 2;
    font-size: 1.25em;
    font-family: "Figtree", sans-serif;
    align-self: center;
    text-decoration: underline;
}

.bottom-row {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    max-width: 98%;
    height: 100%;
    margin: 0%;
}

.bottom-row-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    flex-grow: 1;
    max-width: 98%;
    height: auto;
}

.bottom-row-item p {
    color: #312c33;
    font-size: 1.5em;
    font-family: "Figtree", sans-serif;
    align-self: center;
    max-width: 98%;
    font-size: 1em;
}


footer {
    font-family: 'Figtree', sans-serif;
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 100%;
    color: #4e4d56;
    font-size: 0.8em;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 99%;
    margin: 0%;
}

.footer-content p {
    font-size: 0.8em;
    width: auto;
}

.footer-row {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 99%;
}

.footer-row p {
    width: 99%;
    font-size: 1em;
    font-weight: 500;
    margin: 1% 0%;
}

.footer-row a {
    width: 99%;
    margin: 1% 0%;
}

#socialIcon,
#linkedInIcon {
    height: 35px;
    width: 35px;
}

.footer-text,
.footer-text p {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    height: 100%;
    width: 100%;
    margin: 0.5%;
}


/* 

.parallax-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.welcome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.welcome-title h2 {
    font-size: 3em;
    margin-bottom: 20px;
}

.welcome-text p {
    font-size: 1.2em;
}

.watercolor-img-a {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: auto;
    margin: 0;
    width: auto;
    max-width: 35%;
    z-index: 5000;
    left: 5%;
    top: 15%;
    position: absolute;
}

.watercolor-img-a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    height: auto;
    background-color: transparent;
}

.welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 79vh;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    margin: 2.5% 0.5%;
    z-index: 9999999;
    /*   position: relative;
    z-index: 99999999;
}

.welcome-title-a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 99%;
    font-family: 'Fraunces';
}

.welcome-title-a h2 {
    height: auto;
    width: 100%;
    max-width: 99%;
    font-size: 4em;
    font-weight: 400;
}

.welcome-text {
    max-width: 90%;
    text-align: left;
    height: 100%;
    font-family: 'Poppins';
}

.welcome-text p {
    font-size: 3em;
    font-weight: 400;
    line-height: 2.5;
    height: auto;
    color: #333333;
}
*/