/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
@font-face {
  font-family: WaltDisneyScript;
  src: url('http://www.fontsaddict.com/fontface/walt-disney-script-v41.ttf');
}

body  {
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
    background-attachment: fixed;
	color: #0E293F;
}

p {
 font-size: 17px;
 color: black;
}
.wrapper{	
	background-image:url(../img/wrapper_background.png);
	border:groove;
    border-width:thick;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

.slogan > h2 {
	font-family: 'Tangerine', cursive;
	font-size: 60px;
}

.slogan  > p{
	font-family: 'Tangerine', cursive;
	font-size: 30px;
}

.nav-bar {
    background: #2B4861;
}

.centerLogo {
	text-align: center;
	margin: 0 auto 0 auto;
}

.smallLogo {
	margin: 14px 0 0 0;
}

.nav-bar > li.active { background: #7A97B0; border-color: #000000; }

.nav-bar > li.active > a { color: white;}

.nav-bar > li.active:hover { background: #7A97B0;}

.nav-bar > li:hover { background: #0E293F; }

/* Medium display targeting */
@media only screen and (max-width: 980px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }

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




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


