/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

:root{
	--sunflower: #feeaa5;
	--gold: #e57c00;
	--amber: #ab1a06;
	--seed: #6c1f31;
	--grape: #800080;
	--cherryred: #9f064f; 
	--cream: #fff6ec;
	
	--darkpurp: #5f30ee;
	--cyan: #d0fbff;
	
	--navwidth: 150%;
	--mainwidth: 100%;
	
	--widthperc:70%;
	--leftperc:15%;
	--navdiv:225px;
	--padval:1rem;
	--headheight:100px;
}

html {
  background-color: var(--cream);
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 20px;
  background-image: url('images/hamtaro-balloon.jpg');
}

header {
	display: relative;
	justify-content: center;
	flex-shrink: 0;
	align-items: center;
	text-align: center;
	/*padding-left:320px;*/
	width: 100%;
	min-width: 100%;
	border-bottom: 5px double var(--gold);
	max-height: auto;
	color: var(--yellowleaf02);
	order: 1;
	
	background-image: url('/../../cupcake-milkshake-pixel.png');
  background-repeat: no-repeat;
  background-position: center;
  height:238px;
  background-size: contain;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

body {
	padding: 1rem;
	margin: 0 auto;
	max-width: 640px;
}

p {
	padding-top: 0;
	line-height: 1.6rem; /*-- Edited to match Zonelets value*/
	margin-top: 0;
}

a {
	color: var(--grape);	
}

hr {
	border: solid 2px var(--gold);
}

footer {
	border-top: 3px solid var(--gold);
	margin-top: var(--padval);
	padding-top: var(--padval);
	text-align: center;
	height: 1rem;
	width: 100%;
	max-width: var(--mainwidth);
	margin-bottom: 1rem;
	color: var(--amber);
}

a:focus, a:hover {
	color: var(--skyblue);
	background-color: var(--cream);
}

a:visited {
	color: var(--plum);
}	
a:visited:hover {
  color: var(--frosting);
}

footer > a:link {
	color: var(--darkchocolate);
}

footer > a:focus, footer > a:visited:focus, footer > a:hover, footer > a:visited:hover {
	color: white;
	background-color: var(--amber);
}

img{
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}
/* Headers */

h1 {
	font-weight: bold;
	font-size: 145%;
	color: var(--amber);
	text-align: center;
	font-family: 'Georgia', serif;
  padding-top: 80px;
  padding-left: 200px;
  letter-spacing: 2px;
	
}

h2 {
	font-size: 125%;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	/*border-left: dotted 7px var(--grass);*/
	padding-left: 0.5rem;
		margin-bottom: 0.25rem;
}

h3 {
	font-size: 115%;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	/*border-left: dotted 4px var(--aqua);*/
	padding-left: 0.5rem;
	margin-bottom: 0.25rem;
}

h4 {
	font-size: 110%;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	/*border-left: dotted 3px var(--yellowleaf);*/
	padding-left: 0.5rem;
	margin-bottom: 0.25rem;
		text-transform: uppercase;
}

h5 {
	font-size: 110%;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	/*border-left: solid 2px var(--yellowleaf02);*/
	padding-left: 0.5rem;
	margin-bottom: 0.25rem;

}


h6 {
	font-size: 105%;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	/*border-left: double 4px var(--yellowleaf02);*/
	padding-left: 0.5rem;
	margin-bottom: 0.25rem;
}

/*BANNER*/
.banner {
  position: relative;
  bottom: 10px;
  color: var(--cherryred);
}

/*DATE*/
.date {
  font-family: Courier, monotype;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 1em auto;
  width: 90%;
	max-width: 700px;
	background-color: var(--sunflower);
	color: var(--seed);
  outline-color: var(--gold);
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0;
  padding: 10px 5% 20px 5%;
}

/*HEADER STYLE*/
nav {
  background-color: var(--sunflower);
  padding: 0 5%;
  border-color: var(--gold);
  border-style: solid;
  border-width: 0 0 4px 0;
  font-size: 110%;
	font-style: italic;
	font-weight: 700;
	color: var(--amber);
	font-family: 'Georgia', serif;
	padding:0;
	margin:0;	
  border-bottom: solid 3px var(--gold);
  text-align: center;
  display: flex;
}
nav ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
nav li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}

#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}
/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}
/*FOOTER STYLE*/
#credits {
  margin-top: var(--padval);
	padding-top: var(--padval);
	text-align: center;
	color: var(--cherryred);
  font-size: 0.7em;
  padding: 0 5% 0 5%;
}

.aligncenter {
	text-align: center;
	padding-bottom: 0;
	line-height: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.thumbnail {
	padding:5px;
	display: inline-block;
	max-width: 100%;
}


.thumbwrap {
  display: flex;
	max-width: 100%;
	flex-wrap: wrap;
}

.dessertfooter {
  text-align: center;
}