/* Reset some styles to improve printing */
body {
    margin: 0;
    padding: 0;
    background: none;
    line-height: 1.6;
}

/* Remove unnecessary elements from print */
footer, .header, .navbar, .cta, .btn-xl {
    display: none;
}
header .container {
    background-image: none;
}

/* Adjust content width for printing */
header .intro-text {
    padding: 0;
}
.page-content {
    padding: 0;
    margin: 0;
    width: 100%;
}
.container {
    width: 100%;
}

header .intro-text h1 {
    font-size: 24px;
}
h1, h2, h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

/* Add some space between paragraphs */
p {
    margin-bottom: 20px;
}

.blog-date {
    font-size: 16px;
}

.col-md-3 {
    width: 20%;
}
.col-md-9 {
    width: 80%;
}

.blog-disclaimer p {
    margin-top: 0;
}
