.purchaseForm {
	background-color: gold;
	border: 2px solid black; 
	padding: 25px; 
	font-size: 275%;
	text-align: center;
	width: 100%;
}

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

em {
	color: rgba(0,0,0,0);
}

table, th, td {
	border: 5px;
	border-style: inset;
	border-color: #ccc;
	border-collapse: collapse;
	font-size: 140%; 
}
th, td {
	padding: 10 px;
}
th {
	text-align: left;
	background-color: rgba(255,255,255,0.75);
}
td {
  	background-color: rgba(200,255,200,0.75);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgba(255,255,255,0.75);
  width: 75%;
  color: black;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 14px 16px;
  font-size: 200%;
  font-style: bold;
  margin-left: auto;
  margin-right: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: skyblue;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255,255,255,0.75);
  transition: max-height 1.5s ease-out;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255,255,255,0.75);
}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 200%;
  font-style: bold;
}

li a:hover:not(.active) {
  background-color: rgba(200,255,200,0.75);
}

.active {
  background-color: skyblue;
}


bk {
	background-color: goldenrod;
	position: fixed;
	bottom: 5%;
	right: 0px;
	border: 2px solid black; 
	padding: 5px; 
    font-size: 125%;
}

h1 {
	border:2px solid black; 
	padding: 20px; 
	background-color: skyblue;
	font-size: 250%; 
	text-align: center;
}

p {
	font-size: 150%; 
	border: 2px solid black; 
	padding: 10px;
	background-color: rgba(255,255,255,0.75)
}

body {
	background-image: url('/IMG_3736.JPG'); 
	background-size: cover;
	background-attachment: fixed;
}


img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border: 2px solid s
}

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: left;
  background-color: skyblue;
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

.clear3 {
	clear: both;
}

.clear2 {
	clear: none;
}

.responsive {
  padding: 6px 6px;
  float: left;
  width: 33.33333%;
  font-size: 100%;
}

@media only screen and (max-width: 2080px) {
  .responsive {
    width: 48.8%;
    margin: 6px 6px;
	font-size: 150%;
  }
  .clear3 {
	clear: none;
  }
  .clear2 {
	clear: both;
  }
  .desc {
	 font-size: 150%;
  }
}

@media only screen and (max-width: 1000px) {
  .responsive {
    width: 100%;
	font-size: 250%;
  }
  bk {
      font-size: 225%;
  }
  .clear3 {
	clear: none;
  }
  .clear2 {
	clear: none;
  }
  .desc {
	 font-size: 250%;
  }
  p {
	font-size: 250%; 
}

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