/* BLOG POST SECTION  */
/* MAX-WIDTH: 1199PX */
@media (max-width: 1199px) {

    .textBlogPost {
        width: 900px;
    }

    .blogLine {
        display: none;
    }

    .buttonBlog {
        padding-right: 80px;
    }
}

/* MAX-WIDTH: 991PX */
@media (max-width: 991px) {

    .blogPostSection {
        height: 900px;
    }

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

    .textBlogPost {
        width: 400px;
    }

    .buttonBlog {
        padding-right: 280px;
    }
}

/* END BLOG POST SECTION */

/* HEADER SECTION */
/* MAX-WIDTH: 900PX */
@media (max-width: 900px) {

    .aboutMeSection,
    .headerContainer, 
    .myName, 
    .myBio {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .headerContainer {
        padding-top: 25px;
    }

    .textarea {
        padding-left: 0;
    }

    .myBio {
        width: 550px;
    }

    .logoBrand {
        display: none;
    }

    .socialMedia {
        margin-top: 0px;
    } 
} 

/* END HEADER SECTION */

/* PROJECT SECTION */

@media (max-width: 900px) {

    .projectFeedbackSection {
        gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .projectHeader {
        padding-bottom: 25px;
    }

    .projects {
        gap: 25px;
    }

    .textarea {
        padding-left: 25px;
    }

    .projects , 
    .projectHeader,
    .clickForMoreButton {
        display: flex;
        align-items: baseline;
        justify-content: space-evenly;
    }

    .feedbackSection {
        width: 700px;
        
    }

    .form-floating,
    .text-body-secondary {
        width: 700px;
    }

    .buttonBlog {
        padding-left: 670px;
    }

    .textBlogPost {
        width: 500px;
    }


}

@media (max-width: 750px) {

  .feedbackSection{
    width: 450px;
    }

    .text-body-secondary,
    .input-group,
    .form-floating,
    .header4 {
        width: 500px;
    }

 

}

/* END PROJECT SECTION */

/* FOOTER SECTION */
/* MAX-WIDTH: 783PX */

@media (max-width: 783px){

    .projects {
        display: flex;
        flex-direction: column;
    }
}
/* END FOOTER SECTION */

@media (max-width: 560px) {

    .imageMe {
        height: 200px;
    }

    .myBio {    
        width: 350px;
    }

    .blogPostExamples {
        width: 540px;
    }

    .footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .socialMediaFooter {
      margin-left: 30px;
    }
    /* aboute me 
    feedback section
    Blog Post
    footer */
}


@media (max-width: 530px) {

    .feedbackText,
    .form-select,
    .input-group,
    .form-floating {
        width: 430px;
    }

    
}

@media (max-width: 430px) {
/* FIX THIS SECTION AND BLOG 
POST COMMENT SECTION */

    .feedbackSection {
        padding-left: 80px;
    }

    .blogPostExamples,
    .TextBlogPost {
        width: 410px;
    }

    .feedbackText {
        width: 400px;
    }

    .input-group,
    .form-select,
    .form-floating,
    .feedbackText {
        width: 300px;
    }

    .textBlogPost {
        width: 350px;
    }

    .buttonBlog {
        margin-right: 120px;
    }

    
}
