/* Home */
html {
	margin: 0;
	padding: 0;
	background-color:#E5E7E6;
	font-family: 'Cambria', sans-serif;
}

.topnav {
	overflow: hidden;
	background-color:#E9692C;
}

.topnav a {
	float:left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 18px;
}

.topnav a:hover {
	background-color:#FFF000;
	color: black;
}

.ntopav a.active {
	background-color:#4CBB17;
	color: white;
}

.topnav .icon {
	display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.slideshow-container {
	max-width: 1000px;
  	position: relative;
  	margin: auto;
}

.mySlides {
	display: none;
}

.prev, .next {
	cursor: pointer;
  	position: absolute;
  	top: 28%;
  	width: auto;
  	margin-top: -22px;
  	padding: 16px;
  	color: white;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: #E5E7E6;
}

.numbertext {
	color: orangered;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.fade {
	-webkit-animation-name: fade;
  	-webkit-animation-duration: 1.5s;
  	animation-name: fade;
  	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.wrapper {
	width: 100%;
}

.news-feed {
	width: 100%;
}

.news-feed h2{
	padding: 20px 20px 20px;
	font-family: arial;
	font-size: 35px;
	color: #111;
	line-height: 44px;
}

.news-feed p{
	padding: 5px 30px 20px;
	font-family: arial;
	font-size: 15px;
	color: #111;
	line-height: 24px;
}

/* Shop */

.product-filter {
  display: flex;
}

.product-filter h1 {
  flex-grow: 1;
}

.sort {
  display: flex;
  padding: 2px;
}

.collection-sort {
  display: flex;
  flex-direction: column;
  padding: 2px;
}

/*  product cards */

.row {
  box-sizing: border-box;
  margin: 0 -5px
}

.column {
  float: left;
  width: 20%;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card img {
	max-width: 100%;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* About us */

.statement h2{
	margin-left:20px

}

.statement p{
	margin-left:40px ;
	overflow: hidden;
  max-width: 75ch;
}

* {
  box-sizing: border-box;
  padding-bottom: 10px;
}

body {
  font-family: 'Cambria', sans-serif;
}


.column {
  float: left;
  width: 30%;
  padding: 0 10px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Contact */
.introduction h1 {
	width: 100%;
  text-align:center;
}

.container {
	margin: 65px;
}

input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #666666;
  opacity: 80%; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}


input[type=submit] {
  background-color: #E9692C;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=submit]:hover {
  background-color: #8A3324;
}


.container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}

/* Email Newsletter section */

.collapsible {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}


.collapsible:hover {
  background-color: #ccc;

}


.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* newsletter elements */
form {
  border: 4px solid #f1f1f1;
}


.container {
  padding: 4px;
  background-color: #f1f1f1;
}

.container h2{
	width: 100%;
  text-align:center;
}

input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


input[type=checkbox] {
  margin-top: 16px;
}


input[type=submit] {
  background-color: #E9692C;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}

/* Location */

.picture img{
	padding: 4px;
 	width: 60%;

}
.picture h2 {
	width: 100%;
  text-align:left;
}

.picture p {
	width: 100%;
  text-align:left;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Footer */
footer {
	padding: 2px;
	width: 100%;
	background-color: #E9692C;
	color: white;
	text-align: center;
}