@font-face {
	font-family: BlissNormal;
	src: url(ttbliss.ttf) format('truetype');
}
header #topNav {
	overflow: hidden;
	position: relative;
}
header #topBar {
	display: flex;
}
#icon {
	display: inline-block;
	cursor: pointer;
}
#bar1, #bar2, #bar3 {
	width: 35px;
	height: 5px;
	margin: 6px 0;
	background-color: black;
	transition: 0.4s;
}
.change #bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}
.change #bar2 {
	opacity: 0;
}
.change #bar3 {
	transform: translate(0, -11px) rotate(45deg);
}
#currentTab {
	margin-top: 6px;
	margin-left: 8px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#dropDown {
	background-color: Gray;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#dropDown a {
	text-decoration: none;
	padding: 14px 16px;
	display: block;
}
#dropDown div {
	color: silver;
	padding: 14px 16px;
}
#dropDown a:link {
	color: white;
}
#dropDown a:visited {
	color: white;
}
#dropDown a:hover {
	color: red;
}
#dropDown a:active {
	color: white;
}
header > svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header > h2 {
	font-size: 28px;
	text-align: center;
	font-family: 'Alex Brush', 'Lucida Handwriting', cursive;
	margin-top: 0px;
	margin-block-start: 0px;
}
header img {
	display: none;
}
nav {
	display: none;
}


#slideShow {
	display: none;
}
main p {
	margin-top: 6px;
	margin-bottom: 12px;
}
#desktop {
	display: none;
}
blockquote p:first-child::before {
	content: open-quote;
	quotes: '\201C' '\201D' '\2018' '\2019';
}
blockquote p:nth-last-child(2)::after {
	content: close-quote;
	quotes: '\201C' '\201D' '\2018' '\2019';
}
.colLeft, .colRight {
	width: 100%;
}
input[type=button] {
	margin-left: 40px;
	margin-bottom: 1px;
}
input[type=text], input[type=email], input[type=tel] {
	width: 98%;
}
input:focus {
	background-color: linen;
}
textarea:focus {
	background-color: linen;
}
textarea {
	width: 98%;
}
button[type=submit] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
main svg {
	width: 160px;
	height: 160px;
	margin-top: -80px;
	margin-left: -80px;
}
