/* Avlopps Akuten Syd AB */

/* Typsnitt */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz@0,6..96;1,6..96&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;

    /* 	Colors */
    --primary-color: 225, 44, 50;
    --primary-light-color: 249, 213, 214;
    --secondary-color: 254, 236, 2;

    --black-color: 17, 17, 17;
    --gray-dark-color: 50, 50, 50;
    --gray-light-color: 245, 245, 245;
    --white-color: 255, 255, 255;

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

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

/* Layout
========================================================================== */
.section-block {
    padding: 12rem 4rem;
}

.section-block-wrapper {
    max-width: 150rem;
}

.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}

/* Paddings */
.pt-0 .section-block {
    padding-top: 0;
}
.p-2{
    padding: 2rem;
}



.pb-2 .section-block {
    padding-bottom: 2rem;
 
}

.pl-3 {
    padding-left: 3rem;
}

/* Margins */
.mb-5 {
    margin-bottom: 5rem;
}

.border-radius-box{
    border-radius: 1rem;
}

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

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

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

/* Rubriker */
.text-label {
    padding-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-family: 'Raleway', sans-serif;
}

.section-title {
    padding-bottom: 1.5rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--black-color));
    font-family: "DM Serif Display", serif;

}

.small-title {
    padding-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
    font-family: "DM Serif Display", serif;
    color: rgb(var(--black-color));
}

/* Brodtext och lankar */
a {
    color: rgb(var(--gray-dark-color));
    text-decoration: none;
}

/* Text-box */
.text-box-center{
    text-align: center;
    margin: auto;
    
}


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

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

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

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

.text-italic {
    font-family: 'Dancing Script', cursive;
    font-size: 7rem;
}

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

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

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

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

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

.btn-wrapper.center {
    justify-content: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 20rem;
    padding: 1.5rem 3rem;
    margin: .5rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
    border-radius: 3rem;
}

.btn-secondary-filled {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--secondary-color));
    background-color: rgb(var(--secondary-color));
}

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

.btn-white-border{
    border: 1px solid white !important;
}

.btn-primary-filled:hover,
.btn-white-border:hover,
.ContactSubmit:hover {
    border: 1px solid rgb(var(--primary-color), .7);
    background-color: rgb(var(--primary-color), .7);
}


.ContactSubmit {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}
.ContactSubmit:hover {
    border: 1px solid rgb(var(--white-color), .7);
    background-color: rgb(var(--white-color));
    color: rgb(var(--black-color));
}



.btn-white-border,
.btn-secondary-filled:hover {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
    background-color: transparent;
}



/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-weight: 500;
}

.arrow-link::after {
    content: ' \f178';
    display: inline-block;
    margin-left: .5rem;
    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: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--primary-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
    transition: .3s ease;
}

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

.circle-icon i:before,
.circle-icon em:before {
    font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
    .btn {
        display: block;
        width: 100%;
    }
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    color: rgb(var(--secondary-color));
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(100vh - 12rem);
    padding: 4rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}

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

.bg-primary-trans{
    background: rgba(225, 44, 50, 0.65);
}



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

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

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

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

.gradient-primary-light-black {
    background-image: linear-gradient(to bottom, rgb(var(--primary-light-color)) 30%, rgb(var(--black-color)) 30%);
}

.bg-gradient-white-primary-light {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 50%, rgb(var(--primary-light-color)) 50%);
}

.bg-gradient-white-black {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 50%, rgb(var(--black-color)) 50%);
}

.gradient-primary-light-black-white {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 20%, rgb(var(--gray-light-color)) 30%);
}



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

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

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

.text-black {
    color: rgb(var(--black-color));
} 
 
/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
}

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

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    overflow: hidden;
}

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

/* Grafiska delar
========================================================================== */
.border-left-primary {
    border-left: .5rem solid rgb(var(--primary-color));
}

@media screen and (max-width: 580px) {
    .border-left-primary {
        border-left: .5rem solid rgb(var(--primary-color));
    }
}

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

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

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

.cards-wrapper.w-33-2 .card-item {
    width: calc((100% / 2) - 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: 750px) {
    .cards-wrapper.w-33 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

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

/* Cards 2 */
.cards-2 .card-item {
    padding: 4rem;
    border-radius: 5rem;
    transition: 0.2s ease-in-out;
}
  
.cards-2 .icon-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.cards-2 .icon-wrapper i {
    font-size: 6.5rem;
}

/* Cards 5 */
.cards-5 {
    justify-content: flex-end;
}

.cards-5 .card-item {
    padding: 2rem;
    text-decoration: none;
    border-radius: 3rem;
    display: flex;
    align-items: center;
}

.cards-5 .icon-wrapper {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 50%;
}

.cards-5 p {
    font-size: 2rem;
    transition: .3s ease;
    margin-left: 2rem;
}

.cards-5 a.card-item:hover p {
    color: rgb(var(--primary-color));
}

@media only screen and (max-width: 400px) {
    .cards-5 .card-item {
        padding: 0rem;
    }

    .cards-5 p {
        font-size:1.6rem;
    }
}    



/* Cards 7*/
.cards-8 .card-item {
    background-color: rgb(var(--white-color));
    text-decoration: none;
    overflow: hidden;
    padding: 0rem;
    transition: all .3s ease;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    border-bottom: 5px solid rgb(var(--primary-color));
}

.cards-8 .image-wrapper {
    height: 35rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-8 .image-wrapper img {
    max-height: 30rem;
}

.cards-8 .text-wrapper {
    padding: 2rem 2rem;
}

.cards-8 .small-title {
    justify-content: space-between;
    padding-bottom: 1rem;
    font-size: 2.5rem;
}

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

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

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

.split-image {
    width: 50%;
    height: 55rem;
}

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

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
    }

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

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

    .split-content {
        padding: 0 0 3rem 0;
    }
    
    .bg-primary .split-content {
        padding: 3rem 2rem;
    }

}

/* Header / Navigation
========================================================================== */
header {
    background-color: rgb(var(--primary-color), .9);
}

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

/* Nav */
.TemplateMenu a {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(var(--white-color));
}

.TemplateMenu li.active>a,
.TemplateMenu>li>a:hover {
    color: rgb(var(--black-color));
}

/* CTA  */
.header-cta-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-cta-wrapper li {
    margin: 0 .5rem;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 3rem;
    white-space: nowrap;
}

/* Mobilmeny */
.mobile-menu .container {
    height: var(--mobile-menu-height);
}

.mobile-menu .TemplateMenu li.active>a,
.mobile-menu .TemplateMenu > li > a:hover {
    color: rgb(var(--primary-color));
}

@media only screen and (max-width: 580px) {
    .header-cta-wrapper .btn {
        min-width: unset;
        padding: 0.7rem 1.5rem;
        font-size: 1.4rem;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding-bottom: 5rem;
    margin-top: calc(-1 * var(--menu-height));
    text-align: center;
    background-color: rgb(var(--black-color), .5);
    background-image: url(/assets/images/graphics/wave-2.svg);
    background-size: 100% 10rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: visible;
}

/* .top-section img {
    object-position: center bottom;
}  */

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

.top-section .section-title {
    color: rgb(var(--white-color));
    font-size: 8rem;
    font-weight: 300;
    max-width: 75rem;
}

.top-section p {
    max-width: 55rem;
    color: rgb(var(--white-color));
}

/* Bouncing arrow */
.bouncing-arrow-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 20rem;
    height: 6.8rem;
    background-image: url(/assets/images/graphics/arrow-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: translateX(-50%);
}

.bouncing-arrow {
    position: relative;
    bottom: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
    text-decoration: none;
}

.bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 2rem;
    font-weight: 300;

    transform: translatex(-50%);
    animation: bounce 2s infinite;
}

.arrow-animate {
    position: absolute;
    left: 50%;
    bottom: -4rem;
    width: 9rem;
    transform: translateX(-50%);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-3px);
    }
}

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

    .bouncing-arrow-wrapper {
        width: 11rem;
    }

    .arrow-animate {
        display: none;
    } 
}

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

/* CTA-sektion
========================================================================== */
.cta-wrapper {
    width: 100%;
    padding: 5rem 2rem;
    background: rgb(var(--secondary-color));
    transition: .5s ease;
} 

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 150rem;
    margin: 0 auto;
} 

.cta-wrapper .btn-wrapper {
    padding-left: 4rem;
    margin-top: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 800px) {
    .cta-inner {
        flex-wrap: wrap;
    }

    .cta-wrapper .btn-wrapper {
        padding-left: 0;
        margin-top: 2rem;
        white-space: normal;
    }
}

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

/* Hero - Grundkod
========================================================================== */
.hero {
    margin-top: calc(-1 * var(--menu-height));
}

.hero .section-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 50rem;
    padding-bottom: 0;
    background: rgb(var(--black-color), .6)
}

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

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

/* Hero - Hero-title
========================================================================== */
.hero-title .section-block {
    background-image: linear-gradient(to bottom, transparent 46rem, rgb(var(--white-color)) 46rem);
}

.hero-title-wrapper {
    width: 45rem;
    padding: 1.5rem 3rem;
    margin: 0 auto;
    text-align: center;
    border-radius: 1.5rem;
    border: 3px solid rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

.hero-title-wrapper .section-title {
    padding-bottom: 0;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 40rem;
        background-image: linear-gradient(to bottom, transparent 36rem, rgb(var(--white-color)) 36rem);
    }

    .hero-title-wrapper {
        width: 90%;
    }
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .col-1 {
    max-width: 65rem;
    padding: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 3rem;
}

.section-contact .ContactForm p {
    display: none;
}

@media only screen and (max-width: 580px) {
    .section-contact .col-1 {
        padding: 3rem 2rem;
        margin-top: 5rem;
    }
}


/* ==========================================================================
Undersida: Page Error (401)
========================================================================== */
body:not(.EditMode) .page-error header,
body:not(.EditMode) .page-error footer {
    display: none;
}

.section-error .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 60vh;
    padding-bottom: 0;
    background-image: linear-gradient(to right top, rgb(var(--white-color), 0.1), rgb(var(--black-color), 0.2));
}

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

.section-error .text-block-center {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto -10.1rem;
    border-radius: 1rem;
    border: 1px solid rgb(var(--black-color), 0.1);
    overflow: hidden;
}

.section-error .error-header {
    padding: 3rem;
    text-align: center;
    background-color: rgba(var(--white-color), .2);
}

.section-error h1 {
    padding: 0;
    font-size: clamp(10rem, 15vw, 35rem);
    font-weight: 700;
    line-height: 1;
    color: rgb(var(--white-color));
}

.section-error .error-footer {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--primary-color), 0.1);
    text-align: center;
    padding: 2rem;
}

.section-error .error-footer p,
.section-error .error-footer a {
    color: rgb(var(--primary-color));
    font-size: 1.8rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.section-error .error-footer a {
    text-decoration: underline;
}



/* ==========================================================================
Undersida: Tips & Frågor
========================================================================== */

.accordion-item {
    padding-bottom: 2rem;
}

.accordion-header {
    position: relative;
    padding: 0 2rem 1rem;
    border-bottom: 1px solid rgb(var(--primary-color));
    cursor: pointer;
}

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 Pro";
    transition: .5s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-header p {
    padding-right: 2.5rem;
}

.accordion-body {
    padding: 2rem;
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--black-color));
}

.footer-container {
    max-width: 150rem;
    padding: 0 5rem;
    margin: 0 auto;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 0 10rem;
    border-bottom: 1px solid rgb(var(--white-color), .2);
}

.footer-menu {
    margin: 1.5rem 0;
}

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

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

.footer-top p,
.footer-top a,
.footer-top li {
    color: rgb(var(--white-color), .7);
    font-weight: 400;
    font-size: 1.4rem;
}

.footer a:hover {
    color: rgb(var(--white-color));
}

.footer p.small-title {
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(var(--secondary-color)) !important;
}

.socials {
    display: flex;
    margin-top: 3rem;
}

.footer .circle-icon {
    width: 3rem;
    height: 3rem;
    font-size: 0;
    border: 1px solid rgb(var(--secondary-color));
    background-color: transparent;
    color: rgb(var(--secondary-color));
}

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

.footer em::before {
    font-size: 1.4rem;
}

.image-col img {
    width: 30rem;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.3rem;
    color: rgb(var(--white-color), .5);
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 300;
}

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

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

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

    .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%;
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer-bottom .socials {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 580px) {
    .footer-container {
        padding: 0 2rem;
    }
}