body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("../images/background.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
header {
	background-color: #1A1A1A;
	width: fit-content;
	margin: auto;
}
#topNav {
	display: none;
}
header > svg {
	display: none;
}
header > h2 {
	display: none;
}
header > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
nav {
	display: flex;
	justify-content: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFEB7F;
}
nav > ul {
	overflow: hidden;
	list-style-type: none;
	margin: auto;
	padding-inline-start: 0px;
}
nav > ul > li {
	float: left;
	color: #FFEB7F;
	font-size: 17px;
	font-family: 'Noto Sans', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #FFEB7F;
}
ul li:last-child {
	border-right-style: none;
}
ul li a {
	color: #FFEB7F;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
ul li a:hover {
	color: white;
}
#currentPage {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#container {
	background-color:#FFFFFFCC;
	min-width: 584px;
	margin-left: 30px;
	margin-right: 30px;
}
#columns {
	display: flex;
	justify-content: center;
}
h4 {
	margin-left: 12px;
}
main > p {
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
/* phone number */
#mobile {
	display: none;
}
form {
	margin-left: 12px;
}
.colLeft {
	width: 30%;
	text-align: right;
}
.colRight {
	width: 65%;
	margin-bottom: 5px;
}
label {
	margin-right: 2px;
}
input[type=button] {
	margin-top: 5px;
	margin-right: 4px;
}
input[type=text], input[type=email], input[type=tel] {
	width: 70%;
}
textarea {
	width: 50%;
}
button[type=submit] {
	float: right;
	margin-right: 30px;
}
main svg {
	width: 192px;
	height: 192px;
	margin-top: -96px;
	margin-left: -96px;
}