html {
	scroll-behavior: smooth;
	font-family: Futura;
}

/* Primary Containers */

#wrapper {
	display: block;
	width: 100%;
}

.fixwidth {
	display: table;
	width: 100%;
	margin: 0px auto;
	height: auto;
	max-width: 1570px;
}

.hplimitwidth {
	width: 96%;
	max-width: 1200px;
	display: table;
	margin: 0px auto;
}

#bigheaderdiv {
	top: 0px;
}
/* end primary containers*/


/*common btts*/

.jpbttsmall, .jpbttbig {
	font-size: 12px;
	width: 200px;
	display: block;
	text-align: center;
	padding: 15px 0px;
	text-transform: uppercase;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

.jpbttbig {
	font-size: 21px;
	width: 140px;
}

.jpbttred {
	background: #024e4e;
	color: white;
}

.jpbttred:hover {
	background: #986542;
	color: #FFF;
}

.jpbttwhite {
	background: #024e4e;
	color: #FFF;
}

.jpbttwhite:hover {
	background: #ffffff;
	color: #4B5D54;
}

.jpbttgold {
	background: #986542;
	color: #ffffff;
}

.jpbttgold:hover {
	background: #000;
	color: #ffffff;
}

.jpbttblue {
	background: #024e4e;
	color: white;
}

.jpbttblue:hover {
	background: #024e4e;
	color: #FFFFFF;
}

.jpbttrealblue {
	background: #024e4e;
	color: #FFFFFF;
}

.jpbttrealblue:hover {
	background: #024e4e;
	color: white;
}

/*end common btts*/

/* common headings */

.jph2 {
	font-family: Playfair;
	font-size: 29px;
}

.jph2grey {
	color: #343434;
}

.jph2white {
	color: #ffffff;
}

.jph2blue {
	color: #4B5D54;
}

.mainh2 {
	text-align: center;
	letter-spacing: -.8px;
	margin: 30px 0 15px 0;
	font-weight: 100;
	width: 100%;
	font-family: Playfair;
}

.jph3 {
	font-family: Playfair;
	font-size: 21px;
}

.mainh3 {
	text-align: center;
	letter-spacing: -.8px;
	margin-bottom: 15px;
	font-weight: 100;
	width: 100%;
}

.jph1 {
	font-family: Playfair;
	font-size: 42px;
	line-height: 45px;
	font-weight: normal;
}

.jph1gold {
	color: #986542;
	letter-spacing: inherit;
}

.jph1white {
	color: #ffffff;
}

.jph1blue {
	color: #4B5D54;
}

.jpsuperh1 {
	font-size: 90px;
	font-weight: lighter;
	font-family: Playfair;
}

.marg {
	margin: 5em auto;
}


.jpbtt2blue:hover {
	background: rgb(255,255,255,1);
}

/* end common headings */

@media screen and (min-width:729px) and (max-width:1199px) {
	.fixwidth {
		padding: 0 20px;
	}
}

@media screen and (max-width:729px) {
	#body {
		display: table;
		width: 100%;
	}

	#wrapper {
		min-width: 320px;
	}
}

@media screen and (max-width:450px) {
}
