@CHARSET "UTF-8";
/* About Page */

#about-image {
  width:444px;
  margin-top:15px;
  margin-left:150px;
}

/* Contact Page */

#contact-page {
  margin-top:30px;
  margin-left:150px;
}

#contact-text {
  width:446px;
  height:163px;
}

#contact-email-text {
  width:126px;
  height:72px;
  float:left;
}

#contact-email-address {
  width:320px;
  height:72px;
  display:block;
  float:left;
  background-image:url("/images/sprites.png");
  background-position: 0 -337px;
  cursor:pointer;
}

#contact-email-address:hover {
  background-image:url("/images/sprites.png");
  background-position: -321px -337px;
}

#contact-email-address:active {
  background-image:url("/images/sprites.png");
  background-position: 0 -337px;
}

/* Favourites Page */

#favourites-page {
  display:block;
  margin-top:10px;
  text-decoration:none;
  color:#ddd;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}

.favourite-comic-title img {
  display: block;
  margin: 20px auto;
}

.favourite-comic {
  display:block;
  width:180px;
  height:250px;
  margin-right:10px;
  float:left;
}

.end {
  margin-right:0;
}

/* Adventure Comments Section */

#adventures-comments-section {
  display:block;
  font-size:20px;
  text-decoration:none;
  text-align:center;
  vertical-align:middle;
  cursor:default;
}

#adventures-comments-section #comments-title {
  font-size:40px;
  text-align:left;
  margin-left:125px;
}

/* Appreci-Ocean Section */
#appreci-ocean-title {
  width:750px;
  height:159px;
}

#appreci-ocean-fish-section {
  margin:20px auto;
  text-align:center;
}

#appreci-ocean-fish {
  width: 33%;
  margin:20px auto;
  display:inline-block;
}

#appreci-ocean-fish img {
  width:200px;
  height:125px;
}

#appreci-ocean-text {
  width:452px;
  height:98px;
  margin:0 auto;
}

#appreci-ocean-patreon {
  width:172px;
  height:54px;
  display:block;
  margin:0 auto;
  background-image:url("/images/appreci-ocean/oceanbutton.png");
  cursor:pointer;
}

#appreci-ocean-patreon:hover {
  background-image:url("/images/appreci-ocean/oceanbutton-H.png");
}
