/* Entreprenadprojekt Täby AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Work+Sans:300,400,500&display=swap');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 4, 154, 220;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 248, 248, 248;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 130rem;

    /* 	Typography */
    --base-size: 1.9rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Layout
========================================================================== */
.section-block {
    padding: 10rem 5rem;
}

/* Paddings */
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

.pt-0 .section-block,
.pt-0:not(.section-wrapper) {
    padding-top: 0;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

.pt-4 .section-block,
.pt-4:not(.section-wrapper) {
    padding-top: 4rem;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem;
}

/* Margins */
.mt-3 {
    margin-top: 3rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

/* Margins */
.mt--5 {
    margin-top: -5rem;
}


/* Bredder */
.mw-1600 .section-block-wrapper,
.mw-1600:not(.section-wrapper) {
    max-width: 160rem;
}

/* Ovriga klasser */
.justify-center {
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Work Sans', sans-serif;
}

/* Rubriker */
.text-label {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(var(--primary-color));
    padding-bottom: 2.5rem;
    line-height: 3rem;
    color: rgb(var(--primary-color));
}

.section-title {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: .2em;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Brodtext och lankar */
p,
li {
    line-height: 3.8rem;
    font-size: 1.9rem;
    color: #838383;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.08rem;
    color: rgb(var(--gray-dark-color));
}

a {
    font-size: 1.9rem;
    color: rgb(var(--primary-color));
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
}

a:hover {
    color: rgb(var(--black-color));
}

/* Listor */

/* List-check */
.list-check {
    padding: 0;
    list-style: none;
}

.list-check li::before {
    content: '\f14a';
    margin: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Font Awesome 5 Pro';
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}

.text-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .section-title {
        font-size: 3.8rem;
    }

    /*.small-title {
        font-size: 2.2rem;
    }*/
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 3rem;
    }

    /*.small-title {
        font-size: 2rem;
    }*/

    .text-label {
        font-size: 1.2rem;
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-family: 'Work Sans', sans-serif;
}

.btn-primary-filled,
.ContactSubmit {
    color: rgb(var(--white-color));
    border: 0.1rem solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover,
.ContactSubmit:hover {
    color: rgb(var(--black-color));
    border: 0.1rem solid rgb(var(--primary-color));
    background-color: transparent;
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
    color: rgb(var(--primary-color));
}

.arrow-link::after {
    content: ' \f105';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

.arrow-link:hover::after {
    transform: translateX(1rem);
    transition: transform .4s ease;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin-bottom: 1rem;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--black-color));
    text-decoration: none;
    border-radius: 1rem;
    background-color: rgb(var(--white-color));
    transition: .3s ease;
}

.circle-icon:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: var(--base-size);
}


@media only screen and (max-width: 580px) {
    .btn {
        display: block;
        width: 100%;
        margin: 1rem 0;
    }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-gray {
    background-color: rgb(var(--gray-color));
}

.bg-white {
    background-color: rgb(var(--white-color));
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-white {
    color: rgb(var(--white-color));
}
.text-black {
    color: rgb(var(--black-color));
}

/* Overlays */
.bg-overlay-black {
    background: rgba(var(--black-color), .6);
}

/* Grafiska element
========================================================================== */
/* Borders */
.border-white {
    border: 2rem solid rgb(var(--white-color));
}

.border-bottom-primary {
    border-bottom: 0.1rem solid rgb(var(--primary-color));
    padding-bottom: 2rem;
}

/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video */
.bg-video-wrapper video {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

.img-contain {
    object-fit: contain;
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper:not(.w-100) {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Bredder */

.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-20 .card-item {
    width: calc((100% / 5) - 2rem);
    margin: 1rem;
}

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-body {
    flex-grow: 1;
}

@media only screen and (max-width: 1300px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 3) - 2rem);
        margin: 1rem;
    }

}

@media only screen and (max-width: 1050px) {
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 900px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 2) - 2rem);
        margin: 1rem;
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-wrapper.w-50 .card-item,
    .cards-wrapper.w-33 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .cards-wrapper.w-20 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* Card 2-1 */
.card-2-1 .card-header {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 5rem;
}

/* Card 3-2 */
.cards-wrapper.card-3-2 .card-item {
    margin-top: 5rem;
    border-radius: 1rem;
}

.card-3-2 .image-wrapper {
    display: inline-block;
    max-width: 20rem;
    height: 20rem;
    border-radius: 50%;
}

.card-3-2 .contact-item i {
    margin-right: .5rem;
}

.card-3-2 .contact-item a,
.contact-title {
    font-size: 1.6rem;
    line-height: 3rem;
    text-decoration: none;
    color: rgb(var(--black-color));
}
/* Card 3-4 */
.card-3-4 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-3-4 .image-wrapper {
    width: 16rem;
    height: 100%;
}

.card-3-4 .card-body {
    flex: 1 1 0px;
}

.card-3-4 .contact-item {
    line-height: 3rem;
}

.card-3-4 .contact-item i {
    margin-right: .5rem;
}

.card-3-4 .contact-item a,
.contact-title {
    font-size: 1.6rem;
    line-height: 3rem;
    text-decoration: none;
    color: rgb(var(--black-color));
}

.card-3-4 .contact-item a:hover {
    color: rgb(var(--primary-color));
}

@media only screen and (max-width: 1150px) {
    .card-3-4 {
        flex-direction: column;
    }

    .cards-wrapper.card-3-4.w-50 .card-item {
        width: 70%;
        margin: 0 auto 2rem;
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper.card-3-4.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .card-3-4 .image-wrapper,
    .card-3-4 .card-body {
        margin: auto;
    }

    .card-3-4 a {
        font-size: 1.3rem;
    }

    .card-3-4 .contact-item i {
        margin-right: 0.5rem;
    }
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 35rem;
    padding: 0;
}

.card-3-6 .small-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-6 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}

.card-3-6 .card-item:hover .image-wrapper::after {
    background: rgba(var(--black-color), .2);
}

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    display: inline-block;
    min-width: 50%;
    pointer-events: none;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Speciella bredder */
.split-wrapper .w-60 {
    width: 60%;
}

.split-wrapper .w-40 {
    width: 40%;
}

/*@media screen and (max-width: 1300px) {
    .split-content {
        padding: 3rem;
    }
}*/

@media screen and (max-width: 1300px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

    .split-content {
        width: 100%;
        padding: 0 0 3rem;
        background: transparent;
    }

    .split-wrapper .w-60,
    .split-wrapper .w-40 {
        width: 100%;
    }

    .split-image {
        width: 100%;
        min-height: 20rem;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }
}

@media screen and (max-width: 580px) {
    .split-content.p-4 {
        padding: 0 0 4rem;
    }
}

/* Header / Navigation
========================================================================== */
header {
    background: rgb(var(--white-color));
}

.IndexPage header:not(.scrolled) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

/* Logo */
.header-logo {
    flex: 1 0 1px;
}

.IndexPage .header-logo a {
    width: 20rem;
    height: calc(var(--menu-height) - 2rem);
    background-image: url(/assets/images/logos/ept-logo-white-500px.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-logo a {
    width: 20rem;
    height: calc(var(--menu-height) - 2rem);
    background-image: url(/assets/images/logos/ept-logo-black-500px.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header.scrolled .header-logo a,
header.mobile-menu .header-logo a,
.EditMode header .header-logo a {
    background-image: url(/assets/images/logos/ept-logo-black-500px.png);
}

/* Nav */
/* Dolj hem */
body:not(.EditMode) .TemplateMenu>li:nth-child(1) {
    display: none;
}
/* Dolj kontakt */
body:not(.EditMode) .TemplateMenu>li:last-child {
    display: none;
}

.EditMode .TemplateMenu ul {
    max-height: 60rem;
    width: 60rem;
    overflow-y: scroll;
}

.TemplateMenu a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
    text-transform: none;
    padding: 0 1.1rem;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
}

.IndexPage header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--white-color));
}

header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--black-color));
}

/* CTA  */
.header-cta-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 4rem;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1.4rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

@media only screen and (max-width: 1100px) {
    body:not(.EditMode) .TemplateMenu>li:last-child {
        display: block;
    }

    .IndexPage header:not(.scrolled),
    header:not(.scrolled) {
        background-color: rgb(var(--white-color));
    }

    .header-cta-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 580px) {

    /* Header logo */
    .header-logo a {
        width: 10rem;
    }

    .header-logo a {
        font-size: 1.6rem;
    }

    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

/* Cookies 
========================================================================== 
.cookies-notis {
    display: none;
}

.cookies-notis {
    z-index: 11;
    position: fixed;
    bottom: 0;
    width: auto;
    max-width: 55rem;
    padding: 1rem;
    text-align: left;
    border-radius: 0;
    background: rgb(var(--white-color));
}


.cookies-notis p:not(.btn),
.cookies-notis a:not(.btn) {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(var(--black-color));
}

.cookies-notis a:not(.btn) {
    text-decoration: underline;
}

.cookies-notis .btn {
    min-width: unset;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    min-width: 13rem;
}
.cookies-notis .btn-wrapper{
	display: flex;
	margin-top: 0;
}

@media only screen and (max-width:768px) {
    .cookies-notis {
        z-index: 21;
        max-width: 100%;
    }
}
*/

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(-1 * var(--menu-height));
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.top-section .section-block {
    min-height: 100vh;
    width: 100%;
    align-content: center;
    background-color: rgb(var(--black-color), .7);
}

.top-section .section-block-wrapper {
    width: 100%;
}

.top-section .section-title {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.5em;
    display: inline;
    background-color: rgb(var(--white-color));
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.top-section p {
    max-width: 60rem;
    margin: 0 auto;
}

.top-section .btn-primary-filled:hover {
    color: rgb(var(--white-color));
}

.top-section .of-wrapper img {
    max-height: 30rem;
}

@media only screen and (max-width: 1200px) {
    .top-section .section-title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1000px) {
    .top-section .section-block {
        margin-top: var(--menu-height);
        min-height: unset;
        padding-bottom: 0;
    }

    .top-section .split-wrapper .border-white {
        border: 2rem solid rgb(var(--gray-color));
        border-bottom: none;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-title {
        font-size: 3rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 45rem;
    text-align: center;
    background-color: rgb(var(--black-color), .3);
}

.hero .section-block-wrapper {
    width: 100%;
}

.hero .section-title {
    font-size: 6rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 30rem;
    }

    .hero .section-title {
        font-size: 3rem;
    }
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */

.section-about .of-wrapper img {
    object-position: top;
}

/* ==========================================================================
Undersida: Referensprojekt, Nyheter
========================================================================== */
@media only screen and (max-width: 1025px) {
    .section-references .section-block,
    .section-news .section-block {
        padding-top: 2rem;
    }
}

.image-wrapper img {
    object-position: center top;
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */

/* Sektion Contact
========================================================================== */
.section-contact .col-0 {
    background: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    padding: 6rem;
    max-width: 80rem;
    margin: auto;
    margin-top: -20rem;
    z-index: 1;
}

.contakt-title {
    font-size: 1.6rem;
}

/* Formular
========================================================================== */
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactForm p {
    display: none;
}

.ContactForm input[type="email"]:not(.illegal),
.ContactForm input[type="tel"]:not(.illegal),
.ContactForm input[type="text"]:not(.illegal),
.ContactForm textarea:not(.illegal) {
    background-color: rgb(var(--white-color));
}

.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm input[type="text"],
.ContactForm textarea {
    border: 0.1rem solid rgb(var(--gray-dark-color), .3);
    padding: 1.2rem 1.5rem;
}

.ContactForm div {
    width: 49%;
}

.ContactForm .ContactFormMessage {
    width: 100%;
}

.ContactForm textarea.textmessage {
    height: 17rem;
    padding: 2rem 2.5rem;
}

.ContactForm .submit-button-container {
    margin: 0 auto;
    width: auto;
}

.ContactSubmit {
    margin: 0;
}

.ContactSentMessage {
    padding: 1.5rem;
    background-image: none;
}

@media only screen and (max-width: 600px) {
    .section-contact .col-0 {
        padding: 3rem;
    }

    .ContactForm div,
    .ContactForm .submit-button-container {
        width: 100%;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-image: url(/assets/images/kanal-2000px.jpg);
    background-position: center;
}

.footer-container {
    max-width: 100%;
    margin: 0 auto;
    background: rgba(var(--black-color), .8);
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 8rem 5rem;
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu.center {
    align-content: center;
}

.footer-menu-large {
    width: 30%;
}

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
}

.footer-submenu {
    padding: 0;
    list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a {
    text-decoration: none;
    color: rgb(var(--white-color));
    font-size: 1.6rem;
}

.footer a:not(.icon-links):hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

/* Sociala medier */
.footer-socials {
    text-align: center;
    padding: 1rem;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background: rgb(var(--black-color));
}

.footer-bottom p {
    font-size: 1.3rem;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1200px) {
    .footer-menu {
        padding: 0 3rem;
    }

    /* Footer top */
    .footer-menu {
        width: 33.333%;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-menu-large p {
        max-width: 55rem;
    }
}

@media only screen and (max-width: 750px) {
    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    /* Footer top */
    .footer-top {
        padding: 5rem 0;
    }
}



