html,
body {
    max-width: 1500px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.navbar {
    margin-right: 50px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

#logo {
    margin-top: -7%;
}

#pymuco {
    z-index: 2;
    margin-top: -50px;
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 75px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#slogan-mb-container {
    color: #555555;
}

.copyright {
    font-size: 10px;
}

#mb-btn {
    border: none;
}

#mb-btn:hover {
    border: none;
    background-color: transparent;
}

#mb-btn:focus {
    outline: none;
    box-shadow: none;
}

#main_card {
    max-width: 300px;
    width: 300px;
    height: 200px;
}

#main_card:hover {
    transition: background-color 0.5s ease;
}

#main_card:hover {
    transition: background-color 0.5s ease;
}

#main_card:hover .card-title,
#main_card:hover .card-text {
    color: black;
    transition: color 0.5s ease;
}

#post_img {
    width: 900px;
    height: 400px !important;
    object-fit: cover !important;
}

#img_profile {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 30px;
}

#content {
    margin-top: 10%;
    margin-bottom: 5%;
}

#content_block {
    margin-top: 5%;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.972);
}

#detail_container {
    margin-top: -10%;
}

#post_body_content {
    width: 100%;
    text-align: start;
    text-align: end;
    text-align: left;
    text-align: right;
    text-align: center;
    text-align: justify;
}


#list_post_body h3 {
    margin-top: 20px;
    font-size: 14px;
}


@media only screen and (max-width: 1250px) and (min-width: 956px) {

    #main_card {
        width: 220px;
        height: 200px;
    }

}







/* Media query for devices with a maximum width of 767 pixels (mobile devices) */
@media only screen and (max-width: 767px) {

    * {
        box-sizing: border-box;
    }

    body>* {
        width: 100%;
    }

    #logo {
        margin-top: -10%;
    }

    #pymuco {
        z-index: 2;
        margin-top: -50px;
        font-size: 4em;
    }

    #slogan-mb-container {
        width: 90%;
        color: #555555;
    }

    #mb-btn {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    #img_profile {
        margin-top: 30px;
    }

    #post_title {
        font-size: medium;
        width: 80%;
    }

    #post_title_md {
        font-size: 2rem;
    }

    #list_post_body {
        margin-top: 20px;
        font-size: small;
    }

}
