/*
 * Theme Name: Kendra Lee - CSCI 4460 Child Theme
 * Template: kendrajohnson-csci4460
 * Author: Kendra Lee Johnson
 */

html, body, * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#masthead .header-slider img,
.header-slider .slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

#primary .first-post-box,
article.first-post-box {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

#primary .first-post-box .post-thumbnail img,
article.first-post-box .post-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.first-post-box .entry-content,
.first-post-box .entry-header {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-wrap: break-word;
}