@import url("https://use.typekit.net/ymx8asy.css"); 

body {
    margin: 0 !important;
    font-family: "myriad-pro",sans-serif;
    color: #2e2e2e;
    background-color: #D2D2D2;
    font-size: 18px;
    line-height: 1.7rem;
    font-weight: 300;
}

*, :after, :before {
    box-sizing: border-box;
}

.orange {
    color: #e13712;
}

body > header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

body > header.scrolled .main-navigation {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .5);
}

body > header.scrolled .main-navigation .frame-container {
    padding: 20px 50px;
}

.main-navigation {
    max-width: 100%;
    width: 100%;
    background-image: url("Images/Header.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
}

.main-navigation .frame-container {
    display: flex;
    max-width: 1600px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row;
    padding: 40px 50px;
}

.main-navigation  .frame-container .logo a {
    display: block;
}
body > header .logo a img {
    height: 66px;
    transition: all 0.4s ease;
}

body > header.scrolled .logo a img {
    height: 50px;
    margin: 10px 0;
}

.main-navigation .frame-container .logo {
	line-height: 0px;
	font-size: 0px;
}

.navigation-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    height: fit-content;
    align-self: center;
}

.navigation-wrapper a {
    font-size: 20px;
    line-height: 2.4rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #989898;
    margin-left: 0.8rem;
    transition: color 0.4s cubic-bezier(0.4,0,0.2,1);
}

.navigation-wrapper a:hover, .navigation-wrapper a:active {
    color: #cdc8c8;
}

.banner {
    position: relative;
    color: #989898;
    width: 100%;
    height: calc(100vh - 153px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerwrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bannerwrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bannerwrapper .logowrapper {
    display: none;
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: 2;
    max-width: 150px;
}

.banner .frame-container {
    position: relative;
    z-index: 5;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 100px 4vw;
    box-sizing: border-box;
}

.banner .frame-container .textwrapper {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 70px;
    width: 373px;
}

.banner .frame-container .textwrapper p {
    font-weight: 300;
    margin: 30px 0;
}
.banner .frame-container .textwrapper p strong{
    font-weight: 600;
}


.frame-container {
    max-width: 933px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.connection {
    margin-top: 40px;
    margin-bottom: 80px;
}


.connection .frame-container header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 45px;
    text-transform: uppercase;
    margin: 40px;
    font-weight: 700;
    color: #e13712;
}

.connection .frame-container header:before {
    content: "";
    display: block;
    background-image: url("Images/services.svg");
    width: 38px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.connection .frame-container .textwrapper .info p {
    margin-top: 0;
}

.connection .frame-container .textwrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.connection .info {
    margin-bottom: 1.4rem;
    line-height: 1.7rem;
}

.connection .frame-container .textwrapper .info p.orange{
    margin-bottom: 0;
    font-weight: 500;
}


.slogan {
    background-image: url("Images/background-slogan.webp");
    background-size: 101% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #989898;
}

.slogan .frame-container .titlewrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 75px;
}

.slogan .frame-container .titlewrapper .title {
    max-width: calc(100% / 2 - 40px);
    width: 100%;
}

.slogan .frame-container .titlewrapper .title h1, .slogan .frame-container .titlewrapper .title h1 strong {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 70px;
    margin: 0;
}

.slogan .frame-container .titlewrapper .title h1 {
    font-weight: 300;
}

.slogan .frame-container .titlewrapper .title h1 strong {
    font-weight: 600;
}

.slogan .frame-container .titlewrapper .title p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;

}

.services .frame-container .service-card {
    border-bottom: 1px solid #b7b7b7;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.services .frame-container .service-card .contentwrapper {
    gap: 90px;
    min-height: 520px;
    align-items: center;
    display: flex;
    max-width: 930px;
}

.services .frame-container .service-card .textwrapper .header h1{
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 70px;
}

.services .frame-container .service-card .textwrapper .header h1 strong {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.services .frame-container .service-card .textwrapper .header h2{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 2.4rem;
}

.services .frame-container .service-card .textwrapper .bodytext a {
    text-decoration: none;
    color: #e13712;
    font-weight: 400;
    transition: all 0.3s ease;
}

.services .frame-container .service-card .textwrapper .bodytext a:hover {
    color: #b02101;
}

.services .frame-container .service-card .textwrapper .bodytext {
    margin-bottom: 40px;
}

.services .frame-container .service-card .textwrapper .bodytext p {
 line-height: 1.7rem;
}

.form {
    background-image: url("Images/Form.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    color: #989898;
}


.form .frame-container .bodytext {
    color: #b7b7b7;
}

.form .frame-container .input-field {
    color: #b7b7b7;
}

.form .frame-container .header {
    display: flex;
    text-transform: uppercase;
    gap: 4px;
    margin-bottom: 40px;
}

.form .frame-container .header h2 {
    font-size: 45px;
    line-height: 70px;
    font-weight: 300;
    margin: 0;
}

.form .frame-container .header .orange {
    font-weight: 600;
}

.form .frame-container .bodytext p {
    font-weight: 400;
    line-height: 1.7rem;
}
.form .frame-container .bodytext a{
	color: inherit;
}

.form .frame-container .input-field p {
    font-weight: 100;
}

.form .frame-container .input-field .field .input #message {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    height: 300px;
    border: 2px solid #ff4719;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    resize: vertical;
}

footer {
    padding: 80px 0;
}


.footer .frame-container {
    column-gap: 140px;}

.footer .frame-container .textwrapper .header h1{
    text-transform: uppercase;
    font-size: 49px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.footer .frame-container .contactwrapper {
    display: flex;
    gap: 100px;
}

.footer .frame-container .contactwrapper .bodytext {
    flex: 0 1 55%;
}

.footer .frame-container .contactwrapper .bodytext p{
    margin-top: 0;
}

.footer .frame-container .contactwrapper .orange-box {
    background-color: #E13712;
    color: #D2D2D2;
    flex: 0 1 45%;
}

.footer .frame-container .contactwrapper .orange-box .contact {
    margin-top: 16px;
    text-align: center;
}

.footer .frame-container .contactwrapper .orange-box .contact p {
    margin-bottom: .3rem;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
}

.footer .frame-container .contactwrapper .orange-box .contact p a {
	color: #D2D2D2;
	text-decoration: none;
}
.footer .frame-container .contactwrapper .orange-box .contact p a:hover {
    text-decoration: underline;
}

.footer .frame-container .contactwrapper .orange-box .address, .footer .frame-container .contactwrapper .orange-box .footerlinks{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.footer .frame-container .contactwrapper .orange-box .address p {
	margin-bottom: 0;
}
.footer .frame-container .contactwrapper .orange-box .footerlinks p {
	margin-top: 0;
}
.footer .frame-container .contactwrapper .orange-box .footerlinks a {
	color: #D2D2D2;
	text-decoration: underline;
}



.footer .frame-container .textwrapper .header h1:before {
    content: "";
    display: block;
    background-image: url("Images/services.svg");
    width: 38px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 990px) {

    .services .frame-container .service-card .contentwrapper {
        gap: 40px;
        flex-direction: column;
        margin-top: 40px;
    }



}

@media(max-width: 768px) AND (min-width: 426px) {

    .slogan .frame-container .titlewrapper .title {
        max-width: unset;
        width: 100%;
        padding: 0 10px;
    }

    .slogan .frame-container .titlewrapper .title p {
        font-size: 24px;
    }

    .main-navigation .frame-container {
        justify-content: flex-start;
    }


    .main-navigation .frame-container .navigation-wrapper a {
        font-size: 16px;
    }

    .banner .frame-container .textwrapper {
        width: auto;
    }

    .banner .frame-container .textwrapper p {
        margin: 20px 0;
    }

    .banner .bannerwrapper .logowrapper img {
        max-width: 200px;
    }

    .slogan .frame-container .titlewrapper {
        align-items: flex-start;
    }

    .slogan .frame-container .titlewrapper .title h1, .slogan .frame-container .titlewrapper .title h1 strong {
        text-transform: uppercase;
        font-size: 45px;
        line-height: 70px;
        margin-bottom: 0;
    }

    .footer .frame-container .contactwrapper {
        display: flex;
        gap: 100px;
        flex-direction: row;
    }

    .footer .frame-container {
        padding-left: 0;
    }

    .footer .frame-container .textwrapper {
        padding: 0 10px;
    }

    .footer .frame-container .contactwrapper .bodytext{
        padding: 0 10px;
    }

    .form .frame-container {
        padding: 0 10px;
    }

    .services .frame-container .service-card .contentwrapper {
        padding: 0 10px;
    }

    .connection .frame-container .textwrapper {
        padding: 0 10px;
    }
    .form .frame-container .header {
        font-size: 26px;
    }

    .form .frame-container .header h2 {
        margin-bottom: 5px;
    }

}

@media(max-width: 425px) {

    .slogan .frame-container .titlewrapper .title {
        width: 100%;
        max-width: unset;
    }

    .form .frame-container .header {
        gap: 5px;
        font-size: 20px;
    }

    .form .frame-container .header h2 {
        margin-bottom: 5px;
    }

    .slogan .frame-container .titlewrapper .title h1, .slogan .frame-container .titlewrapper .title h1 strong {
        text-transform: uppercase;
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .footer .frame-container .contactwrapper {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .footer .frame-container {
        display: flex;
        padding-left: 0;
        column-gap: 100px;
        flex-direction: column;
    }

    .footer .frame-container .textwrapper{
        padding: 0 10px;
    }

    .footer .frame-container .contactwrapper .bodytext {
        padding: 0 10px;
    }

    .form .frame-container {
        padding: 0 10px;
    }

    .services .frame-container .service-card .contentwrapper {
        padding: 0 10px 0 10px;
    }

    .connection .frame-container .textwrapper {
        padding: 0 10px;
    }

    .slogan .frame-container .titlewrapper {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 10px;
    }

    .main-navigation {
        padding: 20px 10px 10px 20px;
    }

    .banner .frame-container .textwrapper {
        font-size: 20px;
        line-height: 20px;
    }

    .connection .frame-container header {
        font-size: 30px;
    }

    .main-navigation .frame-container .navigation-wrapper a {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
    }

    .banner .bannerwrapper .logowrapper img {
        max-width: 100px;
        margin-right: 20px;
    }

    .services .frame-container .service-card .imagewrapper img {
        width: 100%;
    }

    .services .frame-container .service-card .textwrapper .header h1 {
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 5px;
        font-size: 24px;
    }

    .services .frame-container .service-card .textwrapper .header h2 {
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px;
    }
}
@media (max-width: 880px) {
    .main-navigation .frame-container .navigation-wrapper {
		display: none;
    }
	.main-navigation{ padding: 0; }
}

@media (max-width: 768px) {
	.main-navigation{ background-size: cover; }
	.banner .frame-container .textwrapper {
        font-size: 26px;
        line-height: 30px;
    }
}


@media (max-width: 425px) {
	.banner .frame-container .textwrapper {
        font-size: 26px;
        line-height: 30px;
		width: auto;
    }
	
	body > header .logo a img{ max-width: 100%; height: auto; }
	body > header.scrolled .logo a img{ max-width: 70%; height: auto; }


}