html {
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body, header, main, p, h1, h2, h3, h4, footer {
	padding: 0;
	margin: 0;
}

body {
	background-color: rgba(240, 240, 240, 1);
}

header {
	background-color: rgba(5, 26, 56, 1);
	background-image: url("../images/bright-squares.png");
	height: 10em;
	position: relative;
	color: rgba(250, 230, 192, 1);
	box-shadow: 0 0.25em 5px rgba(5, 26, 56, 1);
	-webkit-transition: all 0s; /* Safari 3.1 to 6.0 */
	transition: all 0s;
}

main {
	margin: 2em;
	padding: 2em 2em 1em 2em;
	max-width: 1800px;
	background-color: rgba(255, 255, 255, 1);
	border: rgba(200, 200, 200, 1) 1px solid;
	border-radius: 5px;
	display: block;
}

main img {
	margin: 0 auto;
	display: block;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.75em;
	text-align: center;
	color: rgba(76, 102, 140, 1);
	padding-bottom: 0.25em;
	margin: auto;
	margin-bottom: 1em;
	border-bottom: rgba(76, 102, 140, 1) 2px solid;
	max-width: 50%;
	min-width: 300px;
}

h3 {
	font-size: 1.25em;
	color: rgba(76, 102, 140, 1);
}

h4 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
}

main p {
	font-size: 1em;
	margin-bottom: 1em;
}

header p {
	font-size: 1.5em;
	font-style: italic;
}

p {
	text-align: justify;
}

.toggleAll {
	text-align: right;
	padding-bottom: 0;
}

.toggleAll a {
	font-size: .75em;
	color: rgba(76, 102, 140, 1);
}

.toggle {
	font-size: .7em;
	float: left;
	position: absolute;
	left: 4.75em;
	padding-top: 4px;
	font-family: "Courier New", Courier, monospace;
	z-index: 0;
}

.toggle a {
	text-decoration: none;
	color: rgba(76, 102, 140, 1);
}

.header-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 2em;
}

main ul {
	margin-top: 0em; 
}

nav {
	float: right;
}

nav div {
	text-align: center;
	list-style: none;
	transition: all 0s;
}

.nav a {
	display: block;
	margin: 0 2em;
	padding: 0.5em 1em;
	border-top: rgba(160, 160, 160, 1) 1px solid;
	-webkit-transition: all 0s; /* Safari 3.1 to 6.0 */
	transition: all 0s;
	-webkit-transition: background-color .2s; /* Safari 3.1 to 6.0 */
	transition: background-color .2s;
	background-color: rgba(5, 26, 56, 0.2);
	font-size: .9em;
	text-decoration: none;
	color: rgba(250, 230, 192, 1);
}

nav a:first-child{
	margin-top: 1.1em;
}

nav a:last-child {
	border-bottom: rgba(160, 160, 160, 1) 1px solid;
}

nav a:hover {
	background-color: rgba(90, 112, 145, 1);
}

.hidden {
	display: none;
}

header.small {
	height: 3em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

header.small h1{
	font-size: 1.5em;
	font-weight: normal;
	display: inline-block;
}

header.small .header-text {
	padding-left: 1.5em;
}

main.small {
	margin-top: 12em;
}

.menu {
	display: none;
	position: relative;
	font-size: 2.5em;
	margin-right: 0.75em;
	transition: all 0s;
	top: -0.05em;
}

.menu img {
	height: 0.5em;
}

div.menu a {
	border: none;
	margin: 0;
	padding: 0.25em 0;
	background: none;.
}

div.small {
	position: absolute;
	padding: 0.5em;
	top: 3em;
	right: 0;
	background-color: rgba(5, 26, 56, 1);
	background-image: url("../images/bright-squares.png");
}

div.small a:first-child{
	margin-top: 0;
}

div.small a {
	margin: 0;
}

.service {
	margin: 1.25em 1em 1em 1em;
}

.info {
	display: none;
}

.notice {
	color: red;
	font-style: italic;
	font-size: 0.85em;
}

form {
	margin: 1em 0;
}

fieldset {
	color: rgba(76, 102, 140, 1);
	border-color: rgba(76, 102, 140, 1);
	border-radius: 7px;
	margin-bottom: 1em;
	font-weight: 700;
	padding: 1em;
	min-width: 23.5em;
	display: inline-block;
	vertical-align: text-top;
	min-height: 19.94em;
}

fieldset:first-child {
	margin-right: 1em;
}

label {
	color: rgba(100, 100, 100, 1);
	font-size: 0.85em;
	font-weight: 600;
	display: block;
}

input, select, textarea {
	border-radius: 3px;
    border: rgba(210, 210, 210, 1) 1px solid;
	font-size: 1.05em;
	background-color: rgba(255, 255, 255, 0);
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(41, 23, 88, 0.5);
    border: 1px solid rgba(41, 23, 88, 0.5);
}

input, textarea {
	width: 22.25em;
	padding: 0.25em;
}

#service {
	width: 22em;
}

.required-label:after{
	content: "*";
	color: rgba(255, 0, 0, 1);
	font-weight: 400;
}

.error {
	margin-bottom: 1em;
	margin-top: 0;
	color: rgba(255, 0, 0, 1);
}

input {
	margin-bottom: 1em;
}

input.error {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 1);
}

select  {
	margin-bottom: 1em;
	margin-right: 1em;
	min-width: 10.5em;
}

#day, #time {
	margin-bottom: 0;
}

#time {
	margin-right: 0;
}

#thanks {
	display: none;
}

textarea {
	height: 12em;
	resize: none;
	overflow-y: auto;
}

button {
	display: block;
	margin-left: 1em;
}

button:focus {
	box-shadow: 0 0 5px rgba(41, 23, 88, 0.5);
}

footer {
	clear: both;
	font-size: .75em;
	margin-bottom: 1em;
	margin-top: -1em;
	padding: .5em 0;
	color: rgba(253, 248, 242,1);
	background-color: rgba(85, 54, 0, 1);
	background-image: url("../images/brushed-alum.png");
	box-shadow: 0 0.25em 5px rgba(85, 54, 0, 1);
}

footer p {
	text-align: center;
}

@media screen and (max-width: 700px) /*(max-device-width: 700px) and (orientation:landscape)*/ {
	
	html {
		font-size: 14px;
	}
	
	.menu {
		margin-right: 0.5em;
	}
	
	main {
		margin: 1.5em 1em;
		padding: 1em;
	}
	
	main.small {
		margin-top: 11.5em;
	}
	
	.toggle {
		left: 2.25em;
		padding-top: 4px;
	}
	
	.small  .header-text {
		padding-top: 0.17em;
	}
}

@media screen and (max-width: 500px) /*(max-device-width: 400px)*/ {
	
	html {
		font-size: 14px;
	}
	
	header {
		height: 9em;
		text-align: center;
	}
	
	.header-text {
		padding-left: 0.75em;
		display: block;
		position: static;
		top: 0;
		transform: none;
	}
	
	.small  .header-text {
		text-align: left;
		position: absolute;
		padding-top: 0.17em;
	}
	
	h1 {
		font-size: 2.25em;
		text-align: center;
		padding-top: 0.4em;
	}
	
	header {
		height: auto;
	}
	
	header p {
		font-size: 1.25em;
		text-align: center;
	}
	
	nav {
		float: none;
		padding-top: 1em;
		padding-bottom: 0.5em;
	}
	
	.small nav {
		float: right;
		top: -2em;
		padding: 0;
	}

	.nav a {
		display: inline-block;
		margin: 0 0.5em;
		border: none;
		border-top: rgba(160, 160, 160, 1) 1px solid;
		border-bottom: rgba(160, 160, 160, 1) 1px solid;
		text-align: center;
	}

	.nav a:first-child{
		margin-top: 0;
	}
	
	nav div.small a {
		display: block;
		border-bottom: none;
	}
	
	nav div.small a:last-child {
		display: block;
		border-bottom: rgba(160, 160, 160, 1) 1px solid;
	}
	
	main {
		margin: 1.5em 1em;
		padding: 1em;
	}
	
	.toggle {
		left: 2.25em;
		padding-top: 4px;
	}
	
	main.small {
		margin-top: 10.5em;
	}
	
	h2 {
		min-width: 250px
	}

	fieldset {
		min-width: 19em;
	}
	
	label {
		font-size: 1em;
	}

	label, input, textarea, #service {
		width: 17.5em;
	}
	
	#service {
		margin-right: 0;
	}

	select  {
		min-width: 8.25em;
	}

	button {
		padding: 0.25em 0.5em;
		padding-top: 0.4em;
	}

}

@media screen and (max-width: 375px) /*(max-device-width: 375px)*/ {
	html {
		font-size: 14px;
	}
	
	body {
		background: rgba(255, 255, 255, 1);
	}
	
	header {
		height: 3em;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	
	h1 {
		padding-top: 0.5em;
		font-size: 1.5em;
		font-weight: normal;
	}
	
	.header-text {
		text-align: left;
		position: absolute;
		padding-left: 1.5em;
	}
	
	.hidden {
		display: block;
	}
	
	.header-text .default {
		display: none;
	}
	
	.header-text p {
		display: none;
	}
	
	.menu {
		display: block;
	}
	
	nav {
		float: right;
		top: 0;
		padding-top: 0;
	}
	
	.nav {
		display: none;
		position: absolute;
		margin: 0;
		padding: 0.5em;
		top: 2.72em;
		right: 0;
		background-color: rgba(5, 26, 56, 1);
		background-image: url("../images/bright-squares.png");
	}
	
	nav .nav a {
		display: block;
		border-bottom: none;
		margin: 0;
	}
	
	nav .nav a:last-child {
		display: block;
		border-bottom: rgba(160, 160, 160, 1) 1px solid;
	}
	
	main {
		margin: 0;
		margin-top: 3.5em;
		border: none;
	}
	
	input, textarea, #service {
		width: 90%;
	}
	
}

/*http://paletton.com/#uid=73F0C0kmBi8dgr-iBmervd8ys8c*/