body {
  color: #2D2D2D;
}

#interactive, #styling, #combined, #sitemap, #synced-git{
  border-top: 0.15em solid #DBDBDB;
  margin: 1.5rem 0rem;
}

.element {
  border-top: 0.05em dashed #DADADA;
  margin: 1rem 0rem;
}

h1 {
  font-family: 'Dosis', sans-serif;
  color: #62D006;
  font-weight: 600;
}

h2 {
  font-family: 'Dosis', sans-serif;
  color: #62D006;
  font-weight: 500;
  margin: 0.75rem 0rem;
  font-size: 1.50rem;
  max-width:100%;
}

h3 {
  font-family: 'Dosis', sans-serif;
  color: #2D2D2D;
  font-weight: 400;
  margin: 0.75rem 0rem;
  font-size: 1.25rem;
}

/* h2, h3 {
  font-family: 'Open Sans', sans-serif;
}

h2 {
  margin: 0.75rem 0rem;
  font-size: 1.50rem;
  color: #62D006;
  max-width:100%;
}

h3 {
  color: #62D006;
  margin: 0.75rem 0rem;
  font-size: 1.25rem;
} */

/* h4 tag only used in styleguide */

h4 {
  margin: 0.75rem 0rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

p, ol, ul {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.90rem;
}

p {
  max-width: 75rem;
}


a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #62D006;
  transition: color 0.5s;
}

a:active, a:hover, a:focus {
  color: #04A05D;
}

header {
  margin-bottom: 2rem;
}

/* Style Guide Code */
pre {
  display: block;
  white-space: pre-wrap;
}

section code {
  background-color: #DADADA;
    padding: 0.5em 0.75em;
    display: block;
    max-width:100%
}

/* SYTLE GUIDE NAVIGATION */
.main-nav {
  margin: 1rem 0rem;
}

.main-nav a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #04A05D;
  transition: color 0.5s;
  display: block;
}

.main-nav a:active, .main-nav a:hover, .main-nav a:focus {
  color: #62D006;
}

.main-nav .nav-item {
  text-align: left;
}


/*--elements---*/

/* In-Text Links*/

a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #62D006;
  transition: color 0.5s;
}

a:active, a:hover, a:focus {
  color: #04A05D;
}

/*NAV BUTTON*/
nav {
  width: 100%;
}
nav ul {
  list-style: none;
}

nav li {
  margin: 0.5rem 1.2rem;
}

.nav-logo{
  margin-right:auto;
}

.nav-logo-item{
  max-width: 100%;
  margin: 0.5rem 2.5rem;
  margin-left: 0;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #62D006;
}

.nav-item {
  display: inline-block;
  padding-top: 0.75rem;
  color: #62D006;
  font-size: 1rem;
  text-align: right;
}

.nav-1st-item{
  margin-left:auto;
}


/*OLD CODE*/
/* .nav-button {
  display: inline-block;
  padding: 1rem 1rem;
  color: #FFF;
  background-color: #04A05D;
  border-radius: 0.5em;
  border-style:solid;
  border-width:thin;
  border-color:#ffffff;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.nav-button:hover, .nav-button:focus {
  background-color: #ffffff;
  color:#62D006;
  border-color:#62D006;
} */

/* Forms & Input */
form {
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin: 1rem;
}

label {
  padding-right: 0.5rem;
}

input[type=text] {
  font-family: 'Open Sans', sans-serif;
  width: 30%;
  margin-top: 0.5rem;
  padding: 7px 7px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

/*SUBMIT BUTTON*/
.submit-button {
  display: inline-block;
  color: #FFF;
  background-color: #04A05D;
  border-radius: 5px;
  padding: 0.50em;
  border-style:solid;
  border-width:thin;
  border-color: #04A05D;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.submit-button:active, .submit-button:hover, .submit-button:focus {
  background-color: #62D006;
  border-color: #62D006;
  color:#fff;
}

/*RESET BUTTON*/
.reset-button {
  display: inline-block;
  color: #62D006;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  border-style:solid;
  border-width:thin;
  border-color:#62D006;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.reset-button:active, .reset-button:hover, .reset-button:focus {
  background-color: #62D006;
  border-color: #62D006;
  color:#fff;
}

/*BULLETED POITNS AND ORDERD POINTS*/

.styling-bullet{
  list-style-type: square;
  color:#2D2D2D;
  font-size:1rem;
  line-height:1.8rem;
}

.styling-ordered{
  color:#2D2D2D;
  font-size:1.1rem;
  line-height:1.8rem;
}

/* Images */
img {
  height: auto;
  max-width: 80%;
  border: 1px solid #DBDBDB;
}

figure {
	margin: 1em 0px;
}

figcaption {
  font-family: 'Open Sans', sans-serif;
	font-style: italic;
  font-weight: 100;
  font-size: 0.75rem;
}

.large-img {
  height: auto;
  max-width: 100%;
}

section p {
  margin-top: 0;
}

/* Product Listing */

/*PRODUCT*/
.product{
  border: 2px solid #DBDBDB;
  padding: 1rem;
  margin-top:0.5rem;
  border-radius: 1em;
  max-width:100%;
}

.product-small-item{
  border: 2px solid #DBDBDB;
  background: #FFFFFF;
  padding: 1rem;
  margin-top:0.5rem;
  border-radius: 1em;
  max-width:100%;
}

/*apply buttons*/
.normal-button {
  display: inline-block;
  color: #FFF;
  background-color: #04A05D;
  border-radius: 5px;
  padding: 0.50em;
  border-style:solid;
  border-width:thin;
  border-color: #04A05D;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.normal-button:hover, .normal-button:focus {
  background-color: #62D006;
  border-color: #62D006;
  color:#fff;
}

/*Old Code*/
/* .product-item {
  border: 2px solid #DBDBDB;
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 1em;
  text-align: center;
}

.placeholder{
  max-width:100%;
} */

/* Grid Structure */
.col1 {
  background-color: #000;
}

.col2 {
  background-color: #333;
}

.col3 {
  background-color: #666;
}

.col4 {
  background-color: #999;
}

.grid-structure {
  text-align: center;
  color: #FFFFFF;
  padding: 2.5em 0;
}

/* Color Swatches */
.swatch {
  text-align: center;
  padding: 4em 2em;
  color: #000;
}

.s1 {
  background: #62D006;
}
.s2 {
  background: #04A05D;
}
.s3 {
  background: #2EBE80;
}
.s4 {
  background: #FFFFFF;
}
.s5 {
  background: #DBDBDB;
}
.s6 {
  background: #2D2D2D;
  color: #DBDBDB;
}

/*citation

https://codepen.io/ncerminara/pen/eFzJI/

https://medium.com/flexbox-and-grids/the-most-popular-navigation-bars-created-with-flexbox-6c0f59f55686

https://css-tricks.com/perfect-full-page-background-image/ */
