/*Web Fonts*/

@font-face {
    font-family: 'Atlantis Text';
    src: url('AtlantisText-Regular.woff2') format('woff2'),
        url('AtlantisText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atlantis Headline';
    src: url('AtlantisHeadline-Bold.woff2') format('woff2'),
        url('AtlantisHeadline-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atlantis Small Caps';
    src: url('Atlantis-RegularSmallCaps.woff2') format('woff2'),
        url('Atlantis-RegularSmallCaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atlantis Text';
    src: url('AtlantisText-Bold.woff2') format('woff2'),
        url('AtlantisText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    margin: 0;
    padding: 0;
}
		/*Body*/
body {
	background-color: #421d10;
    margin: 0;
    padding: 0;
}

		/*Header*/
.header {
	background-color: #421d10;
	display: flex;
	flex: none;
  	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}

		/*Nav Wrapper*/
.nav-wrapper {
	background-color: #f3ede1;
	padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

		/* Main */
.main {
	background-color: #f7f3ea;
	text-align: center;
	border: 0;
    margin: 0;
}

		/*Text Wrapper*/
.text-wrapper {
	background-color: #f7f3ea;
	color: #373634;
    font-family: Arial;
    font-size: 1em;
    line-height: 1.25em;
	text-align: left;
	width: 90%;
	border: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-right: auto;
    margin-left: auto;

}

img {
    max-width: 100%;
    height: auto;
}

h1 {
	color: #265847;
	font-family: 'Atlantis Text';
        font-weight: bold;
        font-style: normal;
	font-size: 3em;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

h2 {
	color: #7d9f93;
	font-family: 'Atlantis Text';
        font-weight: normal;
        font-style: normal;
	font-size: 1.25em;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

a, a:visited {
	color: #609c98;
	text-decoration-style: none;
}

a:hover {
    color: #609c98;
	text-decoration-style: underline;
}

ul, dl, ol {
	line-height: 1.5;
}

/*Navigation Style*/
.topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 25px;
}

.toplink {
  order: 1;
  flex: default;
 }

.topnav a {
  text-align: center;
  text-decoration: none;
}

.topnav a:visited {
  text-decoration: none;
}

.topnav a:active {
  text-decoration: none;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;    
  border: none;
  outline: none;
  color: #e794ad;
  padding: 14px 16px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff2f2;
  color: #d69494;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff2f2;
  color: #c3daca;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #869e8d;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:visited {
  background-color: #fff2f2;
  color: #869e8d;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #fff2f2;
  color: #c3daca;
  text-decoration: none;
}

#colorchart {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#colorchart th, td {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
  text-shadow: -1px 1px 0px #000,
  				1px 1px 0px #000,
				1px -1px 0px #000;
               -1px -1px 0px #000;
}

.potluck {
  	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: space-around;
	gap: 40px 30px;
}

.potpet {
	order: 1;
	flex: default;
	text-align: center;
	
}

.stampcontainer {
  	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: space-around;
	gap: 0px 0px;
}

.stamp {
	order: 1;
	flex: default;
	text-align: center;
	
}

.button {
  font-family: 'Press Start 2P', serif;
  display: inline-block;
  padding: .5em .75em;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff2f2;
  background-color: #e794ad;
  border: none;
  border-radius: 5px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.button:hover {background-color: #d69494}

.button:active {
  background-color: #d69494;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(4px);
}