
body {
	margin: 0;
	background-color: f7ddd4;
}

 /* header */
 .header{
	 background-color: #fd4d0c;
	 text-align: center;
 }
 

 /* Dropdown Button */
.dropbtn {
    background-color: #fb8604;
    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: #fcba12;
    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: #f7ddd4;
    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: #342809;}

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

/* 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 three columns that floats next to each other */
.column {
    float: left;
}

/* Left and right column */
.column.side {
  width: 25%;
}

/* Middle column */
.column.middle {
  width: 50%;
}

/* 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.side, .column.middle {
    width: 100%;
  }
} 

h1 {
	color: #342809;
}

h2 {
	color: #342809;
	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: #fd4d0c;
    border-top: 1px solid E0E0E0;
	text-align: center;
    padding: 10px;
	width: 100%;
}

