body {
	background:url("alt.jpg");
	background-size:cover;
	background-attachment:fixed;
	height:3200px;
}

.dropbtn {
	font-family: 'PT Serif', serif;
    background-color:rgba(0,0,0,.4);
    color: grey;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: fixed;
    display: inline-block;
    z-index: 1;
    left:5%;
    top:20%;
    width: 200px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
    background-color:rgba(0,0,0,.3);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	font-family: 'PT Serif', serif;
	font-size:11px;
    color: grey;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:black}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown a:hover {
	color:#8c6055;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #darkgrey;
}

h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 60px;
	color:black;
	letter-spacing:.1em;	
	text-align: center;
}

p {
	padding:40px;
	padding-top: 0;
	margin:0;
	font-family: 'PT Serif', serif;
	color:black;
	line-height:1.35em;
}

.text {
	position:absolute;
	top:15%;
	left:25%;
	width:50%;
	background:url(paper.jpg);
/*	background-attachment: fixed;*/
	background-size:cover;
	background-repeat:no-repeat;
}

a {
	color:white;
	text-decoration: none;
}


a:hover {
	color:lightgrey;
}

a:click {
	color:grey
}

.indent {
	position: relative;
	left:50px;
	font-style:italic;
}
img#rapunzel {
	width:300px;
	height:auto;
	position: relative;
	left:160px;

}

img#leanlisa {
	width:550px;
	height:auto;
	position: relative;
	left:40px;
}

img#briarrose {
	width:300px;
	height:auto;
	position: relative;
	left:165px;
}

img#littlered {
	width:550px;
	height:auto;
	position:relative;
	left:60px;
}



/*font-family: 'Noto Serif', serif;
font-family: 'Amatic SC', cursive;
font-family: 'Caveat', cursive;*/



