* {
  box-sizing: border-box;
}

html,body 	{
	width:100%;
	height:100%;
	margin:auto;
	min-width:600px;
	max-width:2000px;
	height:100%;
	/*background-image: url("/images/bkg.jpg");*/
	background-color:#fffff0;
	touch-action: manipulation;
	}
	
.box {
	margin-left:5%;
	margin-right:5%;
	}
	
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.menu-container {
	display:table;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	}
</style>

/* Tangarine Font face */
  @font-face {
  font-family:tangerine;
  font-style: normal;
  font-weight: 400;
  src: local( 'tangerine-bold'), url('/fonts/tangerine-bold.ttf');
}

.fruit {
        font-family:"tangerine";
        font-size:3em;
        font-weight:600;
        text-align:center;
        color:#000066;
        margin-left:5px;
}
  
.btn1 {
  display: inline-flex;
  justify-content: center; /* center the content horizontally */
  align-items: center; /* center the content vertically */
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 10px;
  font: 700 0.9rem Verdana;
  letter-spacing: 2px;
  height:20px;
  background: #228B22;
  color: #fffff0;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}

.btn1:hover {
  background: #7CFC00;
  color: #000;
  text-decoration: none;
}



.center {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



/* tablet breakpoint */
@media (min-width:768px) {
    .padded-boxes > * {
        width:calc(50% - 1rem);
    }
}
