/* Boka Flyttstäd AB */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 73, 105, 80;
    --primary-light-color: 132, 169, 140;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 182, 169, 145;
    --gray-light-color: 243, 241, 237;
    --white-color: 255, 255, 255;

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

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

    /* 	Mobile nav */
    --activate-mobile-menu: 980;
    --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;
}

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

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

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

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

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

/* Bredder */


/* Ovriga klasser */


@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: "Poppins", sans-serif;
}

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(var(--primary-color));
}

.section-title {
    padding-bottom: .5em;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
}

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

.text-small {
    font-size: 1.4rem;
}

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

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

/* Lista - Pills */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.list-pills li {
    font-size: 1.2rem;
    font-weight: 600;
    padding: .5rem 1.3rem;
    margin: 4px;
    border-radius: 2rem;
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--gray-light-color));
    background: rgb(var(--gray-color));
}

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

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

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

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

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

    /* Rubriker */
    .section-title {
        font-size: 3.8rem;
    }

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

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

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

    .section-title {
        font-size: 2.5rem;
    }

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2rem;
    margin: 7px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

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

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

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

/* 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;
}

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

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

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

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

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

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

/* Grafiska element
========================================================================== */
/* Border radius */
.br-1 {
    border-radius: 1rem;
    overflow: hidden;
}

.br-05 {
    border-radius: .5rem;
    overflow: hidden;
}

/* Osymetrist border radius */
.blob {
    border-radius: 55% 45% 47% 53% / 52% 36% 64% 48%;
}

/* Animerad blob */
.morph {
    animation: morph 3s linear infinite;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

    34% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    }
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    background-color: rgb(var(--black-color), .5)
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

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

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

a.card-item {
    text-decoration: none;
}

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

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

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

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

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

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

/* Card 2-2 */
.card-2-2 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.card-2-2 .card-header i {
    font-size: 2.5rem;
}

@media only screen and (max-width: 750px) {
    .card-2-2 .card-item:not(:last-of-type) {
        margin-bottom: 4rem;
    }

    .card-2-2 .card-header {
        width: 6rem;
        height: 6rem;
    }
}

/* Card 2-4 */
.card-2-4 .card-item {
    display: flex;
    /* align-items: center; */
}

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.card-2-4 .card-header i {
    font-size: 2.2rem;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: 0 1.5rem;
}

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

    .card-2-4 .card-header {
        width: 4.5rem;
        height: 4.5rem;
    }

    .card-2-4 .card-header i {
        font-size: 2.3rem;
    }

    .card-2-4 .card-body {
        padding: 1rem 0 0 0;
    }
}

/* 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;
}

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

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

    .split-content {
        width: 100%;
    }

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

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

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

/* Header / Navigation
========================================================================== */
header {
    border-bottom: 1px solid rgb(var(--gray-color));
    background-color: rgb(var(--gray-light-color));
}

header:not(.scrolled) {
    border-color: transparent;
    background-color: transparent;
}

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

.header-logo a {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.header-logo i {
    margin-right: 1rem;
    font-size: 4.2rem;
    color: rgb(var(--primary-color));
}

.header-logo .text-logo {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header-logo .text-logo span:nth-child(1) {
    font-size: 2rem;
    line-height: 1.3;
}

.header-logo .text-logo span:nth-child(2) {
    font-size: 1.3rem;
}

header:not(.scrolled, .active-menu) .header-logo a {
    color: rgb(var(--gray-light-color));
}

header:not(.scrolled, .active-menu) .header-logo i {
    color: rgb(var(--gray-color));
}

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

/* Nav */
.TemplateMenu a {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(var(--black-color));
}

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

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

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

header:not(.scrolled) .header-cta-wrapper .btn {
    border-color: rgb(var(--gray-color));
    background-color: rgb(var(--gray-color));
}

header:not(.scrolled) .header-cta-wrapper .btn:hover {
    color: rgb(var(--white-color))
}

/* Mobilmeny */
.mobile-menu:not(.scrolled, .active-menu) {
    --menu-color: var(--white-color);
}

@media only screen and (max-width: 580px) {
    /* Header logo */
    .header-logo i {
        margin-right: 5px;
        font-size: 3rem;
    }

    .header-logo .text-logo span:nth-child(1) {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .header-logo .text-logo span:nth-child(2) {
        font-size: 1.2rem;
        white-space: nowrap;
    }

    /* CTA */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.2rem;
        font-size: 1.2rem;
        font-weight: 500;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.top-section .section-block {
    width: 100%;
    padding-bottom: 25rem;
}

.top-section .text-block-center {
    max-width: 85rem;
}

.top-section .section-title {
    font-size: 5.5rem;
    font-weight: 600;
    color: rgb(var(--white-color));
}

.top-section p {
    max-width: 58rem;
    margin: 0 auto;
    color: rgb(var(--white-color));
}

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

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

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

/* Formular (aven Boka flyttstad)
========================================================================== */
.section-cta-form .section-block-wrapper {
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgb(var(--white-color));
}

.IndexPage:not(.EditMode) .section-cta-form .section-block-wrapper {
    position: relative;
    margin-top: -25rem;
}

.section-cta-form .col-0 {
    padding: 3rem 5rem 3rem 3rem;
    border-radius: 5px 0 0 5px;
    background-color: rgb(var(--gray-light-color));
}

.section-cta-form .col-1 {
    padding: 3rem 3rem 3rem 5rem;
    border-radius: 0 5px 5px 0;
    background-color: rgb(var(--gray-light-color));
}

.section-cta-form.bg-white .section-block-wrapper {
    background-color: rgb(var(--gray-light-color));
}

.section-cta-form.bg-white .col-0 {
    background-color: rgb(var(--white-color));
}

.section-cta-form.bg-white .col-1 {
    background-color: rgb(var(--white-color));
}

.section-cta-form .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-cta-form .ContactForm>div {
    width: 49%;
}

.section-cta-form .ContactForm div.ContactFormName,
.section-cta-form .ContactForm div.w-100,
.section-cta-form .ContactForm div.submit-button-container {
    width: 100%;
}

.ContactForm input[type="text"]:not(.illegal),
.ContactForm input[type="number"]:not(.illegal),
.ContactForm input[type="email"]:not(.illegal),
.ContactForm input[type="tel"]:not(.illegal),
.ContactForm input[type="date"]:not(.illegal),
.ContactForm input[type="datetime-local"]:not(.illegal),
.ContactForm select:not(.illegal),
.ContactForm textarea:not(.illegal),
.ContactForm .file-dropzone:not(.illegal) {
    border-radius: 1.5rem;
    border-color: rgb(var(--gray-color));
}

.ContactForm .checkbox-field.w-100 .group-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.ContactForm .checkbox-field.w-100 .checkbox-option {
    width: 49%;
}

.ContactForm .checkbox-option label {
    font-size: 1.4rem;
    font-weight: 300;
}

.ContactForm>div.submit-button-container {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .IndexPage .section-cta-form .section-block-wrapper {
        flex-direction: column-reverse;
    }

    .IndexPage .section-cta-form .col-0,
    .IndexPage .section-cta-form .col-1 {
        width: 100%;
        padding: 3rem;
    }
}

@media only screen and (max-width: 680px) {
    .section-cta-form .ContactForm>div,
    .ContactForm .checkbox-field.w-100 .checkbox-option {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .section-cta-form .section-block-wrapper {
        padding: 1rem;
    }

    .section-cta-form .col-0 {
        padding: 2rem;
    }

    .section-cta-form .col-1 {
        padding: 2rem;
    }
}

/* CTA
========================================================================== */
.section-cta {
    background-image: url('/assets/images/flyttlador-2000px.jpg');
}

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

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: center;
    min-height: 45rem;
    padding-top: var(--menu-height);
    margin-top: calc(var(--menu-height) * -1);
    text-align: center;
    background-color: rgb(var(--black-color), .5);
}

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

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

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

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

/* ==========================================================================
Undersida: Flyttstadning
========================================================================== */
.table {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    border: 1px solid rgb(var(--primary-color));
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgb(var(--white-color));
    transition: .3s ease;
}

.row:not(.table-heading):hover {
    background-color: rgb(var(--white-color));
}

.cell {
    width: calc(100% / 2);
    padding: 1rem;
}

/* Innehåll */
.row:not(.table-heading) .cell p {
    padding: 0;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
}

@media only screen and (max-width: 630px) {
    .row {
        align-items: flex-start;
    }

    .row .cell:nth-child(1) {
        flex-grow: 1;
    }

    .row .cell:nth-child(2) {
        width: 18rem;
    }

    /* Innehåll */
    .row:not(.table-heading) .cell p {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
Undersida: FAQ
========================================================================== */
.accordion-item {
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgb(var(--gray-light-color));
    transition: .3s ease;
}

.accordion-header {
    position: relative;
    display: flex;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    text-decoration: none;
}

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: rgb(var(--primary-color));
    transition: .5s ease;
}

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

.accordion-header em,
.accordion-header i {
    flex-shrink: 0;
    min-width: 2.5rem;
    margin-right: 2rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

.accordion-body {
    padding: 0 2rem 2rem;
}

.accordion-body p {
    font-size: 1.5rem;
}

@media only screen and (max-width: 800px) {
    .accordion-wrapper.w-50 .accordion-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .accordion-header {
        padding: 1rem 3rem 1rem 1rem;
    }

    .accordion-header::after {
        top: 1.5rem;
        right: .8rem;
    }

    .accordion-header em,
    .accordion-header i {
        min-width: 2rem;
        margin-right: 1rem;
        font-size: 1.5rem;
        line-height: 2;
    }

    .accordion-body {
        padding: 0 1rem 1rem;
    }
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .section-block-wrapper {
    max-width: 80rem;
}

.section-contact .Contact {
    padding: 2rem;
    border-radius: 1rem;
    background-color: rgb(var(--gray-light-color));
}

.section-contact .ContactForm {
    padding: 4rem;
    border-radius: .5rem;
    background-color: rgb(var(--white-color));
}

@media only screen and (max-width: 480px) {
    .section-contact .ContactForm {
        padding: 2rem;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 5rem;
    border-top: 1px solid rgb(var(--gray-color));
    background-color: rgb(var(--gray-light-color));
}

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

.footer-menu {
    width: 20%;
}

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

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

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

.footer-top li,
.footer-top p:not(.text-label),
.footer-top a {
    color: rgb(var(--gray-dark-color));
    text-decoration: none;
}

.footer-top a {
    transition: .2s ease;
}

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

.footer-top em {
    width: 2rem;
    margin-right: 5px;
    font-size: 1.4rem;
    text-align: center;
}

/* Social Menu */
.social-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-menu li {
    margin: 1rem 1rem 1rem 0;
}

.social-menu a {
    font-size: 1.4rem;
    color: rgb(var(--black-color));
    padding: 5px 10px;
    border-radius: 2rem;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

.social-menu a:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--black-color));
    transition: all .3s ease;
}

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

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--gray-dark-color));
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

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

    /* Footer top */
    .footer-menu {
        width: 48%;
        margin: 0 0 5rem;
    }

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

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

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

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0;
    }

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

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

    /* Footer top */
    .footer-menu {
        margin: 0 0 3rem;
    }

    /* Social Menu */
    .social-menu {
        justify-content: center;
    }

    .social-menu li {
        margin: 1rem 5px;
    }

    .social-menu a {
        font-size: 1.2rem;
    }

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

    .footer-bottom p,
    .footer-bottom a {
        font-size: 1.3rem;
    }

    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}