/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   SHARED ELEMENTS: GENERIC
----------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Goudy Bookletter 1911', serif, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
  
}

a {
	color:#d83800;
}

	a:hover {
		color:#d83800;
		text-decoration: underline;
	}

body {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
}
.main-image {
	text-align:center;
}

.main-image img {
	
	padding-bottom:15px;
	border-bottom: 1px dotted #7f776e;
}

.close-reveal-modal:hover {
	text-decoration:none;
}
/*-------------- header/nav --------------*/


.header {
	position:absolute;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px dotted white;
	background: rgba(0,0,0,0.5);  /*includes alpha at 50% */
	z-index: 900;
}

.nav {
	position: relative;
	display: block;
	text-align: center;
	line-height:40px;
	margin: 0 auto;
	margin-top:12px;
}

.brand {
	padding-bottom:15px;
	margin-top:-5px;
}
/*
.header.active a,
.header.active a:hover {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  padding: 20px;
}
*/
.navlink a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  padding: 20px;
  background:none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease; 
	-ms-transition: background .3s ease;  
	transition: background .3s ease;
}

.navlink a:hover {
	background: #d83800 url('https://www.injunuity.org/legal/images/stripes.png') repeat ;
}

.navlink.active a, .navlink.active a:hover {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: #d83800 url('https://www.injunuity.org/legal/images/stripes.png') repeat ;
}

/*
.top-bar {
	z-index: 900;
	position:absolute;
}

.top-bar > section {
	z-index:900;
	position:absolute;
}
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */