/*  hongos style//*/
body {
	margin: 0;
	padding:0;

}
* {box-sizing:border-box}


body {
 
	font-family: Helvetica, sans-serif;
	
}

.topnav {
  overflow: hidden;
  /*background-color: #678E3F;*/
  background-color: rgb(44, 19, 44);
}
img.logo{
  float: left;

}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: rgb(44, 19, 44);
}

.topnav a.active {
 
  background-color: rebeccapurple;
  color: white;
}

.topnav .icon {
  display: none;
}

h1,h2,h3{
  color: #678E3F;
  margin-left: 40px;
}
#product{
  text-align: center;
}

p{
  margin-left: 40px;
  padding-right: 20px;
  color: #555;
}
.main-supp{
	height:10px;
	padding-top: 5px;
  
}

#hero{

	height: auto;
	padding-top:30px;
	
 	
}

#ini a{
  color: #000;
 
}
 header {
	z-index:1;
	top: 0;	
	position: fixed; 
	height:100px;
	width: 100%;
	margin: 0;
	padding-bottom: 10px;		
  background-color: #678E3F;
	
  text-align: center;
	
 }
header h1 {
  color: #ddd;
 font-size: 25px;
font-family: 'Times New Roman', Times, serif;
font-weight: bolder;
}

 /*///section backg///////*/

#backg{
padding-top: 40px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 50px;
height: 250px;


/*background: url(../img/backghongosp.png) left top repeat-x,#678E3F url(../img/backghongoss.png) left bottom repeat-x;*/

}
#backg img {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 350px;
}


#backg .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

#backg .btn:hover {
  background-color: black;
  color: white;
}




 /* style for index page */
 #mainpicture {
  padding-top: 50px;
  height: 500px;
  background-color: #EEEEEE;
   
}
#mainpicture img {
   display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  
}

/*slide show/////////////////////////////////////////////////////////////////*/


body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  height: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

section h1{
  text-align: center;
}
article{
	padding-left:40px;
}
	
section#hero img{
 
  padding-left: 50px;
}

section#hero {
 
  color:#333;
}
/*//////////////////////////////////////////*/

#info{
  padding-left: 40px;
  background-color: rgb(241, 228, 213);
}
#info img{
  padding-top: 50px;
  padding-left:5px;
}
.note{
  
  max-width: 550px;  
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

article img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
 
}
#imgright{
  float: right;
  padding-right: 40px;
  padding-left: 40px;

}
/*
*, *:before, *:after {
  box-sizing: inherit;
}*/

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (min-width: 901px) {
  .column {
    width: 33.333%;
    display: block;
  }
}


@media screen and (max-width: 900px) {
  .column {
    width: 50%;
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}



.card {
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
border: 1px solid #678E3F ;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}



/*//////////////////footer//////////////////////////////////////////////////////////////////////////////*/
footer {
	margin: 0;
	height: auto;
  width: 100%;
	background-color: rgb(44, 19, 44);
	color: #fff;
	
	padding-left: 10px;
	
	
}

footer p {
	padding-top: 20px;
color: #f1f1f1;
	padding-bottom: 10px;
}

#footer{
  text-align: left;
  font-size: small;
 
}
.clearfix{
	clear: both;
	
}
.img2 {
  
  padding-right: 20px;
  padding-left: 50px;
  padding-bottom: 10px;

}
.clearfix2::after {
  content: "";
  clear: both;
  display: table;
  padding-left:50px;
 
}
.img3 {
  float: left;
  padding-right: 50px;
  padding-left: 50px;

}
.clearfix3::after {
  content: "";
  clear: both;
  display: table;
  padding-left: 50px;
 
}

hr{
  width: 60%;
}


@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 .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container{
  
  background-image: url(img/backabout.jpg), url(img/lean.jpg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  padding: 15px;

}
/* Container holding the image and the text 
.container {
  position: relative;
  text-align: left;
  color: #678E3F;
}
  
/* Centered text */
.centered {
  position: absolute;
 /* top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  color: #333;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 80px;
  left: 15%;
  color: #333;

}

/*link buy*/
.container a:link, a:visited {
 color: #f1f1f1;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #678E3F;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.container a:hover, a:active {
  background-color: #555;
}

/*sep*/

.sep{
  height: 80px;
}


/*/////////////contact form////////////////////////////////////////////////////////////*/
#cform {
  color: #333;
  background-color: #fff;
  max-width: 500px;
  margin-left: 30px;
      margin-right:20px;
      margin-bottom: 30px;
      margin-top: 30px;
  height: auto;
  padding: 10px;
  border-radius:10px;
    background-color: rgba(255,255,255,0.4);
    box-shadow:0 8px 8px 8px rgba(0,0,0,0.2);
  clear: both;
}
input[type=text] {
  width: 100%;
  padding: 12px 12px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 100%;
  padding: 8px 14px;
  margin: 5px 0;
  color: white;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:hover {
  color: white;
}
button {
  width: 100%;
  padding: 10px 16px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
    }
    button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}
form {
padding-top: 30px;
padding-left: 40px;
padding-bottom: 40px;
padding-right:40px;

}

/*end form////////////////////////////////////////////////////////////////////////*/



/*different devices media queries/////////////////////*/
 @media screen and (max-width:768px) { /*for mobile phones//*/
 
  
  #cform {
  color: #333;
  background-color: #fff;
  max-width: 500px;
  margin-left: 5px;
  margin-right:5px;
  margin-bottom: 30px;
  margin-top: 30px;
  height: auto;
  padding: 2px;
  border-radius:10px;
  background-color: rgba(255,255,255,0.4);
  box-shadow:0 8px 8px 8px rgba(0,0,0,0.2);
  clear: both;
}
input[type=text] {
  width: 100%;
  padding: 12px 12px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 50%;
  padding: 8px 14px;
  margin: 5px 0;
  color: white;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:hover {
  color: white;
}
button {
  width: 100%;
  padding: 10px 16px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
    }
    button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}


 }