
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

 /* HEADER SECTION  */

.headerContainer {
    display: flex;
    justify-content: space-around;
    height: 600px;
    background: #27374D;
    margin-bottom: 75px;
}

.logoBrand {
    height: 50px;
    width: 50px;
    filter: invert(1);
    margin-top: 50px;
}

.aboutMeSection {
    display: flex;
    align-items: center;
    width: 810px;
}

.nameBioSection {
    padding-left: 20px;  
}



.imageMe {
    height: 300px;
    border-radius: 15px;
}

.socialMedia {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    width: 310px;
}

.socialMediaIcon {
    width: 30px;
    filter: invert(1);
}

/* END HEADER SECTION */

/* PROJECTS & FEEDBACK SECTION */


.projectFeedbackSection {
    display: flex; 
    gap: 130px;
}

.projectImages {
    height: 190px;
    width: 190px;
    border-radius: 15px;
    box-shadow: -19px 23px 30px rgba(0, 0, 0, 0.25);
}

.textarea {
    padding-left: 25px;
}

p {
    margin-bottom: 5px;
}

.project {
    display: flex;
    align-items: center;
}

.projectOne {
    margin-bottom: 35px;
}

.feedbackSection {
    margin-top: 60px;
}

/* .buttonProjectMore {
    width: 110px;
    height: 35px;
    background: #27374D;
    border-radius: 77px;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
} */

a {
    text-decoration: none;
    color: #FFFFFF;
}

.commentSectionCharacterLimit {
    margin-top: 10px;
}

.commentSubmitButton {
    margin-top: 25px;
}

/* .clickForMoreProjects {
    width: 385px;
    height: 45px;
    background: #27374D;
    color: #FFFFFF;
    border-radius: 77px;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
} */

/* END PROJECTS & FEEDBACK SECTION */

/* BLOG POST SECTION  */

.blogPostSection {
    height: 1050px; 
    background: #27374D;
}

.textBlogPost {
    width: 1060px;
}

.buttonBlog {
    margin-bottom: 20px;
}

.blogPostExamples {
    margin-top: 150px;
    padding-top: 50px;
    width: 1060px;
}

.readMoreBlogsButton {
    width: 350px;
    height: 50px;
    padding: 0px 10px 0px 10px;
    background: #FFFFFF;
    border-radius: 127px 127px 127px 127px;
}

.readMoreBlogs {
    color: #27374D;
    font-size: 18px;
    text-align: center;   
}

/* END BLOG POST SECTION  */

/* FOOTER */

.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
}

.logoBrandFooter {
    height: 50px;
    width: 50px;
}

.socialMediaIconFooter {
    width: 30px; 
}

/* END FOOTER */

.contactform {
    display: flex;
    flex-direction: column;
}

label {
    display: block;
    margin-top: 10px;
}

input, textarea {
    width: 500px;
    box-sizing: border-box;
}

.char-count {
    font-size: 0.9em;
    color: gray;
    text-align: right;
}
button {
    width: 110px;
    height: 35px;
    background: #27374D;
    border-radius: 77px;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
/* button:hover {
    background-color: #0056b3;
} */