

 /* header */
 .header{
	 background-color: #000
	 padding: 14px;
 }
 

 /* Dropdown Button */
.dropbtn {
    background-color: #3ea462;
    color: white;
    padding: 12px;
    font-size: 12px;
    border: none;
	width:190px
}

/* position dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1em;
	font-family: sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Social Media Icons */

.social {
	float: right;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

 /* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 40%;
	padding: 5%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - (600px wide or less) */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
} 

h2 {
	color: #3ea462;
	font-family: sans-serif;
}

p	{
	padding: 10px;
}

/* Paypal stuff */
div.pay {
	text-align: center;
	height: 30px;
}

div.cart {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 10px;
	padding: 10px;
}

.footer {
    background-color: #3ea462;
    text-align: center;
    padding: 10px;
}