/*End Generated Styles*/body {
    background-image: url('/uploads/2023/07/20/seaweed-background.jpg');
    background-size: cover;
}

#header.custom {
    background-position-x: -1550px!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
}
.webdexpress_header {
    padding: 50px;
}
#header a {
    text-shadow: 2px 2px #fff;
}

#header h1 {
    margin: 0;
    text-align: center;
}
#header h2 {
    margin: 0;
    text-align: center;
    color: #000;
    text-shadow: 
    2px 0 0 white, /*right */
    0 2px 0 white, /*top */
    -2px 0 0 white, /*left */
    0 -2px 0 white; /*bottom */
}

#logo img {
    width: 200px;
}

.row {
    display: block;
}

.column {
    display: block;
}

.img {
    text-align: center;
}

#user_content .img img{
    width: 100%;
    max-width: 500px;
}

#user_content .product img{
    width: 100%;
    max-width: 200px;
}
@media only screen and (min-width: 800px)  {
    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
    }

    .img {
        flex: 0 0 300px;
    }

    .product {
        flex: 0 0 100px;
    }

    .content {
        padding: 20px;
        justify-content: center;
    }

}

@media only screen and (min-width: 850px)  {
    .webdexpress_header {
        padding: 200px 50px;
    }
    #header.custom {
        background-position-x: 0!important;
        background-repeat: repeat!important;
    }
    #header h1,
    #header h2 {
        text-align: left;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .webdexpress_header {
        display: flex;
    }
    #header .title {
        flex: 1;
        display: inline-block;
        padding: 15px 0 0 0;
    }
    #logo {
        flex: 0 0 250px;
        overflow: hidden;
        white-space: nowrap;
    }
}