/*links to shrines/transformers.html, comic_thoughts.html, continuities.html*/

/*FONTS*/
@font-face {
  font-family: "Pixel";
  src: url('../fonts/PixelOperator.ttf') format('truetype');
}

@font-face {
  font-family: "Dyslexic";
  src: url('../fonts/OpenDyslexic-Regular.otf') format('opentype');
}

/*for the dyslexic font toggle*/
.opendyslexic {
  font-family: "Dyslexic";
  font-size: 12px;
}

marquee {
  margin: 10px 0;
}

body {
  background: #1E0161;
  background: url('images/transformers/background.png');
  background-attachment: fixed;
  font-family: "Pixel", serif;
  cursor: url('images/transformers/cursor.png'), auto;
  color: white;
  text-align: center;
}

a {
  color: #92BED1;
  font-weight: bold;
}

a:hover {
  color: #8391C7;
  font-style: italic;
}

a:visited {
  color: #192273;
}

a:visited:hover {
  color: #241654;
}

::selection {
  background-color: #0050A1;
}

hr {
  border: 1px solid white;
  margin: 20px 25%;
  opacity: 0.7;
}

button, .mainbody {
  border-radius: 15px;
  border: #c0c0c0 ridge;
}

.mainbody {
  line-height: 1.5;
  margin: 20px 25%;
  padding: 32px 100px;
  background: linear-gradient(0deg,rgba(204, 31, 3, 1) 0%, rgba(252, 81, 43, 1) 100%);
  box-shadow: 10px 10px rgba(0, 0, 0, 0.5);
  border-width: 5px;
}

.mainbody img {
  max-width: 100%;
}

button {
  background: #8EC5C5;
  background: linear-gradient(0deg,rgba(142, 197, 197, 1) 0%, rgba(0, 122, 193, 1) 68%, rgba(0, 61, 117, 1) 98%, rgba(0, 0, 0, 1) 100%);
  padding: 10px;
  font-family: "Pixel", serif;
  font-weight:bold;
  border-width: 4px;
  color: black;
}

button:hover {
  background: #7dadad;
  background: linear-gradient(0deg,rgba(125, 173, 173, 1) 0%, rgba(0, 105, 166, 1) 68%, rgba(0, 41, 79, 1) 98%, rgba(0, 0, 0, 1) 100%);
  box-shadow: inset 3px 3px rgb(0,0,0,0.3);
}

.buttonbox {
  text-align: center;
  margin-top: 20px;
}

.logo:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.blinkies img {
  height: 20px;
}

.stamps img {
  height: 56px;
}

.comic img {
  margin: 0 5px;
  border: black solid 2px;
}

#pagedoll1, #pagedoll2, #pagedoll3, #pagedoll4, #pagedoll5 {
  position: fixed;
  z-index: 1;
}

#pagedoll2, #pagedoll4, #pagedoll5 {
  animation: floating infinite alternate ease-in-out;
}

#pagedoll2, #pagedoll5 {
  top: 50px;
  right: 50px;
  animation-duration: 1.5s;
}

/*rodimus pagedoll*/
#pagedoll1 {
  bottom: 50px;
  left: 35px;
  width: 300px;
}

/*starscream pagedoll*/
#pagedoll2 {
  width: 250px;
}

/*tailgate pagedoll*/
#pagedoll3 {
  bottom: 50px;
  right: 50px;
  animation: floatingalt infinite alternate 2s ease-in-out;
}

/*whirl pagedoll*/
#pagedoll4 {
  top: 50px;
  left: 50px;
  animation-duration: 1s;
}

/*pagedoll animations*/
@keyframes floating {
  from {margin-top: 0}
  to {margin-top: 15px;}
}
@keyframes floatingalt {
  from {margin-bottom: 0}
  to {margin-bottom: 20px;}
}


/*responsive (small screens)*/
@media only screen and (max-width: 899px) {
  .mainbody {
    margin: 10px 25px;
    padding: 15px 25px;
  }

  #pagedoll1, #pagedoll2, #pagedoll3, #pagedoll4, #pagedoll5 {
    display: none;
  }
}
