body {
	background-color: #F6A6B2;
	display: flex;
	justify-content: center;
}

body.pageOne {
	background-color: #f7c297;
	display: flex;
	justify-content: center;
}

body.pageTwo {
	background-color: #ffecb8;
	display: flex;
	justify-content: center;
}

body.pageThree {
	background-color: #b7ded2;
	display: flex;
	justify-content: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

table {
  font-family: "Gill Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}

.table-cell {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}

div.main {
	background-color: #F6A6B2;
	width: 800px;
	height: 975px;
	border-width: 10px;
	border-color: white;
	border-style: solid;
}

div.mainOne {
	background-color: #f7c297;
	width: 800px;
	height: 1575px;
	border-width: 10px;
	border-color: white;
	border-style: solid;
}

div.mainTwo {
	background-color: #ffecb8;
	width: 800px;
	height: 1650px;
	border-width: 10px;
	border-color: white;
	border-style: solid;
}

div.mainThree {
	background-color: #b7ded2;
	width: 800px;
	height: 1650px;
	border-width: 10px;
	border-color: white;
	border-style: solid;
}

div.divider {
	float: left;
	width: 800px;
	height: 50px;
}

div.imagePortrait {
	display: flex;
	justify-content: center;
	height: 500px;
	border-width: 5px;
	border-color: solid;
	margin-top: 35px;
}

div.imageLandscape {
	display: flex;
	justify-content: center;
	width: 800px;
	border-width: 5px;
	border-color: solid;
	margin-top: 35px;
}

div.linkbutton {
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 1px 0;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

div.linkbutton1 {
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 1px 0;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

div.linkbutton2 {
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 1px 0;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

div.linkbutton3 {
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 1px 0;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

div.linkbutton:hover {
	background-color: #F6A6B2;
	border-width: 5px;
	border-color: white;
	border-style: dotted;
}

div.linkbutton1:hover {
	background-color: #f7c297;
	border-width: 5px;
	border-color: white;
	border-style: dotted;
}

div.linkbutton2:hover {
	background-color: #ffecb8;
	border-width: 5px;
	border-color: white;
	border-style: dotted;
}

div.linkbutton3:hover {
	background-color: #b7ded2;
	border-width: 5px;
	border-color: white;
	border-style: dotted;
}

p {
	color: #000000;
	font-family: "Gill Sans", sans-serif;
	font-size: 20px;
}

p.heading {
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
}

p.body {
	margin-left: 15px;
	margin-right: 15px;
}

p.homeTop {
	color: #EF6176;
	display: flex;
	justify-content: center;
	font-size: 75px;
	font-weight: bolder;
	margin-top: 5%;
	margin-bottom: 1px;
}
p.pageOneTop {
	color: #EF8A39;
	display: flex;
	justify-content: center;
	font-size: 75px;
	font-weight: bolder;
	margin-top: 5%;
	margin-bottom: 1px;
}

p.pageTwoTop {
	color: #FFD86C;
	display: flex;
	justify-content: center;
	font-size: 75px;
	font-weight: bolder;
	margin-top: 5%;
	margin-bottom: 1px;
}

p.pageThreeTop {
	color: #83C6B1;
	display: flex;
	justify-content: center;
	font-size: 75px;
	font-weight: bolder;
	margin-top: 5%;
	margin-bottom: 1px;
}

p.homeSub {
	color: #EF6176;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 40px;
	margin-top: 1px;
}

p.pageOneSub {
	color: #EF8A39;
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin-top: 1px;
}

p.pageTwoSub {
	color: #FFD86C;
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin-top: 1px;
}

p.pageThreeSub {
	color: #83C6B1;
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin-top: 1px;
}


p.linkText {
	display: flex;
	justify-content: center;
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	margin-top: 50px;
}

img.displayPortrait {
	border-radius: 5px;
	height: 500px;
	width: auto;
}

img.displayLandscape {
	border-radius: 5px;
	width: 500px;
	height: auto;
}