html,
body,
.btn,
input,
textarea,
textarea.materialize-textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    line-height: 1;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    color: #2a241c;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #ede1d1;
}

img {
    margin: 0;
}

.site {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(100% - 7rem);
    width: 100%;
    padding-top: 1rem;
}

.home {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(100% - 8rem);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1rem;
}

.picture {
    width: auto;
    margin: auto;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    flex: 1;
    background: url(../img/Kevin-McHugh.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
    height: 100%;
    max-height: 100%;
}

.textcontent {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-bottom: 0rem;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.textcontent::-webkit-scrollbar {
    width: 0 !important;
}

.noscbar {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.noscbar::-webkit-scrollbar {
    width: 0 !important;
}

h1 {
    font-weight: 900;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 1;
}

h2 {
    font-weight: 800;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    line-height: 2;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    display: inline;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.4rem;
    float: right;
}

.menucurrent {
    border-bottom: solid #2a241c 0.6rem;
}

.col.colline {
    border-left-style: solid;
    border-width: 0.6rem;
    border-color: #2a241c;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    line-height: 1.2;
}

p a {
    color: #2a241c;
    text-decoration: underline;
    -webkit-text-decoration-color: #2a241c;
    text-decoration-color: #2a241c;
    -webkit-text-decoration-style: underline;
    text-decoration-style: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}

p a:hover,
a h3:hover,
a h3,
a h1,
a h1:hover {
    color: #2a241c;
    text-decoration: none;
}

.workpiece {
    margin: 2rem 0;
}

.workcaption {
    font-size: 1.2rem;
    margin: 0.2rem 0 0 0.2rem;
}

.clientcaption {
    font-size: 0.9rem;
    font-style: italic;
    margin: 0.2rem 0 0 0.2rem;
}


hr.line {
    border: solid #2a241c 0.2rem;
    background-color: #2a241c;
    height: 0.2rem;
    margin: 0;
    margin-bottom: 0.5rem;
}

.row.reset,
.col.reset {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0rem;
}

.col.menuline {
    margin-top: 1rem;
}

.row.toppadding {
    padding-top: 2rem;
}

formflow {
    min-height: 0rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.ms-wrapper {
    display: flex;
    flex-direction: row;
}

textarea {
    width: 100%;
}

.btn {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    color: #2a241c;
    background-color: transparent;
    height: 4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-transition: none;
    transition: none;
    border-radius: 0px;
}

.contactbtn {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 0.5em;
    background: #ede1d1;
    border: 0.2rem solid #2a241c;
    color: #2a241c;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: none;
    transition: none;
    border-radius: 0px;
}

.contactbtn:hover {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    background: #2a241c;
    border: 0.2rem solid #2a241c;
    color: #ede1d1;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: none;
    transition: none;
    border-radius: 0px;
}

.contactbtn:focus {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    background: #2a241c;
    border: 0.2rem solid #2a241c;
    color: #ede1d1;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: none;
    transition: none;
    border-radius: 0px;
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    color: #2a241c !important;
    border-radius: 0px;
    text-shadow: none;
    background: #ede1d1 !important;
    border: 0.2rem solid #ede1d1;
}

.btn.disabled:hover,
.btn:disabled:hover,
.btn[disabled]:hover {
    color: #2a241c !important;
    border-radius: 0px;
    text-shadow: none;
    background: #ede1d1 !important;
    border: 0.2rem solid #ede1d1;
}

input,
textarea,
textarea.materialize-textarea {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
}

input[type=email]:not(.browser-default),
input[type=text]:not(.browser-default) {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
    height: 4rem;
}

::-webkit-input-placeholder {
    color: #7f7b76;
    text-align: left;
}

::-moz-placeholder {
    color: #7f7b76;
    text-align: left;
}

:-ms-input-placeholder {
    color: #7f7b76;
    text-align: left;
}

::-ms-input-placeholder {
    color: #7f7b76;
    text-align: left;
}

::placeholder {
    color: #7f7b76;
    text-align: left;
}

#name {
    width: 60%;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

#email {
    width: 70%;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

#message {
    width: 100%;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.honeypot-field {
    display: none;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
}

fieldset.bottomfield {
    margin-bottom: 1.2rem;
}

input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #2a241c;
    text-align: left;
    font-weight: 600;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default),
textarea.materialize-textarea {
    border-bottom: 0.2rem solid #2a241c;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 0.2rem solid #2a241c;
    box-shadow: 0 0.1rem 0 0 #2a241c;
}

textarea.materialize-textarea {
    min-height: 4rem;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: device-width;
    }
}

@media all and (min-width: 0) {
    p {
        font-size: 1.4rem;
    }

    .workcaption {
        font-size: 1.2rem;
    }

    .clientcaption {
        font-size: 0.9rem;
    }

    .picture {
        margin-left: 11%;
        margin-right: 11%
    }

    h3 {
        font-size: 1.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    h1 {
        font-size: 2rem;
    }

    .site {
        height: calc(100% - 7rem);
        padding-bottom: 1rem;
    }

    .home {
        height: calc(100% - 8rem);
        padding-bottom: 4.2rem;
    }

    .thankyou {
        padding-bottom: 2rem
    }

    fieldset.bottomfield {
        margin-bottom: 0.3rem;
    }
}

@media all and (min-width: 321px) {
    p {
        font-size: 1.5rem;
    }

    .workcaption {
        font-size: 1.3rem;
    }

    .clientcaption {
        font-size: 1rem;
    }

    h1 {
        font-size: 2.4rem;
    }

    .picture {
        margin-left: 10.5%;
        margin-right: 10.5%
    }

    .home {
        padding-bottom: 3.4rem;
    }
}

@media all and (min-width: 401px) {
    .picture {
        margin-left: 10.2%;
        margin-right: 10.2%
    }
}

@media all and (min-width: 501px) {
    .picture {
        margin-left: 9.7%;
        margin-right: 9.7%;
    }
}

@media all and (min-width: 601px) {
    p {
        font-size: 1.8rem;
    }

    .workcaption {
        font-size: 1.5rem;
    }

    .clientcaption {
        font-size: 1.2rem;
    }

    .picture {
        margin-left: 17.9%;
        margin-right: 3rem;
    }

    h3 {
        font-size: 1.3rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    h1 {
        font-size: 2.6rem;
    }

    .site {
        height: calc(100% - 7.4rem);
        padding-bottom: 1rem;
    }
}

@media all and (min-width: 701px) {
    .picture {
        margin-left: 17.8%;
        margin-right: 3rem;
    }
}

@media all and (min-width: 801px) {
    .picture {
        margin-left: 17.6%;
        margin-right: 3rem;
    }
}

@media all and (min-width: 901px) {
    .picture {
        margin-left: 17.5%;
        margin-right: 3rem;
    }
}

@media all and (min-width: 992px) {
    p {
        font-size: 1.9rem;
    }

    .workcaption {
        font-size: 1.6rem;
    }

    .clientcaption {
        font-size: 1.3rem;
    }

    .picture {
        margin-left: 25.8%;
        margin-right: 3rem;
    }

    h3 {
        font-size: 1.4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    h1 {
        font-size: 2.8rem;
    }

    .site {
        height: calc(100% - 7.8rem);
        padding-bottom: 1rem;
    }

    fieldset.bottomfield {
        margin-bottom: 0.4rem;
    }
}

@media all and (min-width: 1200px) {
    .picture {
        margin-left: 25.6%;
        margin-right: 3rem;
    }

    p {
        font-size: 2rem;
    }

    .workcaption {
        font-size: 1.7rem;
    }

    .clientcaption {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 3rem;
    }

    .home {
        height: calc(100% - 9.9rem);
        padding-bottom: 3.2rem;
    }

    fieldset.bottomfield {
        margin-bottom: 0.5rem;
    }
}

@media all and (min-width: 1440px) {
    .picture {
        margin-left: 25.5%;
        margin-right: 3rem;
    }

    h1 {
        font-size: 3.2rem;
    }

    .site {
        height: calc(100% - 8.6rem);
        padding-bottom: 0.6rem;
    }
}
