h1 {/*color: rgba(196, 196, 196, 0.91);*/ color: #f0a1e4; text-align: center;font-family: 'Lato', sans-serif;font-size: 50px;padding: 0;margin: 0;}

.imagediv {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	/*align-items: flex-start;*/
	margin-top: 100px;
}

.endingimagediv {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	padding-top: 100px;
	
	background-color: #f0a1e4;
}

.headerTitleDiv {
	background-color:rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	padding-bottom: 15px;
	/*display: inline-block;*/
	/*padding-left: 20px;
	padding-right: 20px;*/
	/*padding-bottom: 2px;
	padding-top: 2px;*/
	
}

.pageLinks {
	display: flex;
}

.linkHeaders {
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(240, 160, 228, 0.4); text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	image-orientation: from-image;
	/*box-shadow: 0 0 8px 8px white inset;*/
	
}

.outerdivs {
	width: 100%;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	flex-direction: column;
	border: 5px ridge #f0a1e4;
}

.captionText {
	font-family: 'Lato', sans-serif;font-size: 20px;/*font-style: italic;*/ margin-left: 5px; margin-right: 5px;
}

.endingCaptionText {
	font-family: 'Dancing Script', sans-serif;font-size: 40px;font-style: normal; margin-left: 5px; margin-right: 5px; display: flex; text-align: center;
}

.finaledivs {
	width: 100%;
	height: auto;
	/*padding: 20px;*/
	margin-bottom: 100px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.endingImage {
	width: 100%;
	height: auto;
}

.endingText {
	/*color: rgba(172, 124, 124, 0.7) ;*/ color: #373737; text-align: center;font-family: 'Dancing Script', cursive;font-size: 50px;padding: 0;margin: 0; text-shadow: 2px 1px rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 550px) {
	.outerdivs {width: 35%; height: auto;}
}

@media screen and (min-width: 800px) {
	h1 {/*color: rgba(196, 196, 196, 0.91);*/ color: #f0a1e4; width: 100%;}
	/*div {width: 100%; flex-wrap: wrap ;justify-content: center; }*/
	/*img {width: 35%%; height: auto;}*/
	.outerdivs {width: 25%; height: auto;}
}

header {
	background-image: url("header2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*display: flex;
	justify-content: center;
	align-items: flex-start;*/
	height: 350px;
}

body {
	margin: 0;
	padding: 0;
	/*background-color: #dfdce3;*/
	/*background-color: rgba(74, 189, 172, .3);*/ /*#4abdac;*/
	background-color: #f4f4f4;
	background-image: url("offwhite.jpg");
}

html {
	margin: 0;
	padding: 0;
}

