@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Montserrat&display=swap');

body {
    background: url("/static/images/svg/near-items.svg?v=1") repeat, url("/static/images/svg/bg-figs.svg?v=1") repeat;
    font-family: 'Montserrat', sans-serif;
}

header > span {
    margin-top: -1rem;
}

header .btn-group {
    height: fit-content;
}

h1 {
    font-size: 3rem;
}

h3 {
    font-size: 1.5rem;
}

.linebg {
    height: 100vh;
}

.sidemenu-button {
    margin: 12px;
    width: 30px;
    height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.offcanvas li img,
.offcanvas li svg {
    padding-right: 6px;
}

.sidemenu-button div {
    height: 3px;
    background-color: #333;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.sidemenu-button:hover div {
    background-color: #888;
}

.submenu {
    padding-left: 20px;
}

.submenu a {
    display: block;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .logo-container {
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
}


.logo-icon {
    display: none;
    padding: 0.5rem;
}

.logo {
    width: 18rem;
    padding: 1rem;
}

/*@media only screen and (orientation: portrait) {*/
/*    .logo {*/
/*        display: none;*/
/*    }*/

/*    .logo-icon {*/
/*        display: block;*/
/*    }*/
/*}*/

.no-border {
    border: none
}

.step-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-exercises-container {
    padding: 1em;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: rgba(56, 142, 60, 0.2);
    border-radius: 0.25rem;
}

.intro-exercises-container img {
    width: 10em;
}

.intro-exercises-container button {
    width: 8em;
}

.intro-exercises-container span {
    margin-top: 10px;
    max-width: 37em;
}

.how-it-works-container {
    padding: 1em;
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: rgba(222, 211, 201, 0.2);
    border-radius: 0.25rem;
}

.step-card img {
    width: 10em;
}

.step-card h3 {
    margin-top: 0.5em;
}

.start-container {
    padding: 0% 5% 0% 8%;
}

.start-container img {
    max-width: 100%;
    width: 400px;
    align-self: center;
}

.create-board-btn {
    min-width: 250px;
    width: fit-content;
}

.join-board-form {
    max-width: 444px;
}

.carousel-btn {
    width: 6rem;
    height: 6rem;
}

.bg-decor {
    opacity: 0.1;
    transition: opacity 0.5s;
    z-index: -10;
    position: absolute;
    user-select: none;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bg-decor > img {
    position: fixed;
    min-width: 1200px;
    width: 100%;
}

.feature-card {
    flex-wrap: wrap;
    display: flex;
    padding: 20px;
    border-radius: 0.25rem;
    margin: 20px;
    background-color: white;
}

.feature-card-text {
    flex: 1;
    min-width: 15em;
}

.card-section {
    background-color: rgba(222, 211, 201, 0.2)
}

.card-section img {
    align-self: center;
    max-width: 10em;
    height: auto;
    object-fit: contain;
}

.card-section h2 {
    text-align: center;
}
