/*Titles and Body*/
h1, h2, h3{
	font-family: "Copperplate", Georgia, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

h4{
	font-family: "Copperplate", Georgia, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5{
	font-family: "Copperplate", Georgia, sans-serif;
	font-weight: bold;
}

body{
	background-color: #f0ece3;
}


/*Text specific*/
.strong{
	font-weight: bold;
}

.basictext {
	font-family: "Georgia", Arial, sans-serif;
}

.basictext-center{
	font-family: "Georgia", Arial, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}

td {
	font-family: "Georgia", Arial, sans-serif;
}


/*404 page specific*/
.notfoundtext{
	font-size: 12rem;
	font-family: "Georgia", sans-serif;
	text-align: center;
}

.notfoundfrown{
	font-size: 4rem;
	font-family: "Georgia", sans-serif;
	text-align: center;
	color:slategray;
}



/*Navigation specific*/
.nav-link{
	font-family: sans-serif;
	color: black;
}

.nav-background{
	background-color: #c5e3e1;
	width:100%;
}

.nav-font{
	font-family: "Georgia", sans-serif;
}

.d-block {
	border-radius: 10% 25%;
}

/*ID specific*/
#FormShow {
	display: none;
	padding-top:25px;
	padding-bottom:25px;
}


#NavButton {
	font-family: sans-serif;
}

#landillu {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}

#pfp {
	border-radius:50%;
	padding-bottom:10px;
}


/*Illustration/Painting Animation*/
.zoomy {
  transition: transform .2s;
  margin: 0 auto;
}

.zoomy:hover {
  transform: scale(1.5);
}