body {
margin-left: 15%;
margin-right: 12%;
font-family:'Sacramento', cursive, verdana, arial;
text-align: center;
color: #BDBDBD;
padding-top: 20px;
padding-bottom: 10px;
}

.background {
	background: url('../images/bg.png');
	background-repeat: repeat-y;
	background-repeat: repeat-x;
    left: 0px;
    top: 0px;
    z-index: 0px;
}

.color:pink {
	color: #607D8B;
}

h1 {
width: 960px;
text-align:center;
letter-spacing: 3px;
font-family:'Sacramento', cursive, verdana, arial;
text-align: center;
color: #BDBDBD;
padding-top: 20px;
padding-bottom: 10px;
}

.container {
	Width: 960px;
	margin-left: auto;
	margin-right: auto;
}

li, ul {
	Text-align: left;
	font-size: 14px;
	font-family:'Sacramento', cursive, verdana, arial;
	letter-spacing: 2px;
	color: #9E9E9E;
	font-family: 'Fauna One', serif;
}

h2 {
	text-align:center;
	font-family:'Cinzel Decorative', cursive, verdana, arial;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
	color:#BDBDBD;
}

h3 {
padding-top: 16px;
text-align:center;
letter-spacing: 3px;
float: none;
}

h4 {
	text-align:center;
	font-family:'Sacramento', cursive, verdana, arial;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 3px;
	color:#9E9E9E;
	}
/* table around buttons */
table {
	   border-collapse: collapse;
	   text-align: center;
	   margin-left: 18%;
}

#contact {
	font-size: 14px;
	letter-spacing:1px;
}

tr
{
    overflow: hidden;
}
.button2 {
	width: 150px;
	height: 25px;
    background-color: #FAFAFA;
    color: #D7CCC8;
	border-radius: 0px;
	border-left: 1px solid #ECEFF1;
	border-top: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding-top: 4px;
	font-size: 20px;
	margin-top: 20px;
}

.button4 {
	width: 150px;
	height: 25px;
    background-color: #FAFAFA;
    color: #D7CCC8;
	border-radius: 0px;
	border-top: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding-top: 4px;
	font-size: 20px;
	margin-top: 20px;
}

.button5 {
	width: 150px;
	height: 25px;
    background-color: #FAFAFA;
    color: #D7CCC8;
	border-radius: 0px;
	border-top: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
	border-right: 1px solid #ECEFF1;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding-top: 4px;
	font-size: 20px;
	margin-top: 20px;
}

#button3 {
	border-radius: 100%;
	border: 3px #BDBDBD;
	border-style: dotted;
	width: 42px;
	height: 20px;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
}
	a:link {
		color: #607D8B;
		text-decoration: none;
		font-family: 'Dancing Script', cursive;
	}
    a:visited {
		color: #D81B60;
		text-decoration:none;
	}
    a:hover {
		color: #B2DFDB;
		text-decoration:none;
}
    a:active {
		color: #C6FF00;
		text-decoration:none;
	}
	
	p{
		font-size: 18px;
		font-family:'Sacramento', cursive, verdana, arial;
		letter-spacing: 2px;
		color: #9E9E9E;
		font-family: 'Fauna One', serif;
	}
	p2 {
		font-size: 20px;
		font-family:'Sacramento', cursive, verdana, arial;
		letter-spacing: 2px;
		color: #9E9E9E;
	}
	 
	footer {
		background: #FCE4EC url("corner.png") no-repeat fixed center;
		height: 150px;
	}
	
	#imagelist {
	padding: 2px;
    display: flex;
    flex-wrap: wrap;
    margin: 2px;
    position: relative;
    flex-wrap: wrap;
	/* float: left; */
}
#imagelist img {
  height: 300px;
  flex-grow: 0;
  border: 5px solid transparent;
  text-align: center;
  display: inline-block;
  /* float: left; */
}
	
.footer {
	padding: 20px;
	color:#BDBDBD;
	font-size: 30px;
	letter-spacing: 10px;
	font-style: none;
}

#footer2 {
	padding: 20px;
	background-color:#fff8f7;
	font-size: 30px;
	letter-spacing: 10px;
	font-style: none;
}

/*
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:300px;
    height:auto;
    display:block;
    z-index:999;
}

.thumbnail2:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
*/
