body {
	height:100%;
	font-family: sans-serif;
	font-weight:500;
	/*background-image: url("../images/Lingzhi-Girl-cutout.png");*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #b53aa8;
    color:#000;
     -webkit-font-smoothing: antialiased;
}

#content {
	padding: 2rem 2rem 8rem 2rem;
}

h5.site-title {
	position: fixed;
	font-weight:600;
	color: blue;
}

h5.footer {
	padding-left: .6rem;
	padding-right: .6rem;
	font-weight:700;
	color: blue;
}

h1 {
	font-family: 'nazare', sans-serif;
	font-size: 6rem;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-family: 'nazare', sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	font-style: normal;
}

h3 {
	font-family: 'nazare', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

h4 {
	font-family: 'priori-sans', sans-serif;
	font-weight: 200;
	font-size: 2.25rem;
	padding-bottom: .75rem;
	line-height:1;
}

h5 {
	font-family: 'priori-sans', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}

p {
	font-family: 'priori-sans', sans-serif;
	font-size: 1.75rem;
	font-weight: 200;
	line-height: 1.1;
}

em {
	font-style: italic;
}

a {
	color:white;
	font-weight: 400;
}

a:hover {
	color: blue;	
}

strong {
	font-weight:800;
}

li {
	font-family: 'priori-sans', sans-serif;
	font-weight: 400;
	font-size: 1.45rem;
	line-height: 1.1;
}

.modal-content {
	font-family: 'priori-sans', sans-serif;
	font-weight: 400;
	font-size: 1.45rem;
	line-height: 1.1;
}

.modal {
	padding: 1.45rem;
	background-color: #42b79a;
}


img.scale-with-grid {
		max-width: 100%;
		height: auto;
}


@media (max-width: 1200px) {
	#content { padding: 1.5rem 1.5rem 4rem 1.5rem; }
	h1 { font-size: 4.25rem; }
	h2 { font-size: 3rem; }
	h3 { font-size: 2.75rem; }
}

@media (max-width: 800px) {
	#content { padding: 1.5rem 1.5rem 4rem 1.5rem; }
	h1 { font-size: 3rem; }
	h2 { font-size: 2.75rem; }
	h3 { font-size: 2.5rem; margin-bottom: .5rem;}
	h4 { margin-bottom: .5rem; }
}

@media (max-width: 500px) {
	#content { padding: 1.5rem 1.5rem 4rem 1.5rem; }
	h1 { font-size: 2rem; }
	h2 { font-size: 1.75rem; }
	h3 { font-size: 1.65rem; margin-bottom: .5rem; }
	h4 { font-size: 1.75rem; margin-bottom: .5rem;}
	p { margin-bottom: .5rem; }
	
	
}	









