@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 5
   Review Assignment
   
   Author: John Manke
   Date:   10-6-14
   Filename: print.css

*/




/* Page Box Styles */
@page {
   size: 8.5in 11in;
   margin: 0.5in;
}

*{
   font-size: 150%;
   align-items: center;
   text-align: center;
}

/* Header Styles */

.logo {
   max-width: 220px;
}

div#dateNow {
   display: none
}

title {
   display: none
}

nav,
nav#datesNav {
   display: none;
}


figure.bodyPicture1
{
   transform: rotate(0deg) translate(0px, 0px);
   margin-left: 10px;
   margin-top: 20px;
   max-width: 320px;
}

figure.bodyPicture2
{
      transform: rotate(0deg) translate(0px, 0px);
      margin-left: 5px;
      margin-top: 20px;
      max-height: 200px;
      max-width: 200px;
}

#video {
   display: none;
}



/* Hypertext Styles */
 a {
   color: black;
   text-decoration: none;
 }


/* Page Break Styles */

aside::after {
   page-break-after: always;
}


p {
   widows: 3;
   orphans: 3;
}

footer {
   display: none;
}

.bodyPicture2 {
   width: 50%;
}
