<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.masthead {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 35rem;
    padding: 15rem 0;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0.9) 75%, #161616 100%), url("../img/subconsciousmind1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead h1 {
    font-family: 'Varela Round';
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.4rem;
    /*background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));*/
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-background-clip: text;*/
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .masthead h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        letter-spacing: 0.4rem;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        letter-spacing: 0.4rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
    }
}

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

/*.masthead a.btn-start-audio {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 3rem;*/
/*    width: 3rem;*/
/*    border-radius: 100%;*/
/*    line-height: 3rem;*/
/*    !*background: rgba(255, 255, 255, 0.1);*!*/
/*    !*color: rgba(255, 255, 255, 0.3);*!*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    color: rgba(0, 0, 0, 0.8);*/

/*    !* fix for asymmetric icon *!*/
/*    padding: 2px 0 0 3px;*/
/*}*/

/*.masthead a.btn-start-audio:hover {*/
/*    !*color: rgba(255, 255, 255, 0.5);*!*/
/*    background: rgba(96, 96, 96, 0.8);*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*}*/

/*.masthead a.btn-start-audio:active {*/
/*    color: #fff;*/
/*}*/

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

.about-section {
    /*height: 100vh;*/
    /*min-height: 35rem;*/
    padding: 10rem 0;
    /*background: linear-gradient(to bottom, #161616 0%, rgba(0, 0, 0, 0.9) 100%);*/
    /*background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%);*/
    background: rgba(22, 22, 22, 0.1);
}

.about-section p {
    margin-bottom: 5rem;
}

.about-section img.profile-picture {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.4);
    width: 422px;
    /*margin-bottom: 5rem;*/
    margin-top: 5rem;
}

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

.project-category-headline {
    margin-top: 100px;
    margin-bottom: 20px;
}

.project-category-headline:first-child {
    margin-top: 0px;
}

.project-category-headline &gt; h1 {
    color: #fff!important;
}

.projects-section {
    padding: 10rem 0;
    /*background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%);*/
    background-color: #424242;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 1);
}

.projects-section p {
    margin-bottom: 2rem;
}

.projects-section img.profile-picture {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.4);
    width: 422px;
    margin-bottom: 5rem;
}

.projects-section a {
    color: rgba(255,255,255,.8);
}

.projects-section a:hover {
    color: rgba(255,255,255,1);
}

.projects-section div.container div.row {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 1);
}

.projects-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #0f0f0f;
    }
}

.projects-section .project-text {
    padding: 3rem;
    /*font-size: 90%;*/
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 5rem;
    }
    .projects-section .project-text hr {
        border-color: #424242;
        border-width: .25rem;
        width: 30%;
    }
}

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

.message-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/artisticviaduct.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 1);
}

.message-section input {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Varela Round';
    font-size: 80%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.15rem;
    border: 0;
    background-color: rgba(235, 235, 235, 1) !important;
}

.message-section textarea {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Varela Round';
    font-size: 80%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.15rem;
    border: 0;
    background-color: rgba(235, 235, 235, 1) !important;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 */
</pre></body></html>