@charset "UTF-8";

body {
	width: 960px;
	margin: 0px;
	background-color: rgba(252,235,255,1.00);
}

#container {
	margin: 0px auto;
}

header h1 {
	text-align: center;
	font-family: "grappa-two-variable",sans-serif;
	font-variation-settings: 'wght' 700;
	font-size: 2.5em;
	color: rgba(114,4,175,1.00);
	padding: 40px 20px;
	background-color: rgba(200,237,255,1.00);
	border: 2px solid rgba(114,4,175,1.00);
	line-height: 1.5em;
	text-indent: 0px;
	letter-spacing: 2px;
}

#dateTime {
	padding: 10px;
	color: rgba(114,4,175,1.00);
}

#introduction p {
	padding: 10px;
	font-size: 1.3em;
	font-family: "gaultier", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(114,4,175,1.00);
}

img {
	padding: 0px;
	margin: 10px;
	border-radius: 300px;
	border-width: 2px;
	border-style: solid;
	border-color:rgba(114,4,175,1.00);
}

#navTools ul li {
	padding: 10px 10px 10px 20px;
	font-family: "gaultier",sans-serif;
	font-variation-settings: 'wght' 700;
	font-size: 1.2em;
}

#navTools a:link, #navTools a:visited {
	text-decoration: none;
	list-style-type: none;
	color: rgba(114,4,175,1.00)
}
#navTools a:hover, #navTools a:active {
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,156,247,1.00);
}

#policyTools h2 {
	font-family: "grappa-two-variable",sans-serif;
	font-variation-settings: 'wght' 700;
	font-size: 2em;
	margin: 10px 0px 20px 0px;
	padding: 40px 40px 40px 10px;
	color: rgba(114,4,175,1.00);
	background-color: rgba(200,237,255,1.00);
	border: 2px solid rgba(114,4,175,1.00);
	letter-spacing: 3px;
	text-align: center;
}

.policyDesc h3 {
	font-family: "gaultier",sans-serif;
	font-variation-settings: 'wght' 700;
	font-weight: 600;
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
	padding: 20px;
	color: rgba(200,237,255,1.00);
	letter-spacing: 1.5px;
	background-color:rgba(114,4,175,1.00);
	border: 2px solid rgba(200,237,255,1.00);
}

#regulations a:link, #regulations a:visited {
	text-decoration: none;
	list-style-type: none;
	color:rgba(200,237,255,1.00);
}

#regulations a:hover, #regulations a:active {
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,156,247,1.00);
}

.policyDesc p {
	padding: 10px;
	font-size: 1.2em;
	font-family: "gaultier", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(114,4,175,1.00);
}

.policyDesc blockquote {
	font-family: "gaultier",sans-serif;
	font-variation-settings: 'wght' 700;
	font-weight: 600;
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	color: rgba(114,4,175,1.00);
}

.list h3 {
	padding: 10px;
	font-size: 1.3em;
	font-family: "gaultier", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: rgba(114,4,175,1.00);
	letter-spacing: 1px;
}

.list ul li {
	padding: 10px 10px 10px 0px;
	font-size: 1.2em;
	font-family: "gaultier", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(114,4,175,1.00);
	list-style-type: disc;
	display: list-item;
	list-style-position: outside;
	margin-left: 3em;
}

#tinyHomes a:link, #tinyHomes a:visited {
	text-decoration: none;
	list-style-type: none;
	color:rgba(200,237,255,1.00);
}

#tinyHomes a:hover, #tinyHomes a:active {
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,156,247,1.00);
}

#expand a:link, #expand a:visited {
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,156,247,1.00);
}

#expand a:hover, #expand a:active {
	text-decoration: none;
	list-style-type: none;
	color:rgba(114,4,175,1.00);
}

footer {
	padding: 10px 10px 20px 10px;
	font-size: 1em;
	font-family: "gaultier", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: rgba(114,4,175,1.00);
}

footer a:link, footer a:visited {
	text-decoration: none;
	list-style-type: none;
	color: rgba(114,4,175,1.00);
}

footer a:hover, footer a:active {
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,156,247,1.00);
}