/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* Major Headers - White  */
h1 {font-size:130%; color: #cce1eb; display: block; margin: 0; letter-spacing: .2em; padding-bottom: .1em; text-decoration: underline; text-transform: uppercase; font-weight: 600; line-height: 115%;  font-family: 'Montserrat', sans-serif; }


/* Section headers - Blue */
h2 {font-size:370%; margin: .3em 0; line-height: 115%; display: block; color: #fff; font-weight: normal; font-family: 'EB Garamond', serif; }


/* paragraph headers - Blue */
h3 {font-size:170%; margin: .4em 0; line-height: 120%; display: block; color: #2b6086; font-weight: 500; text-align: left; font-family: 'Montserrat', sans-serif; }


/* paragraph headers - Black */
h4  {font-size:130%; margin: .3em 0; line-height: 115%; display: block; color: #000; font-weight: 600; font-family: 'Montserrat', sans-serif; }

blue {color: #2b6086;}


.zoom-ncua {
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
z-index:999;
}


.zoom-ncua:hover {
  transform: scale(2.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

td { vertical-align: middle;}