/* *****************************************************************************
 * Filename: site-print.css
 * Description: This file styles the webpage.
 * Owner: Alvin McGovern
 * Author: Alvin Orzechowski, MyFirstWebPage.net
 * Date: Sun May 10 2020
 * Revised: Fri Nov 20 2020
 * *****************************************************************************/

/* -----------------------------------------------------------------------------
 * HTML tags
 * ----------------------------------------------------------------------------- */
 
body {
}

/* -------------------------------------------------------------------------- 
 * anchors
 * -------------------------------------------------------------------------- */

a {
  color: #000000;
}
a.external_link {
  background: none;
  padding-right: 0;
}
a.pdf_link {
    background: none;
    padding-left: 0;
}
a.contact_link {
  background: none;
  padding-right: 0;
}

a.map_link {
    background: none;
    padding-left: 0;
}  
span.map_link {
    display: none;
}

/* -----------------------------------------------------------------------------
 * ids
 * ----------------------------------------------------------------------------- */

#container_div {
  width:100%; 
  text-align: left;
}
#header_div, header {
  border: none;
  background-color: #ffffff; 
  padding-top: 0;
  padding-bottom: 0;
}
#main_div, main {
}
#footer_div, footer {
  border: none;
  background-color: #ffffff; 
}

/* -----------------------------------------------------------------------------
 * classes
 * ----------------------------------------------------------------------------- */

.height-min {
  height: auto;
}
.onlyOnline {
  display: none;
}
.onlyPrint {
  display: inline;
  }
.pageBreak { 
  page-break-before: always; 
}