@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;400;600&display=swap');
body {
  font-family: 'Raleway', sans-serif !important;
  background: url(images/blurry2.jpg) center 0;
}
.center {
	text-align: center;
}
td, p, th, h3 {
	font-family: 'Raleway', sans-serif !important;
}
h1, h2 {
	font-family: 'Great Vibes', cursive;
	color:#29024f;
}
.purple {
	color:#29024f;
}
.script {
	font-family: 'Great Vibes', cursive;
	color:#29024f;
}
.three-quarter {
	padding-left: 12%;
	padding-right: 12%;
}
p {
	font-weight: 300;
	font-size:16px;
	line-height:20px;
	color:#423024;
	margin:10px 0;
	padding:0;
	margin-bottom:24px;
	font-family: 'Raleway', sans-serif !important;
}
p strong {
	font-weight: 600 !important;
}
.test-block {
	padding:10px 0;
	border-top: 1px dotted #666;
	margin:5px 0;
}
p.quoteblock {
	background:url(images/Left-Quote.png) left top no-repeat;
	padding-left:26px;
	text-align:justify;
}
p.author {
	text-align:right;
	font-size:85%;
	font-style:italic;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:36px;
	line-height:36px;
    margin:48px 0 12px 0
}
h3 {
	font-size: 20px !important;
	font-weight: 600;
}
h3 em, em {
	font-weight: 500 !important;
}
.f30 {
	font-size:30px;
	line-height:36px;
}
.specials {
	font-weight:bold;
}
.uline {
	display:block;
	border-bottom:1px dotted #8444c0;
	padding-bottom:5px;
	margin-bottom:5px;
}
.smaller {
	font-size:85%;
}
.divider {
	display:block;
	width:100%;
	margin:10px 0;
	padding:10px 0;
	height: 1px;
	border-bottom:1px dotted #8444c0;
}
.mar-t20 {
	margin-top:20px;
}
sup {
	font-size:20px;
	font-style: italic;
}


@media only screen and (max-width: 600px) {
.three-quarter {
	padding-left: 0;
	padding-right: 0;
}
}
