@font-face {
  font-family: tang;
  src: url(../scripts/fonts/Tangerine/Tangerine-Bold.ttf);
  font-weight:bold;
}

@font-face {
  font-family: srir;
  src: url(../scripts/fonts/Sriracha/Sriracha-Regular.ttf);
  font-weight:bold;
}

body {
	background-color:#dc926d;
	background: rgba(119,141,164,1);
background: -moz-linear-gradient(bottom, rgba(119,141,164,1) 0%, rgba(135,148,165,1) 18%, rgba(169,169,169,1) 38%, rgba(212,168,143,1) 54%, rgba(226,159,117,1) 79%, rgba(190,125,103,1) 89%, rgba(127,101,100,1) 100%);
/*background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(119,141,164,1)), color-stop(18%, rgba(135,148,165,1)), color-stop(38%, rgba(169,169,169,1)), color-stop(54%, rgba(212,168,143,1)), color-stop(79%, rgba(226,159,117,1)), color-stop(89%, rgba(190,125,103,1)), color-stop(100%, rgba(127,101,100,1)));*/
background: -webkit-linear-gradient(top, rgba(119,141,164,1) 0%, rgba(135,148,165,1) 18%, rgba(169,169,169,1) 38%, rgba(212,168,143,1) 54%, rgba(226,159,117,1) 79%, rgba(190,125,103,1) 89%, rgba(127,101,100,1) 100%);
background: -o-linear-gradient(bottom, rgba(119,141,164,1) 0%, rgba(135,148,165,1) 18%, rgba(169,169,169,1) 38%, rgba(212,168,143,1) 54%, rgba(226,159,117,1) 79%, rgba(190,125,103,1) 89%, rgba(127,101,100,1) 100%);
background: -ms-linear-gradient(bottom, rgba(119,141,164,1) 0%, rgba(135,148,165,1) 18%, rgba(169,169,169,1) 38%, rgba(212,168,143,1) 54%, rgba(226,159,117,1) 79%, rgba(190,125,103,1) 89%, rgba(127,101,100,1) 100%);
background: linear-gradient(to bottom, rgba(119,141,164,1) 0%, rgba(135,148,165,1) 18%, rgba(169,169,169,1) 38%, rgba(212,168,143,1) 54%, rgba(226,159,117,1) 79%, rgba(190,125,103,1) 89%, rgba(127,101,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778da4', endColorstr='#7f6564', GradientType=1 );
}

div.tcentered {
	text-align:center;
	font-family:tang;
	font-size:60pt;
	text-shadow: 4px 4px 8px #000000;
}

div.tcenteredsm {
	text-align:center;
	font-family:tang;
	font-size:30pt;
	text-shadow: 2px 2px 4px #000000;
}

.img-thumbnail {
	border-style:ridge;
}

.cap {
	margin-top:10px;
	margin-bottom:10px;
	/*color:#ae2d2d;
	color:#782c06;*/
	font-family: srir;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height:normal;
}

.fancybox-caption {
	font-size:20pt;
	/*font-family:tang;*/
	font-family:srir;
	font-weight:bold;
}

.fancybox-image {
	border: 4px solid white;
	border-style:ridge;
}

.active {
	background-color:rgba(255,255,255,100);
	font-family:srir;
	font-weight:bold;
	
}
a.nav-link {
	color:white;
	font-size:14pt;
	font-family:srir;
	font-weight:bold;
}

