html{
	background-color: lightgrey;
}

body {
	width: 1150px;
	margin: 0 auto;
	background-color: white;
}

header {
	padding-top: 35px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

header img{
	width: 25%;
	margin-left: 70px;
}

nav{
	display: inline-block;
	margin-right: 50px;
}

nav ul{
	list-style-type: none;
	text-align: right;
	margin: 0;
    padding: 0;
}

nav ul li{
	display: inline;
}

a{
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: adobe-calson-pro, sans-serif;
	font-size: 16pt;
}

a:link {
	color: black;
}

a:visited {
	color: darkgray;
}

a:hover {
	color: rgb(143, 183, 95);
}

a:active {
	color: tan;
}

/******** PRODUCTS PAGE *********/

.products{
	font-family: gill sans, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	margin-left: 90px;
	margin-top: 80px;
}

.gallery{
	display: inline;
}

.gallery ul{
	list-style-type: none;
	margin-left: 50px;
	margin-right: 20px;
}

.gallery ul li{
	display: inline-block;
	font-family: adobe-calson-pro, serif;
	font-weight: 600;
	font-size: 13pt;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 50px;
}

.gallery a{
	display: block;
	font-family: adobe-calson-pro, serif;
	font-weight: 600;
	font-size: 13pt;
	margin-left: 0px;
	margin-right: 25px;
	padding: 0;
	text-decoration: underline;
}

.gallery img{
	width: 45vh;
	display: inline;
	display: block;
}


/********* FORM **********/

.formbox{
	background-color: rgb(218, 247, 183);
	width: 850px;
	margin-top: 50px;
	margin-left: 150px;
	margin-bottom: 50px;
	padding: 10px;
	box-sizing: border-box;
}

section h1{
	font-family: gill sans, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 40px;
}

input[type="text"], input[type="email"] {
	padding: 5px;
	border-radius: 4px;
	border: none;
}

form > div, fieldset {
	margin-bottom: 10px;
	margin-left: 100px;
}

#contact_name{
	width: 67%;
}

#street{
	width: 67%;
	margin-left: 5px;
}

#city{
	margin-left: 20px;
	margin-right: 16px;
}

#state{
	margin-right: 20px;
}

#zip{
	width: 14%;
}

#phone{
	margin-right: 20px;
}

form label{
	font-family: 'gill sans', sans-serif;
	font-weight: bold;
}

fieldset{
	margin-top: 30px;
	margin-right: 175px;
}

fieldset legend{
	font-family: 'gill sans', sans-serif;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-weight: normal;
}

.message-input label {
	display: block;
	margin-top: 30px;
}

.message-input textarea {
	width: 75%;
}

.buttons{
	margin-bottom: 50px;
}

/******** FOOTER *********/

footer {
	background-color: rgb(143, 183, 95);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

footer p{
	text-align: center;
	font-family: gill sans, sans-serif;
	font-size: 11pt;
	color: white;
	line-height: 10px;
}

#tagline{
	font-size: 15pt;
}
