/* colors */
:root {
    --skyBlue: #eaf0fa;
    --skyBlue_2: #d5e1f6;
    --skyBlue_3: #c0d2f1;
    --lightBlue: #7abfcc;
    --darkBlue: #1c5e9a;
    --green: #105013;
    --yellow: #ffc247;
    --yellow_2: #faa700;
    --red: #a50413;
    --darkViolet: #444054;
    --pink: #d6a2ad;
    --whiteSmoke: #f5f5f5;
    --floralWhite: #fbfbf2;
    --floralWhite-2: #f5f5e0;
}

html {
    scroll-behavior: smooth;
}

/* Small devices (phones) */
@media screen and (min-width: 0) {
    html {
        font-size: 75%;
    }
}

/* Medium devices (tablets) */
@media screen and (min-width: 750px) {
    html {
        font-size: 87.5%;
    }
}

/* Large devices (laptops, monitors) */
@media screen and (min-width: 1500px) {
    html {
        font-size: 100%;
    }
    .three-quaters-width-MQ4 {
        width: 75% !important;
    }
    .display-none-MQ4 {
        display: none !important;
    }
}

body {
    /* fonts */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    background-color: var(--floralWhite);
    /* fixes glitch when opening a exp page */
    margin-right: 0;
    transition: padding 0.5s;
}

body.noScroll {
    overflow-y: hidden;
    margin-right: 15px;
}

/* text style */
/* text style */
/* text style */
/* text style */
/* text style */
/* text style */

h1,
h2,
h3,
a {
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

a {
    text-decoration: none;
}

a.anchor-shift-down {
    scroll-margin-top: 10rem;
}

a.red {
    color: var(--red);
}

a.underline:hover {
    text-decoration: underline;
}

h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 800;
    padding: 0 2rem;
}

h2 {
    font-size: 3rem;
    padding: 15rem 0 10rem;
    color: #333;
}

h3 {
    font-size: 1.5rem;
    font-weight: 200;
    padding: 1rem 0rem;
}

h3.our-concept-description {
    background-color: var(--green);
    color: var(--floralWhite);
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    line-height: 2.6rem;
    width: max-content;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
}

p {
    font-size: 1.3rem;
    font-weight: 400;
}

ul {
    list-style-type: disc;
}

ul li {
    font-size: 1.3rem;
    font-weight: 400;
}

/* nav */
/* nav */
/* nav */
/* nav */
/* nav */
/* nav */

nav {
    position: sticky;
    top: 0;
    background-color: transparent;
    z-index: 10000;
    width: 100%;
    min-width: 346px;
}

nav ul {
    width: 100%;
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}

nav ul li {
    list-style-type: none;
    flex: 1;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    padding: 0 1rem;
}

nav ul li.half-width-flex {
    flex: 0.45;
}

nav ul li:has(> a.active) {
    border-radius: 100px;
    margin: 0 1rem;
    padding: 0;
}

nav ul li a {
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    width: 100%;
}

nav ul li a.dark {
    color: #333;
}

nav ul li a:hover,
nav ul li a:active {
    text-decoration: underline;
}

nav ul li a:hover.active,
nav ul li a:active.active {
    text-decoration: none;
}

nav ul li.next-section-button {
    display: none;
    flex: 0.2;
}

/* structural */
/* structural */
/* structural */
/* structural */
/* structural */
/* structural */

main {
    max-width: 1440px;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

main.hidden {
    visibility: hidden;
    opacity: 0;
}

main.hidden.now {
    transition: none;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#home {
    height: calc(100vh - 6em);
    align-items: flex-start;
}

section#home .margin-top-calc {
    margin-top: calc(100vh / -20);
}

section#home .gtranslate_wrapper_wrap {
    height: fit-content;
    padding: 1rem;
    z-index: 1;
}

section#home .gtranslate_wrapper_wrap_2 {
    height: fit-content;
    padding-top: 4rem;
    padding-bottom: 8rem;
    z-index: 1;
}

div.gt_options.gt-open a.nturl {
    float: left;
    clear: left;
}

.panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-half-width {
    width: 50%;
}

.panel-1-5 {
    width: 20%;
}

.panel-2-5 {
    width: 40%;
}

.panel-3-5 {
    width: 60%;
}

.panel-4-5 {
    width: 80%;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.panel-1-3 {
    width: 33%;
}

.panel-2-3 {
    width: 66%;
}

.panel-1-4 {
    width: 25%;
}

.panel-3-4 {
    width: 75%;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.pad-4 {
    padding: 4rem;
}

.pad-2 {
    padding: 2rem;
}

.pad-1 {
    padding: 1rem;
}

.pad-right-1 {
    padding-right: 1rem;
}

.pad-right-2 {
    padding-right: 2rem;
}

.pad-bottom-0 {
    padding-bottom: 0;
}

.pad-top-10 {
    padding-top: 10rem;
}

.pad-top-2p4 {
    padding-top: 2.4rem;
}

.margin-2 {
    margin: 2rem;
}

.margin-1 {
    margin: 1rem;
}

.align-items-flex-start {
    align-items: flex-start;
}

.display-none {
    display: none;
}

/* custom width */
.panel-26 {
    width: 26%;
}

.panel-20 {
    width: 20%;
}

.panel-23p8 {
    width: 23.8%;
}

.panel-24p8 {
    width: 24.8%;
}

.panel-25p9 {
    width: 25.9%;
}

/* card */
/* card */
/* card */
/* card */
/* card */
/* card */

.card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    background-color: var(--yellow);
}

.card-wrap .card {
    width: 33.333%;
    height: 36rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background-color: var(--yellow);
    transition: background-color 0.5s;
}

.card-wrap .card h3 {
    margin-bottom: 1rem;
    font-weight: 500;
    color: #333;
}

.card-wrap .card .bg-img-wrap {
    height: 100%;
    overflow: hidden;
}

.card-wrap .card .bg-img {
    height: 100%;
    transition: transform 0.5s;
}

.card-wrap .card:hover,
.card-wrap .card:active {
    background-color: var(--yellow_2);
}

.card-wrap .card:hover .bg-img,
.card-wrap .card:active .bg-img {
    transform: scale(1.1);
}

.card-wrap .card:hover h3,
.card-wrap .card:active h3 {
    text-decoration: underline;
}

.bg-img_cover {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.semi-trans-white-bg {
    background-color: rgba(255, 255, 255, 0.8);
}

img.logo {
    padding: 1rem;
    width: 14.5rem;
    transition: transform 0.5s ease;
}

img.logo:hover,
img.logo:active {
    transform: rotate(720deg);
}

/* color */
/* color */
/* color */
/* color */
/* color */
/* color */

/* nav menu items bg-color */
li.color_1 {
    background-color: var(--skyBlue);
}

li.color_2 {
    background-color: var(--green);
}

li.color_3 {
    background-color: var(--yellow);
}

li.color_4 {
    background-color: var(--red);
}

li.color_5 {
    background-color: white;
}

/* section h2 color */
section#nous h2,
section#notre-concept h2 {
    color: var(--green);
}

section#experiences h2 {
    color: var(--yellow);
}

section#experiences .comments-title h2 {
    color: white;
}

section#contact h2 {
    color: var(--red);
}

/* other */
span.green {
    color: var(--green);
}

span.multiColor {
    background: linear-gradient(90deg, var(--green), var(--yellow), var(--red));
    -webkit-background-clip: text;
    color: transparent;
}

h3.green-back {
    background-color: var(--green);
    color: var(--floralWhite);
    padding: 0 1rem;
    line-height: 2.6rem;
    align-self: flex-start;
    text-align: left;
    margin-bottom: 0.1rem;
    width: max-content;
}

/* experiences bg-img */
/* experiences bg-img */
/* experiences bg-img */
/* experiences bg-img */
/* experiences bg-img */
/* experiences bg-img */

#exp_1.card .bg-img {
    background-image: url("../assets/images/bike-tour-4.jpg");
}

#exp_2.card .bg-img {
    background-image: url("../assets/images/Après_midi_pêche_à_Dakar.jpg");
}

#exp_3.card .bg-img {
    background-image: url("../assets/images/lac-rose.jpg");
}

#exp_4.card .bg-img {
    background-image: url("../assets/images/Sine-Saloum.jpg");
}

#exp_5.card .bg-img {
    background-image: url("../assets/images/village_0.jpg");
}

#exp_6.card .bg-img {
    background-image: url("../assets/images/Voyage-sur-mesure_0.jpg");
}

/* experiences pages */
/* experiences pages */
/* experiences pages */
/* experiences pages */
/* experiences pages */
/* experiences pages */

.exp_page {
    position: fixed;
    top: calc((100vh / 10) * -1);
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    background-color: var(--floralWhite);
}

.exp_page.open {
    visibility: visible;
    top: 0;
    opacity: 1;
}

.exp_page.scroll {
    overflow-y: scroll;
}

.exp_page .content-wrap {
    max-width: 1440px;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.exp_page .content-wrap::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
}

.exp_page .content-wrap .close-page-box {
    position: sticky;
    top: 0;
    background-color: transparent;
}

.exp_page .content-wrap .close-page-box a.close-page {
    align-self: flex-end;
    z-index: 100;
}

.exp_page .content-wrap .close-page-box a.close-page img.close-icon {
    height: 5rem;
    padding: 0.8rem;
    background-color: var(--floralWhite);
}

.exp_page .content-wrap .close-page-box a.close-page img.close-icon:hover,
.exp_page .content-wrap .close-page-box a.close-page img.close-icon:active {
    background-color: var(--yellow);
}

.exp_page .content-wrap .bg-img {
    height: 40rem;
    width: 100%;
    background-size: contain;
    padding: 2rem;
}

.exp_page .content-wrap .img-wrap {
    display: flex;
    flex-direction: row;
}

.exp_page .content-wrap .title-box {
}

.exp_page .content-wrap .title-box h2 {
    padding: 4rem;
    font-size: 2rem;
    color: #333;
}

.exp_page .content-wrap .reserveWith-wrap {
    flex-direction: row;
    margin-top: 2rem;
    color: white;
}

.exp_page .content-wrap .reserveWith-wrap a.panel {
    /* padding: 10rem 5rem; */
    flex-direction: row;
}

.exp_page .content-wrap .reserveWith-wrap a.panel h3,
.exp_page .content-wrap .reserveWith-wrap a.panel i {
    font-size: 1.7rem;
    color: white;
}

.exp_page .content-wrap .reserveWith-wrap a.panel h3 {
    padding: 2rem 1rem;
}

.exp_page .content-wrap .reserveWith-wrap a.panel i {
    font-size: 1.5rem;
}

.exp_page .content-wrap .panel.full-width.contact-us {
    padding: 1rem;
    background-color: var(--yellow);
}

.exp_page .content-wrap .panel.full-width.contact-us h3 {
    color: black;
    padding: 1rem;
}

/* reviews */
/* reviews */
/* reviews */
/* reviews */
/* reviews */
/* reviews */

.comments-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    background-image: url("../assets/textures/beach_palmtrees_bg.jpg");
    background-position: initial;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 10rem;
    margin-top: 15rem;
}

.comments-wrap .comment-box {
    display: flex;
    justify-content: center;
    height: auto;
}

.comments-wrap .comment-box h5 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    padding-bottom: 2rem;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.comments-wrap .comment-box h5 .bold {
    font-weight: 600;
    font-size: 1.4rem;
}

.comments-wrap .comments-title {
    display: flex;
    flex-direction: row;
}

.comments-wrap .comments-title h2 {
    color: white;
    padding: 6rem;
    padding-top: 5rem;
    font-size: 2rem;
    border-bottom: 1px dotted white;
    width: 100%;
    margin-bottom: 4rem;
}

.comments-wrap h3.see-more-button {
    border: 1px solid #fff;
    font-size: 1.4rem;
    margin: 2rem;
    padding: 1rem 1.5rem;
    transition: border-radius 0.5s;
    color: white;
    z-index: 100;
}

.comments-wrap h3.see-more-button:hover,
.comments-wrap h3.see-more-button:active {
    border-radius: 10rem;
}

.comments-wrap .comment-box.hidden-comment {
    display: none;
}

.comments-wrap .comment-box.hidden-comment.show {
    display: flex;
}

/* carousel */
/* carousel */
/* carousel */
/* carousel */
/* carousel */
/* carousel */

.flickity-viewport {
    height: 44rem;
}

.carousel {
    background: transparent;
    height: auto;
    width: 100%;
}

.carousel-cell {
    height: 44rem;
    width: 100%;
    background-color: var(--floralWhite);
}

.carousel-cell-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
    opacity: 1;
}

/* contact */
/* contact */
/* contact */
/* contact */
/* contact */
/* contact */

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 42rem;
}

.contact-box h3,
.IG-box h3 {
    font-size: 1.5rem;
}

.contact-box h3.contact-info {
    background-color: var(--floralWhite);
    padding: 1rem 2rem;
}

.contact-box h3.contact-info,
.contact-box h3.contact-info a {
    color: var(--red);
}

.contact-box.contact-box-1 {
    background-image: url("../assets/images/B+M_2_crop.jpg");
}

.contact-box.contact-box-2 {
    background-image: url("../assets/images/colorful_boats.jpg");
}

.contact-us h3.contact-info,
.contact-us h3.contact-info a {
    color: black;
}

.contact-us h3.contact-info a,
.contact-box h3.contact-info a {
    text-decoration: none;
}

.contact-us h3.contact-info:hover a,
.contact-box h3.contact-info:hover a,
.contact-us h3.contact-info:active a,
.contact-box h3.contact-info:active a {
    text-decoration: underline;
}

.IG-box {
    display: flex;
    background-image: url("../assets/images/nil.png");
    padding: 19rem 5rem;
}

.IG-box a.IG-box-link h3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem 2rem;
}

.contact-us h3.contact-info a i.fa-arrow-up-right-from-square,
.contact-box h3.contact-info a i.fa-arrow-up-right-from-square,
.IG-box a.IG-box-link h3 i.fa-arrow-up-right-from-square {
    font-size: 1.2rem;
    padding-left: 0.5rem;
}

.IG-box a.IG-box-link:hover h3,
.IG-box a.IG-box-link:active h3 {
    text-decoration: underline;
}

section#footer {
    height: 10rem;
    margin-top: 20rem;
}

.gtranslate_wrapper {
    scale: 0.9;
}

.gtranslate_wrapper .gt_float_switcher .gt_options {
    overflow-y: visible !important;
}

.flickity-button:focus {
    box-shadow: none;
}

/* media queries */
/* media queries */
/* media queries */
/* media queries */
/* media queries */
/* media queries */

/* (0 to X) media queries */
/* (0 to X) media queries */
/* (0 to X) media queries */

/* MQ0 : all screens below 1000px */
@media screen and (min-width: 0) and (max-width: 1000px) {
    nav {
        position: fixed;
    }
    section#home {
        height: auto;
        padding-top: 14rem;
        padding-bottom: 0;
    }
    .auto-width-MQ0 {
        width: auto !important;
    }
    .full-width-MQ0 {
        width: 100%;
    }
    .half-width-MQ0 {
        width: 50%;
    }
    .two-fifth-width-MQ0 {
        width: 40%;
    }
    .third-width-MQ0 {
        width: 33%;
    }
    .flex-direction-col-MQ0 {
        flex-direction: column;
    }
    .flex-direction-col-reverse-MQ0 {
        flex-direction: column-reverse;
    }
    .flex-direction-row-MQ0 {
        flex-direction: row;
    }
    .margin-bottom-4-MQ0 {
        margin-bottom: 4rem;
    }
    .margin-bottom-2-MQ0 {
        margin-bottom: 2rem;
    }
    .margin-top-0-MQ0 {
        margin-top: 0 !important;
    }
    .margin-left-1-MQ0 {
        margin-left: 1rem;
    }
    .margin-1-2-MQ0 {
        margin: 1rem 2rem;
    }
    .pad-1-MQ0 {
        padding: 1rem;
    }
    .pad-2-MQ0 {
        padding: 2rem;
    }
    .pad-bottom-1-MQ0 {
        padding-bottom: 1rem;
    }
    .pad-right-0-MQ0 {
        padding-right: 0;
    }
    .overflow-x-scroll-MQ0 {
        overflow-x: scroll;
    }
    .justify-content-start-MQ0 {
        justify-content: flex-start;
    }
    .display-none-MQ0 {
        display: none;
    }
    .display-flex-MQ0 {
        display: flex;
    }
    .flex-wrap-MQ0 {
        flex-wrap: wrap;
    }
    .flex-2-MQ0 {
        flex: 2;
    }
}

/* MQ0a : all screens below 820px */
@media screen and (min-width: 0) and (max-width: 820px) {
    .width-auto-MQ0a {
        width: auto;
    }
    .width-100-MQ0a {
        width: 100% !important;
    }
    .width-50-MQ0a {
        width: 50%;
    }
    .pad-1-MQ0a {
        padding: 1rem;
    }
    .flex-dir-col-MQ0a {
        flex-direction: column !important;
    }
    .flex-dir-row-MQ0a {
        flex-direction: row !important;
    }
    .pad-bottom-MQ0a {
        padding-bottom: 2rem;
    }
    a.underline-MQ0a {
        text-decoration: underline !important;
        color: white;
    }
    a.underline-MQ0a.red {
        color: var(--red);
    }
    a.underline-MQ0.black {
        text-decoration: underline !important;
        color: black !important;
    }
}

/* MQ-NAV just for top navigation menu 589px */
@media screen and (min-width: 0) and (max-width: 589px) {
    .display-none-MQ-NAV {
        display: none;
    }
    .display-MQ-NAV {
        display: flex !important;
    }
    .green-back-MQ-NAV {
        width: auto !important;
        padding: 0.5rem 1rem !important;
        line-height: 2.3rem !important;
    }
    .our-concept-description-MQ-NAV {
        width: auto !important;
    }
    .pad-bottom-4-MQ-NAV {
        padding-bottom: 4rem !important;
    }
    .pad-top-2-MQ-NAV {
        padding-top: 2rem !important;
    }
    section#home {
        padding-top: 18rem;
    }
    h2 {
        padding: 16rem 2rem 8rem;
    }
}

/* MQ-NAV-UL just for top navigation menu 565px */
@media screen and (min-width: 0) and (max-width: 565px) {
    nav ul {
        padding: 0rem;
    }
    section#home {
        padding-top: 14rem;
    }
}

/* MQ1 : Small devices (e.g. phones) (0px to 500px) */
@media screen and (min-width: 0) and (max-width: 500px) {
    .card-wrap .card {
        width: 100%;
        height: calc(100vw / 0.85);
    }
    .full-width-MQ1 {
        width: 100%;
    }
    .flex-order-repostion-MQ1 {
        order: -1;
    }
    .padding-19-4-MQ1 {
        padding: 19rem 4rem !important;
    }
    .margin-2-MQ1 {
        margin: 2rem !important;
    }
    .flex-0p3-MQ1 {
        flex: 0.3;
    }
    .gtranslate_wrapper {
        scale: 0.8;
    }
    .display-none-MQ1 {
        display: none;
    }
    .display-block-MQ1 {
        display: block;
    }
    .pad-bottom-0-MQ1 {
        padding-bottom: 0 !important;
    }
    a.anchor-shift-down {
        scroll-margin-top: 18rem;
    }
}

/* MQ1a : (very) Small devices (e.g. small phones) (0px to 400px) */
@media screen and (min-width: 0) and (max-width: 400px) {
    .font-size-3p2-MQ1a {
        font-size: 3.2rem;
    }
}

/* (X to X) media queries */
/* (X to X) media queries */
/* (X to X) media queries */

/* MQ2 : Medium devices (e.g. tablets) (500px to 1000px) */
@media screen and (min-width: 500px) and (max-width: 1000px) {
    .card-wrap .card {
        width: 50%;
        height: calc(100vw / 1.7);
    }
    .three-quaters-width-MQ2 {
        width: 75%;
    }
    .width-42-REM-MQ2 {
        width: 42rem;
    }
    .padding-19-8p7-MQ2 {
        padding: 19rem 8.7rem !important;
    }
}

/* MQ2a : (500px to 750px) */
@media screen and (min-width: 500px) and (max-width: 750px) {
    .full-width-MQ2a {
        width: 100%;
    }
    .two-thirds-width-MQ2a {
        width: 66%;
    }
    .gtranslate_wrapper {
        scale: 0.8;
    }
}

/* MQ2b : (750px to 1000px) */
@media screen and (min-width: 750px) and (max-width: 1000px) {
    .half-width-MQ2b {
        width: 50%;
    }
    .two-fifth-width-MQ2b {
        width: 40%;
    }
    .one-third-width-MQ2b {
        width: 33%;
    }
}

/* MQ3 : Large devices (e.g. laptop) (1000px to 1500px) */
@media screen and (min-width: 1000px) and (max-width: 1500px) {
    .card-wrap .card {
        height: calc(100vw / 2.7);
    }
}

/* MQ3a : (1000px to 1250px) */
@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .card-wrap .card h3 {
        font-size: 1.4rem;
    }
    .pad-0-MQ3a {
        padding: 0;
    }
    .width-46-MQ3a {
        width: 46%;
    }
    .one-third-width-MQ3a {
        width: 33%;
    }
    .one-quater-width-MQ3a {
        width: 25%;
    }
    .three-quaters-width-MQ3a {
        width: 75%;
    }
    .half-width-MQ3a {
        width: 50%;
    }
    .full-width-MQ3a {
        width: 100%;
    }
    .four-fifth-width-MQ3a {
        width: 80%;
    }
    .flex-direction-col-MQ3a {
        flex-direction: column;
    }
    .flex-direction-col-reverse-MQ3a {
        flex-direction: column-reverse;
    }
    .flex-direction-row-MQ3a {
        flex-direction: row;
    }
    .flex-wrap-MQ3a {
        flex-wrap: wrap;
    }
}

/* MQ3b : (1250px to 1500px) */
@media screen and (min-width: 1250px) and (max-width: 1500px) {
    .pad-3-MQ3b {
        padding: 3rem;
    }
    .pad-top-1-MQ3b {
        padding-top: 1rem;
    }
    .three-quaters-width-MQ3b {
        width: 75%;
    }
    .display-none-MQ3b {
        display: none;
    }
}

/* very large (e.g. monitor) = default */
/* the end, thank you, Oliver Simpson */
