.spaced {
  margin: 10px;
}

.packages {
	margin: 0px auto; 
}

.package-small {
 float: left;
 margin: 0 0 0 10px;
}

.package-small-content {
 	padding: 10px;
}

.gold-small {
	width: 280px;
	border: 5px solid #8d6858;
 	border-radius: 5px;
}

.gold-small-header {
 background-image: url(/images/box-3-header.png);
 background-size: cover;
 background-repeat: no-repeat;
}

.gold-small-header p {
  color:#fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 30px;
  padding: 10px;
  margin: 0px;
  font-family: Oswald, sans-serif;
  border-bottom: 3px solid #8d6858;
  text-shadow: 1px 1px 2px #8d6858;
}

.gold-small-button {
  text-align: center;
  margin: 10px 0px -25px 0;
}

.gold-small-button button {

 	color: #fff;
  padding: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+51,e9d4b3+100;L+Brown+3D */
background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
	letter-spacing: 2px;
	font-size: 30px;
	font-family: Oswald, sans-serif;
	border: 3px solid #8d6858;
	border-radius: 50px;
	text-shadow: 1px 1px 2px #8B4513;
	text-decoration: none;
}

.gold-small-button button:hover {
  color: #8d6858;
  background-color: #CD853F;
  border: 3px solid #8d6858;
  text-shadow: 1px 1px 2px #8B4513;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 10px #555;
}


.platinum-small {
	width: 310px;
	border: 5px solid #868884;
 	border-radius: 5px;	
}

.platinum-small-header {
background-image: url(/images/box-2-header.png);
 background-size: cover;
 background-repeat: no-repeat;
}

.platinum-small-header p {
  color: #000000;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  margin: 0px;
  font-family: Oswald, sans-serif;
  border-bottom: 3px solid #868884;
  text-shadow: 1px 1px 2px #FFFFFF;
}

.platinum-small-button {
  text-align: center;
  margin: 0 20px -25px 0;
}

.platinum-small-button button {
  color: #808080;
  padding: 10px;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(135deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  letter-spacing: 2px;
  font-size: 30px;
  font-family: Oswald, sans-serif;
  border: 3px solid #808080;
  border-radius: 50px;
  text-shadow: 1px 1px 2px #808080;
  text-decoration: none;
}

.platinum-small-button button:hover {
  color: #D3D3D3;
  background-color: #A9A9A9;
  border: 3px solid #A9A9A9;
  text-shadow: 1px 1px 2px #808080;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 10px #555;
}

.diamond-small {
	width: 360px;
	border: 5px solid #ae8a2c;
  border-radius: 5px;
}

.diamond-small-header {
background-image: url(/images/box-1-header.png);
 background-size: cover;
 background-repeat: no-repeat;
}

.diamond-small-header p {
  color: #000;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 10px;
  margin: 0px;
  text-align: center;
  font-family: Oswald, sans-serif;
  border-bottom: 3px solid #ae8a2c;
  text-shadow: 1px 1px 2px #FFFFFF;
}

.diamond-small-button {
  text-align: center;
  margin: 0 0px -25px 0;
}

.diamond-small-button button {
  color: #000;
  padding: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

  letter-spacing: 2px;
  font-size: 30px;
  font-family: Oswald, sans-serif;
  border: 3px solid #ae8a2c;
  border-radius: 50px;
  text-shadow: 1px 1px 2px #808080;
  text-decoration: none;
}

.diamond-small-button  button:hover {
  color: #D3D3D3;
  background-color: #A9A9A9;
  border: 3px solid #ae8a2c;
  text-shadow: 1px 1px 2px #808080;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 10px #555;
}

a.package-link, a.diamond-package-link {
	text-decoration: none;
	color: inherit;
}

a.package-link .package-small:hover {
  -webkit-box-shadow: 2px 2px 7px #333;
  -moz-box-shadow: 2px 2px 7px #333;
  box-shadow: 2px 2px 7px #333;
}

a.diamond-package-link:hover .package-small {
   -webkit-box-shadow: 2px 2px 7px #333;
  -moz-box-shadow: 2px 2px 7px #333;
  box-shadow: 2px 2px 7px #333; 
}

/*=========================================
Modal Stuff
============================*/
.overlay {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0,0,0,0.1);
}

.overlay .modal-close {
  text-align: right;
  padding: 0 0 10px 0;
  margin-right: 10px;
}

.overlay .modal-content {
  width: 500px;
  margin: 100px auto;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: inline-block;
  pointer-events: auto;
}

.modalDialog > div {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 950px;
}

.modalDialog p {
  line-height: 110%;
  padding-bottom: 0px;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

@media only screen and (max-width: 900px) {
  .modalDialog > div {
    width: inherit;
  }
}




