@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Piglet';
    src: url('fonts/Piglet.woff2') format('woff2'),
        url('fonts/Piglet.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

html, body {
	height: 100%;
	background-color: #fff;
}
body {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	background-image: url("images/maxine3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 400px;
	justify-content: center;
	font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
	font-size: 16px;
	color: #333;
}
body.about {
	background: none;
	display: inline;
}
body.about .transbg {
	background: none;
    margin-top: 20px;
}
.about-wrapper {
	display: flex;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.about {
	margin-top: auto;
	margin-bottom: auto;
}
.transbg {
	text-align: center;
	width: 300px;
	padding: 10px 10px 0 10px;
/*	background-color: rgba(255,255,255,0.8); */
    background-color: #fff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.logo {
	max-height: 300px;
	margin-bottom: 10px;
}
.bigImg {
	max-width: 100%;
}
.btn-group {
	padding: 10px;
	margin-bottom: 10px;
}
.btn {
	font-family: 'Piglet';
	font-size: 20px;
	background-color: #ffcac5;
	padding: 8px 25px 5px 25px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.title {
	font-family: 'Piglet';
	font-size: 40px;
	color: #6e5c2e;
}
.title2 {
    font-family: 'Piglet';
    font-size: 32px;
    color: #6e5c2e;
}
.ztop {
	margin-top:5px;
}
.about {
	text-align: left;
	padding: 10px;
}
.residents {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 0 20px;
}
.pigs {
	width: 100%;
}
.pigs thead tr:nth-child(odd) {
	background: none;
	font-family: 'Piglet';
	font-size: 25px;
	color: #6e5c2e;
}
.pigs tr:nth-child(odd) {
	background-color: #e2e2e2;
}
.pigs td {
	padding: 5px;
}

@media only screen and (max-width: 770px) {
	body {
		padding: 10px;
		display: block;
	}
	.logo {
		margin-top: 10px;
		max-height: 200px;
	}
	.about-wrapper {
		display: block;
	}
}
