body {
  background-image: linear-gradient(#482d07, #ffffff);
	background-color: #6a420a;
	font-family: Verdana;
  color: #6a420a;
}



/* 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 MAIN INDEX is used for the main page background image */

.mainindex {
  background-image: url("/images/aida.png");
  background-color: #ffffff;
  text-align: center;
  margin: 5% 10% 3% 10%;
  border: none;
  border-radius: 25px;
  padding: 25px 25px 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: #619481;
	border-radius: 25px 25px;
}

li {
	float: right;
}

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

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

li.navbar {
	display: inline-block;
}

/* class NAVBAR-MENU is for the drop down menus */

.navbar-menu {
	display: none;
	position: absolute;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.navbar-menu a {
	color: #ffffff;
	padding: 15px 25px;
	text-decoration: none;
	display: block;
  background-color: #619481;
	text-align: left;
}

.navbar-menu a:hover {
	background-color: #6a420a;
	border-radius: 25px 25px;
}

.navbar:hover .navbar-menu {
	background-color: #619481;
  	display: block;
}

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

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

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



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

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


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

.content h3 {
	text-decoration: underline;
	}

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

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

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


/* 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;
}


/* begin LIGHTBOX css */

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
 
/* end LIGHTBOX css */



/* 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 */