@charset "utf-8";


/* CSS Document */

li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

body {
    background-color: #CDCDCD;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #8A3324;
}

p {
	color: #000000;
	font-size: 15px;
}

container {
	  margin-top: 200px;
	padding-bottom: 5px;
	
}

.containerinfo {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
}

.active {
	background-color: #4CBB17;
}

.navbar-inverse {
	background-color: #8A3324;
	color: #E5E7E6;
	background-image: none;
	background-repeat: no-repeat;
}

.h4 {
	text-align: right
}

.text {
	width: 700px;
}

.circle {
	height: 200px;
	width: 200px;
    text-align: center;
    text-decoration: none;
	border: 4px solid #8A3324;
	border-radius: 10px;
}

.circleshop {
    padding: 5px;
	height: 200px;
	width: 200px;
    text-align: center;
    text-decoration: none;
	margin-bottom: 10px;
}

.containershop {
	align-content: center;
}

.prodimg {
    padding: 5px;
	padding-left: 0px;
	height: 200px;
	width: 400px;
    text-align: center;
    text-decoration: none;
	opacity: .50;
	border-radius: 10px;
}

.aboutimg {
    padding: 5px;
	padding-left: 0px;
	height: 200px;
	width: 380px;
    text-align: center;
    text-decoration: none;
}

.containermain {
	text-align: center;
}

.w3-rowhome {
	text-align: center;
}


.row2 {
	height: 100px;
}

.imgtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	padding-top: 50px;
}

footer {
    border-radius: 5%;
    background-color: #8A3324;
	color: #E5E7E6;
	margin-top: 20px;
}




/* Contact form */
input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}

/* Submit button */
input[type=submit] {
  background-color: #8A3324;
  color: #E5E7E6;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #398F00
;
}

.formcontainer {
  border-radius: 10px;
  background-color: #E5E7E6;
  padding: 20px;
  margin-top: 20px;
}


/* New Nav */
.topnav {
  background-color: #8A3324;
  overflow: hidden;
}

/* Link Style */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Link Hover */
.topnav a:hover {
  background-color: #E5E7E6;
  color: #8A3324;
}

/* Highlight */
.topnav a.active {
  background-color: #984D40;
  color: white;
}

/* Hides the hambuger */
.topnav .icon {
  display: none;
}



/*MEDIA QUERIES*/

@media (min-width: 320px){
	body {
		width: 300px;
		margin: none;
	}
	
input[type=text], select, textarea {
  width: 100%; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}
	
}

@media (min-width: 480px){
	body {
		width: 450px;
		margin: auto;
	}

.formcontainer {
  margin: 0px;
}
	
}

input[type=text], select, textarea {
  width: 100%; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}

@media (min-width: 768px){
	body {
		width: 768px;
	}
}
@media (min-width: 992px){
	body {
		width: 992px;
	}
	
}
@media (min-width: 1200px){
	body {
		width: 1150px;
		margin: auto;
	}

.imgtext {
	opacity: 0;
}
	
.imgtext:hover {
	opacity: 1;
}
	
.topnav {
  background-color: #8A3324;
  overflow: hidden;
	width: 1200px;
}
	
}

@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;
  }
}
