@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 5
   Review Assignment
   
   Author:   Andrew Marks
   Date:     10/30/2025
   
   Filename: tf_print2.css

   This file contains the printer styles used with the Trusted
   Friends Parents Tips page

*/



/* Hidden Objects */

nav.horizontal, h1 body header, aside, footer {
   display: none;
}

/* Page Box Styles */

@page {
   size: 8in 11in;
   margin: 0.5in;
}

/* Header Styles */

article img {
   display: block;
}

/* Typography Styles */

header#article {
   margin-bottom: 0.2in;
}

h1 {
   font-size: 24pt;
   line-height: 26pt;
}

aside {
   background-color: rgb(211, 211, 211);
}

h1 aside {
   font-size: 18pt;
   line-height: 20pt;
}

article img {
   width: 0.8in;
}

p {
   font-size: 12pt;
   margin-bottom: 0.1in;
}

/* Hypertext Styles */

a {
   color: black;
   text-decoration: none;
}

a::after {
   content: " (" attr(href) ") ";
   font-weight: bold;
   word-wrap: break-word;
}

/* Page Break Styles */

img, ul, ol {
   page-break-inside: avoid;
} 

p {
   orphans: 3;
   widows: 3;
}
