html,
body {
	height: 100%;
	font-size: 16px; /* base font reset */
	padding: 0;
	margin: 0;
	background-image: url(us.png), url(bg3.jpg);
	background-size: auto, auto;
	background-position: bottom right, center;
	background-repeat: no-repeat, repeat;
	background-attachment: fixed, fixed;
	}

header { line-height: 160%;
color: #fff;
text-align: center;
width: auto;
padding-top:2rem;}

main {
    max-width: 800px;
    display: block;
    text-align: justify;
    margin: 1rem auto 0 auto;
    line-height: 190%;
    color: #5f584c;
    background: #fdfbfc8a;
    border-radius: 50px;
    padding: 1.5rem;
}


p {
  font-family: "Lunasima", sans-serif;
font-size: 100%;}

nav {font-size: 110%; word-spacing: 1rem;
  font-family: "Cormorant", serif;}
nav a:link,
nav a:visited,
nav a:active {text-decoration: none;
color: #6A6697;}
nav a:hover {color: #97667B; background: transparent; text-shadow: 0 0;}

a:link,
a:visited,
a:active {text-decoration: none;
color: #0d4a0a;}
a:hover {color: #fff; background: #81478e; text-shadow: 0 0;}


h1 {
    font-family: "Yuji Mai", serif;
    text-align: center;
    color: #fff;
    font-size: 550%;
    font-weight: normal;
    text-shadow: 0px 0px 5px #5d1f73, 0px 0px 15px #97667B;
    opacity: 0.5;
}

h2 {
    font-family: "Cormorant", serif;
    text-align: center;
    color: #7f4b8d;
    font-size: 250%;
    font-weight: normal;
    letter-spacing: 12px;
    text-shadow: 0px 0px 5px #946595, 0px 0px 9px #519456;
}

footer {
    line-height: 100%;
    color: #b2716c;
    font-size: 95%;
    padding: 2rem 0 1rem 2rem;
    font-family: "Cormorant", serif;
    text-align: left;
}
