body {
	background-color: #ffffff;
	font-family: Verdana;
  color: #575656;
}

hr {
  width: 85%;
  margin-top: 30px;
}

/* class HOME is used for nav bar home graphic alignment */

.home {
	float: left;
	position: absolute;
	margin-top: 0;
	border: 0;
}


/* class MAIN is only used for holding page image alignment */

.main {
	text-align: center;
	border: none;
	padding: 25px 25px;
}


/* class NAVBAR is used for all pages except main page currently */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
  background-color: #f2eded;
	border-radius: 25px 25px;
}

li {
	float: right;
}

.navbar li a, .navbar-links {
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
  color: f2eded;
	text-decoration: none;
}

.navbar li a:hover, .navbar:hover .navbar-links {
	background-color: #ffffff;
}

li.navbar {
	display: inline-block;
}


/* class NAVBAR-LINKS is for the links that come off the drop down menus */

.navbar-links {
	background-color: #f2eded;
	color: #575656;
	text-decoration: none;
	padding:  15px 35px;
	text-align: left;
	cursor: pointer;
	border-radius: 25px 25px;
}

.navbar .navbar-links a:link {
	border-radius: 25px 25px;	
}


/* class MAINHEADER is for the opening text */

.mainheader {
  text-align: center;
  padding: 25px 25px 25px 25px;
}


/* class CONTENT is for the main content of the page */

.content {
	text-align: center;
	margin: 5% 7% 3% 7%;
	border: none;
	border-radius: 25px;
	padding: 25px 25px 25px 25px;
  background-color: #f2eded;
	font-size: 16px;
}


h1 {
  text-align: center;
	text-shadow: 4px 4px rgba(0,0,0,0.2);
	font-size: 50px;
}

h2 {
  text-align: center;
  font-size: 30px;
	}

.content a:link {
	color: #575656;
}

.content a:visited {
	color: #575656;
}

.content a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #575656;
}


/* class PICLINK is for links that have thumbnails and photo content */

.content a:link.piclink {
	font-size: 14px;
	background-color: #619481;
	color: #ffffff;
	border-radius: 25px;
	border: 5px solid #ffffff;
	padding: 20px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.content a:visited.piclink {
	background-color: #619481;
	color: #ffffff;
}

.content a:hover.piclink {
	/* text-decoration: underline; */
	border: 5px solid #6a420a;
}


/* class TEXTLINK is for links to download/purchase patterns in pattern div */

.content a:link.textlink {
  font-size: 14px;
  background-color: #619481;
  color: #ffffff;
  border-radius: 25px;
  border: 5px solid #ffffff;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.content a:visited.textlink {
  background-color: #619481;
  color: #ffffff;
}

.content a:hover.textlink {
  /* text-decoration: underline; */
  border: 5px solid #6a420a;
}



/* class PATTERNS is for links to patterns */

.patterns {
  text-align: center;
  margin: 3% 10% 3% 10%;
  border: none;
  border-radius: 25px;
  padding: 25px 25px 10px 25px;
  background-color: #f2ddc8;
  font-size: 14px;
}

.patterns .piclink {
  float:left;
}

.patterns .textlink {
  align:center;
}


/* class FORM is for contact form pretty-ness */

.form {
	text-align: left;
	margin: 1% 25%;
	border: solid;
	border-radius: 25px;
	padding: 25px 50px;
	background-color: #fff;
	font-size: 14px;
}

.form input[type=text], input[type=email], textarea, select, input[type=submit] {
	width: 75%;
	border: 3px solid #6a420a;
	border-radius: 10px;
	padding: 8px;
	font-size: 14px;
}

.form textarea {
	width: 75%;
	height: 150px;
	resize: none;
}

.form input[type=submit] {
	background-color: #619481;
	color: #fff;
}

.form input:focus, textarea:focus, select:focus {
	outline: none;
	border: 3px solid #619481;
}




/* id RECAPTCHA is explicitly for recaptcha on commissions page  */

#recaptcha {
	text-align: center;
	display: inline-block;
}



/* class FOOTER is for the bottom navigation links */

.footer {
	text-align: center;
	border: none;
}

.footer a:link {
  color: #575656;
}

.footer a:visited {
  color: #575656;
}

.footer a:hover {
  text-decoration: none;
  background-color: #575656;
  color: #ffffff;
}




/* use less than tag - meta name="viewport" content="width=device-width, initial-scale=1.0"FORWARD SLASH greater than tag in div tag middle class once you get div tags set up to make sure mobile devices display font sizes correctly within border */