@font-face {
  font-family: 'picNic';
  src: url('../fonts/PicNic-Regular.otf');
}
@font-face {
  font-family: 'IBM';
  src: url('../fonts/IBM.ttf');
}

body {
  /* background-color: #436a7b; */
  /* background-image: url('../images/bg_diamond.png'); */
	background-position: top;
  background-color: #FFF3F4;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  color: #ff1694;
}

p {
  line-height: 1.6em; 
  font-size: 15px; 
  /* font-family: 'IBM'; */
  /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}

h2 {
  font-size: 25px;
}

h2, h4 {
  font-family: 'IBM';
}

h1 {
  font-family: 'picNic';
  /* color: magenta; */
  color: #ff1694;
  /* color: #ff78c8; */
  /* color: #f2abd5; */
  font-size: 60px;
  -webkit-text-stroke-width: .01px;
  -webkit-text-stroke-color: black;
  letter-spacing: 3px;
    text-decoration: none;
    width: 300px;
    margin: 0 auto 15px;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: -3em;
}

/* hr {
  border: solid #c7b591;
  border-width: 2px 0 0 0;
}

.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;
}

a:hover { 
  background-color: #fff6e6;
}

h1, h2, h3, h4, h5 {
  font-family: Tahoma, Geneva, sans-serif;
  color: #34436f;
} */

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
	/* background-color: #f1e3c9; */
  /* color: #151515;  */
  /* outline-color: #a9a9a9; */
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  border-radius: 10px;
}

#content {
  padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
#header {
  /* background-color: #384879; */
  width: 360px;
  margin: 0 auto 45px;
  /* border-color: #a9a9a9; */
  /* border-style: ridge; */
  /* border-width: 0 0 4px 0; */
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  /* margin-right: 1.5em; */
  margin-right: 1em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header a {
  color: #ff1694;
  padding: 10px;
  text-decoration: none;
  background-color: inherit;
  border: 2px solid;
  border-radius: 10px; 
  box-shadow: rgba(255, 22, 148, 0.4) 5px 5px, rgba(255, 22, 148, 0.3) 10px 10px;
}
#header li a:hover {
  text-decoration: underline;
}

/*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;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

hr {
  border: 1px dashed #fdc6d3;
}

/*FOOTER STYLE*/
#footer p {
  max-width: 200px;
  margin: auto;
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
}


#star {
  margin: 50px 0;
  position: relative;
  display: block;
  color: #fdc6d3;
  width: 0px;
  height: 0px;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #fdc6d3;
  border-left: 100px solid transparent;
  transform: rotate(35deg);
}
#star:before {
  border-bottom: 80px solid #fdc6d3;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -45px;
  left: -65px;
  display: block;
  content: '';
  transform: rotate(-35deg);
}
#star:after {
  position: absolute;
  display: block;
  color: r#fdc6d3ed;
  top: 3px;
  left: -105px;
  width: 0px;
  height: 0px;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #fdc6d3;
  border-left: 100px solid transparent;
  transform: rotate(-70deg);
  content: '';
}

h1 ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
}

h1 ul li {
    color: #ff1694;
  -webkit-text-stroke-width: .01px;
  -webkit-text-stroke-color: black;
  /* position: absolute; */
  display: inline-block;
  margin: 20px -7px auto;
  animation: animate 7s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(0)
  }
  50% {
     transform: translate(0, -20px)
  }
  100% {
    transform: translate(0)
  }
}

li:nth-child(1) {
  animation-delay: 0.3s;
  /* right: 1rem; */
}
li:nth-last-child(1) {
  /* right: 1rem; */
}
li:nth-child(2) {
  animation-delay: 0.6s;
  /* right: 2rem; */
}
li:nth-last-child(2) {
  /* right: 2rem; */
}
li:nth-child(3) {
  animation-delay: 1s;
  /* right: 3rem; */
}
li:nth-last-child(3) {
  /* right: 3rem; */
}
li:nth-child(4) {
  animation-delay: 1.3s;
  right: 4rem;
}
li:nth-last-child(4) {
  right: 4rem;
}
li:nth-child(5) {
  animation-delay: 1.6s;
  right: 5rem;
}
li:nth-last-child(5) {
  right: 5rem;
}
li:nth-child(6) {
  animation-delay: 2s;
  right: 6rem;
}
li:nth-last-child(6) {
  right: 6rem;
}
li:nth-child(7) {
  animation-delay: 2.3s;
  right: 7rem;
}
li:nth-last-child(7) {
  right: 7rem;
}

@media (max-width: 600px) {
  img {
    margin-left: -1.5em;
  }

  /* #header li {
    margin-right: 1em;
  } */
}
@media (min-width: 400px) {


  #header li {
    margin-right: 1.5em;
  }
}