@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #F8F1F2;
}

body {
    overflow-x: hidden;
}

.sr-only {
    visibility: hidden;
}

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 8%;
}

.mobile_nav_toggle {
    display: none;
}

.logo {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    font-style: italic;
    cursor: pointer;
    color: #2A2B2E;
    text-decoration: none;
    padding-right: 40px;
}

.logo>a {
    color: #2A2B2E;
    text-decoration: none;
}

.logo span {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 800;
    font-style: normal;
}

nav {
    margin-left: auto;
}

hr {
    width: 75%;
    margin: auto;
}

li>a, button {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2A2B2E;
    text-decoration: none;
    text-transform: uppercase;
}

.nav_links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav_links[data-visible="true"] {
    transform: translateX(0%);
}

.nav_links li {
    padding: 0px 20px;
    background: none;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    background: none;
}

.nav_links li a:hover {
    color: #82A3A1;
}

.cta {
    border: 0;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgb(75,103,102);
    background: linear-gradient(0deg, rgba(75,103,102,1) 0%, rgba(104,141,138,1) 32%, rgba(130,163,161,1) 100%);
    color: #F8F1F2;
    cursor: pointer;
}

.cta:hover {
    background: linear-gradient(0deg, rgba(75,103,102,.85) 0%, rgba(104,141,138,.85) 32%, rgba(130,163,161,.85) 100%);
}

.splash_image {
    display: block;
    margin: auto;
    width: 100%;
}

.splash_image img {
    width: 100%;
    height: 50em;
    object-fit: cover;
    object-position: 80% 70%;
}

.quote_container {
    display: flex;
    position: absolute;
    top: 45vh;
    left: 7.5vw;
    width: 85%;
    height: 300px;
    padding: 20px;
    margin: auto;
    justify-content: center;
    align-items: stretch;
    background: none;
}

.quote_block {
    font-family: "Host Grotesk", sans-serif;
    font-size: 1.4rem;
    width: 32%;
    height: 100%;
    border-radius: 10px;
    padding: 0px 0px 20px 0px;
    background-color: #82A3A1;
    margin: auto;
    border: solid .5em #F8F1F2;
}

.quote_block article {
    background-color: #82A3A1;
    color:#F8F1F2;
    text-shadow:2px 2px 3px #2A2B2E;
    padding: 10px 20px 0px 20px;
}

.quote_block article>h2 {
    background-color: #82A3A1;
    color:#F8F1F2;
    text-shadow:2px 2px 3px #2A2B2E;
}

.quote_block article>p {
    background-color: #82A3A1;
    color:#F8F1F2;
    text-shadow:2px 2px 3px #2A2B2E;
}

.contactbody {
    display: block;
    width: 25%;
    margin: auto;
    padding: 80px 0px 20px 0px;
}

.contactbody>h1 {
    font-family: "Host Grotesk", sans-serif;
    background-color: #82A3A1;
    font-size: 3em;
    padding: 2rem;
}

#form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-items: center;
    gap: 15px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#form>button {
    background: linear-gradient(0deg, rgba(75,103,102,1) 0%, rgba(104,141,138,1) 32%, rgba(130,163,161,1) 100%);
    font-family: "Host Grotesk", sans-serif;
    font-size: 1.3em;
    color: #F8F1F2;
    border: 1px solid #2A2B2E;
    border-radius: 4px;
    padding: 5px;
    text-shadow: 0px 2px 4px #2A2B2E;
    grid-column: span 2;
    width: 250px;
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #2A2B2E;
    border-radius: 5px;
    resize: none;
}

textarea {
    height: 10em;
}

.label {
    font-family: "Host Grotesk", sans-serif;
    font-size: 1.3em;
}

.full-width {
    grid-column: span 2;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75vh;
}

.block {
    background: #82A3A1;
    height: 400px;
    width: 400px;
    text-align: center;
    align-content: center;
    margin: auto;
    box-shadow: 0px 8px 15px #2A2B2E;
    padding: 20px;
    color: #F8F1F2;
    text-shadow: 1px 3px 2px #000000;
}

.block>h1,
.block>p {
    font-family: "Host Grotesk", sans-serif;
    font-size: 4.5em;
    background: inherit;
}

.block>h1 {
    padding-bottom: 10px;
}

.block>p {
    font-size: 2.1em; 
    font-weight: 500; 
    color: #2A2B2E; 
    text-shadow: none;
}

.portfoliowrapper {
    width: 85%;
    margin: auto;
}

.pagetitle {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    color: #82A3A1;
    margin-left: 20px;
    padding: 20px 0px 20px 0px;
}

.gallery {
    user-select: none;
    columns: 450px;
}

.gallery img {
    width: 100%;
    margin: 3px;
    cursor: pointer;
    user-select: none;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 1000;
}

.lightbox img {
    max-height: 90%;
    border-radius: 10px;
    user-select: none;
}

.lightbox button {
    position: relative;
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(0deg, rgba(75,103,102,1) 0%, rgba(104,141,138,1) 32%, rgba(130,163,161,1) 100%);
    color: #F8F1F2;
}

.lightbox button:hover {
    background: linear-gradient(0deg, rgba(75,103,102,.85) 0%, rgba(104,141,138,.85) 32%, rgba(130,163,161,.85) 100%);
    color: #F8F1F2;
}

.aboutcontainer {
    display: flex;
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.aboutart {
    font-family: "Host Grotesk", sans-serif;
    padding-left: 50px;
    margin-left: auto;
    z-index: 0;
}

.aboutart h1 {
    color: #82A3A1;
    font-size: 3rem;
    padding-bottom: 10px;
}

.aboutart p {
    font-size: 2em;
}

.aboutimg {
    max-width: 100%;
    z-index: 1;
    padding-bottom: 20px;
}

.aboutimg img {
    width: 100%;
    box-shadow: 0px 5px 15px #2A2B2E;
}

.service-wrapper {
    width: 85%;
    margin: auto;
}

.service-block {
    display: flex;
    padding-bottom: 15px;
}

.service-text {
    font-family: "Host Grotesk";
    font-size: larger;
    width: 40%;
    padding: 45px;
}

.service-text>article>h2 {
    color: #82A3A1;
    margin-bottom: .5em;
}

.service-breakout {
    padding: 0px 50px 0px 50px;
}

.order_1 {
    order: 1;
    margin-left: auto;
}

.order_2 {
    order: 2;
    margin-right: auto;
}

.photo-container {
    align-content: center;
    width: 35%;
}

.photo-container img {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-rule {
    display: none;
}

@media (max-width: 35em){
    header {
        padding: 30px 20px;
    }
    .logo {
        font-size: 1.85em;
    }
    .splash_image img {
        position: fixed;
        top: 12%;
        left: 0%;
    }
    .quote_container {
        display: block;
        height: fit-content;
        top: auto;
    }
    .quote_block {
        width: 100%;
        height: fit-content;
        margin-bottom: 0.5vh;
    }
    .nav_links {
        position: fixed;
        display: block;
        inset: 0 0 0 20%;
        flex-direction: column;
        background: hsl(176 15.2% 57.5% / .75);
        backdrop-filter: blur(1rem); 
        padding: 5rem 1rem;
        transition: transform 650ms ease;
        z-index: 9000;
        transform: translateX(100%);
    }
    .nav_links li {
        padding: 1em 1em;
    }
    .nav_links li a {
        color: #F8F1F2;
        font-size: 2rem;
        font-weight: 700;
    }
    .nav_links li a:hover{
        color: #2A2B2E;
    }
    .mobile_nav_toggle {
        display: block;
        position: absolute;
        z-index: 9999;
        background-image: url(Icons/menu_20dp_8CA1A1_FILL0_wght400_GRAD0_opsz20.png);
        background-color: transparent;
        background-repeat: no-repeat;
        border: 0;
        width: 4.5rem;
        aspect-ratio: 1;
        top: 1rem;
        right: 1rem;
    }
    .mobile_nav_toggle[aria-expanded='true'] {
        background-image: url(Icons/close_20dp_F9F0F2_FILL0_wght400_GRAD0_opsz20.png);
        background-color: transparent;
    }
    .splash_image img {
        width: 100%;
        height: 40em;
        object-fit: cover;
        object-position: 50% 10%;
    }
    .aboutcontainer {
        display: block;
    }
    .aboutart {
        padding-left: 0;
    }
    .aboutart h1 {
        font-size: 2rem;
    }
    .aboutart p {
        font-size: 1.5rem;
    }
    .lightbox img {
        max-height: 90%;
        max-width: 100%;
        border-radius: 10px;
    }
    .lightbox button {
        position: absolute;
        inset: 5% 80% 90% 0%;
    }
    .service-wrapper {
        width: 85%;
    }
    .service-block {
        display: block;
        padding: 0px;
    }
    .service-text {
        font-family: "Host Grotesk";
        font-size: larger;
        width: 95%;
        padding: 10px;
    }    
    .service-breakout {
        padding: 0px 50px 0px 50px;
    }
    .order_1 {
        order: 1;
        margin: auto;
    }
    .order_2 {
        order: 2;
        margin: auto;
    }
    .photo-container {
        width: 95%;
    }
    .photo-container img {
        align-items: center;
        width: 100%;
    }
    .mobile-rule {
        width: 95%;
        margin: auto;
        margin-bottom: 3em;
        display: block;
    }
    .contactbody {
        padding: 30px 0px 20px 0px;
        width: 80%;
    }
    .contactbody>h1 {
        font-size: 2rem;
    }
    #form>button {
        grid-column: span 2;
    }
}

@media (min-width: 35em) and (max-width: 75em) {
    header {
        display: block;
    }
    .aboutcontainer {
        display: block;
    }
    .aboutart {
        padding-left: 0;
    }
    .aboutart h1 {
        font-size: 2rem;
    }
    .aboutart p {
        font-size: 1.5rem;
    }
    .lightbox button {
        position: absolute;
        inset: 5% 88% 90% 0%;
    }
    .lightbox img {
        max-height: 90%;
        max-width: 90%;
        border-radius: 10px;
    }
    .quote_container {
        display: grid;
        width: 85%;
        gap: 1em;
        grid-template-columns: auto auto auto;
        padding: 20px;
        margin: auto;
    }

    .quote_block {
        font-family: "Host Grotesk", sans-serif;
        font-size: 1.4rem;
        width: 100%;
    }
}