/*
 * Globals
 */
 
@font-face {
    font-family: 'Calligraph421BTRoman';
    src: url('../fonts/calligraph421-bt-roman-webfont.eot');
    src: url('../fonts/calligraph421-bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calligraph421-bt-roman-webfont.woff2') format('woff2'),
         url('../fonts/calligraph421-bt-roman-webfont.woff') format('woff'),
         url('../fonts/calligraph421-bt-roman-webfont.ttf') format('truetype'),
         url('../fonts/calligraph421-bt-roman-webfont.svg#calligraph421_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_csxregular';
    src: url('../fonts/tcpr____.eot');
    src: url('../fonts/tcpr____.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tcpr____.woff2') format('woff2'),
         url('../fonts/tcpr____.woff') format('woff'),
         url('../fonts/tcpr____.ttf') format('truetype'),
         url('../fonts/tcpr____.svg#times_csxregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ncs_csxregular';
    src: url('../fonts/ncpr____-webfont.eot');
    src: url('../fonts/ncpr____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ncpr____-webfont.woff2') format('woff2'),
         url('../fonts/ncpr____-webfont.woff') format('woff'),
         url('../fonts/ncpr____-webfont.ttf') format('truetype'),
         url('../fonts/ncpr____-webfont.svg#ncs_csxregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
  /*background-color: #f7ac34;*/
  background-color: #F9BD5D;
}


.shadow {
border: 0;
margin: 0;
box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}


.masthead-nav {
	padding-top: 10px;
	text-align: center;
	font-family: 'Calligraph421BTRoman';
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.masthead-nav > li {
  display: inline-block;

}
.masthead-nav > li + li {
  margin-left: 45px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000; /* IE8 proofing */
  /*color: rgba(255,255,255,.75); */
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
   background-color: transparent;
  /*border-bottom-color: #F88017;
 border-bottom-color: rgba(255,255,255,.25);*/
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  /*color: #fff;
  border-bottom-color: #fff;*/
}


/* Effect 21: borders slight translate */
.cl-effect-21 a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E6E6E6;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #E6E6E6;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
