/*
Theme Name: Stardew Valley Theme
Theme URI: https://stardewvalley.net/
Description: Official Stardew Valley Wordpress Theme.
Version: 1.0
Tags: stardew valley, official, theme
Text Domain: stardew valley
*/

/* ---------------------
|        GLOBAL        |
--------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Nunito:extralight,extralightitalic,bold,italic,bolditalic,bolder,bolderitalic,black|Raleway:bold,italic,semibold);

.clear {
    clear: both;
}

body {
        background: url("https://stardewvalley.net/wp-content/uploads/2017/12/stardewbackground.png") no-repeat fixed center center / cover;
        image-rendering: pixelated;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 17px;
}

a:hover {
    text-decoration: none;
}

.container {
        width: 90%;
}

hr {
	height: 6px;
	background: url(https://stardewvalley.net/wp-content/uploads/2017/12/hrspike.png) repeat-x 0 0;
        border: 0;
}

ul {
   list-style-type: circle;
   list-style-position: inside;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #663300;
}

h3,h4,h5,h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #663300;
}

.col-sm-8 {
    width:100%;
}

.fullwidth img {
    width:100%;
}

strong, b {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ff6633;
}

blockquote {
  background: rgb(255, 233, 178);
  background: rgba(255, 223, 178, .5);
  border-left: 0px solid #ff6633;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ff6633;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* -------------------------
|        NAVIGATION        |
------------------------- */

header.wg_header {
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 55px;
    width: 100%;
    background-color: rgba(21, 71, 148, 0.8);
    text-transform: uppercase;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 18px;
  z-index: 20;
}

header.wg_header a {
        color:white;
}

table.welcometable {
        width: 100%;
}

td.welcome-left-cell {
        vertical-align: bottom;
        width: 20%;
}

td.welcome-right-cell {
        vertical-align: bottom;
        width: 20%;
}

td.welcome-left-cell img {
        width: 100%;
        max-width:500px;
        margin-bottom: -20px;
}

td.welcome-right-cell img {
        width: 100%;
        max-width:500px;
        margin-bottom: -20px;
}



@media screen and (max-width: 991px) {
  nav ul li.social {
    display: none;
  }
}

@media screen and (max-width: 800px) {    
  header {
    height: auto;
  }

  nav {
    width: 100% !important;
    height: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  nav ul {
    text-align: center;
    margin-bottom: 0;
  }

  nav ul li {
    display: block;
    margin: 0;
  }

  nav ul li:not(:last-of-type) {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
  }

  nav ul li:last-of-type {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  nav ul li.social {
    display: none;
  }

  nav ul li.to-right {
    float: none;
  }

  nav ul li a {
    display: block;
    padding: 0px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0px;
  }

  #chucklefish_logo {
    position: relative;
  }

  #concernedape_logo {
    position: relative;
  }
}

@media screen and (max-width: 1300px) {
  td.welcome-right-cell {
    display: none;
  }
  td.welcome-left-cell {
    width: 35%;
  }
}

@media screen and (max-width: 1000px) {
  td.welcome-left-cell {
    display:none;
  }
}

@media screen and (max-width: 800px) {
  div.logo.logo-home {
    margin: 150px auto 20px;
  }
  nav.container {
    background-color: rgba(21, 71, 148, 0.8);
  }
  header.wg_header {
    background-color: transparent;
   }
}

nav {
    max-width: 1100px;
    margin: 0 auto;
}

nav > ul {
    list-style: none;
    padding: 0;
}

nav > ul > li {
    display: inline-block;
    line-height: 55px;
    margin: 0 20px;
}

nav > ul > li:first-of-type {
    margin-left: 0;
}

nav > ul > li:last-of-type {
    margin-right: 0;
}

nav > ul > li > a {
    color: rgba(255,255,255,0.6);
  transition: all .2s;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

nav > ul > li > a:hover {
    color: #F9EC88;
}

nav ul li.to-right {
    float: right;
}

nav ul li.social {
    margin-left: 40px;
}

nav ul li.social a {
    margin: 0px 5px 0px 5px;
  font-size: 21px;
}

nav ul li.social,
nav ul li.social a:last-of-type {
    margin-right: 0px;
}

nav li.current-menu-item a,
nav li.current_page_item a,
nav .product {
    color: #F9EC88;
}

li.sociallink {
       display:inline-block;
       padding: 25px;
}

ui.linkcontainer {
       display: table;
       margin: auto;
}


/* ----------------------
|        CONTENT        |
---------------------- */

body.home main {
  position: relative;
  z-index: 20;
}

section,
footer,
.article-content,
.page-content {
    max-width: 1120px;
    margin: 0px auto 50px;
  z-index: 20;
}

.blog-content {
    max-width: 875px;
    margin: 10px auto 50px;
    z-index: 20;
}

.post-content a {
    font-weight: bold;
    color: #0066cc;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.post-content a:hover {
    font-weight: bold;
    color: #ff6633;
}

section {
        max-height: 70px;
}

.blog-content .none-found {
  width: 100%;
  padding: 20px 20px 50px 20px;
  background: #333;
  text-align: center;
  color: white;
}

.user img {
  display: block;
  position: relative;
  margin-left: 5px;
  margin-right: 15px;
  width: 58px;
  height: 58px;
  margin-bottom: 1px;
}

.avatar {
	float:left;
	height: 80px;
}

.user h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #663300;
}

.user h1 a {
  color: #663300;
}

.user h1 a:visited {
  color: #663300;
}

.blog-content .banner {
  height: 250px;
  position: relative;
}

.blog-content .banner img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

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

.blog-content iframe {
  max-width: 100%;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo-small {
  margin: 85px auto 10px;
  max-width: 500px;
}

.devblog-logo {
  margin: 10px auto 120px;
  max-width: 334px;
  text-align: center;
}

.devblog-logo img {
  max-width: 100%;
}

.logo-small span {
  font-size: 32px;
  color: white;
  float: right;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-shadow: 0 3px 0 #000000;
}

.logo-home {
  margin: 100px auto 20px;
  max-width: 500px;
}

.logo-home img {
    width:100%;
}

main.container {
  margin-top: -80px;
  position:relative;
  z-index:2;
}

#title-box {
    background-color: #ffffcc;
    max-width: 875px;
    margin: auto;
    padding-left: 15px;
    border: solid 3px #b14e05;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: serif;
    color: #5a3b32;
    text-transform: uppercase;
}

#title-box h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Nunito',sans-serif;
}

.page-number {
   color: #ffffff;
   font-size: 13px;
}

/* --------------------\
|      SEARCH BOX      |
\-------------------- */

div#search-box {
    max-width: 875px;
    margin: 0px auto 10px;
    padding: 25px;
    color: #252525;
    border: 10px solid transparent;
    border-top-right-radius: 8px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 25 stretch;
    -o-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
    border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
    border-image-slice: 33%;
    background-color: #ffffcc;
    overflow: auto;
}

#search-box label {
  width: calc(100% - 150px);
  display: inline-block;
  float: left;
  margin: 0px;
}

div#search-box input.search-field {
  background: rgba(0,0,0,0.2);
  border: 1px solid #5a3b32;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px 5px;
  height: 35px;
  color: #5a3b32;
  width: 100%;
  font-weight: 500;
  display: block;
  border-right: none;
}

div#search-box input.search-submit {
  width: 150px;
  float: left;
  display: inline-block;
  height: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #5a3b32;
  color: #ffffcc;
  font-weight: 600;
  border: none;
  transition: color .2s, background .2s;
}

div#search-box input.search-submit:hover {
  background: #c3a16d;
  color: white;
}

.search-results main.container .blog-content {
  margin-top: 0px;
}

/* ---------------------
|        FOOTER        |
--------------------- */

footer {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 1px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-top-right-radius: 8px;
    border-top-left-radius: 10px;
    -webkit-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 25 stretch;
    -o-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
    border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
    border-image-slice: 33%;
    background-color: #5a3b32;
}

footer .gallery > ul {
	list-style-type: none;
	padding: 5px 10px;
	margin: 0 auto;
	width: 100%;
}

footer .gallery > ul > li {
	display: inline-block;
  overflow: hidden;
  padding: 0;
  transition: all .2s;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
  width: calc(33.333% - 10px);
  border: 1px solid #333;
}

footer .gallery > ul > li a img {
  opacity: 0.8;
  transition: opacity .2s;
  width: 100%;
  transform: translateZ(0);
}

footer #gallery {
    image-rendering: initial;
    background-color: #ffffcc;
}

footer #gallery-small {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    image-rendering: initial;
    background-color: #ffffcc;
}

footer #gallery-small h3 {
  font-family: 'Nunito', sans-serif;
  letter-spacing: 4px;
  text-align: center;
  color: #5a3b32;
  font-size: 3em;
  font-weight: 600;
  margin: 0px 0 10px;
}

footer #gallery-small .end a:hover {
	color: white;
	background: rgba(255,255,255,0.15);
}

footer #gallery .row li:first-of-type,
footer #gallery .row li:last-of-type {
	border: none;
}

footer #gallery .row li {
  width: calc(20% - 10px);
  height: 92px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 0px;
}

li#blank {
  border:none;
  cursor: default;
}

.footerwrapper   {
     background-color: transparent;
}

footer #gallery .row li a img {
  position: absolute;
  transition: opacity .2s;
  width: 100%;
}

footer #gallery .row li:first-of-type a img {
  position: absolute;
  transition: opacity .2s;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
}

footer #gallery .row li:last-of-type a img {
  position: absolute;
  transition: opacity .2s;
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
  bottom: 0;
}

footer .gallery > ul > li:hover {
  border-color: #AAA;
}

footer .gallery > ul > li a:hover img {
  opacity: 1;
}

footer .footer-footer {
        background-color: #5a3b32;
        width: 100%;
        color: rgb(223, 198, 134);
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px;
  cursor: default;
}

footer .footer-footer > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-footer > ul > li {
	display: inline-block;
	margin: 0 20px;
}

footer .footer-footer > ul > li.to-right {
  float: right;
}

footer .footer-footer > ul > li > a {
	color: rgba(255,255,255,0.6);
  transition: all .2s;
}

footer .footer-footer > ul > li > a:hover {
	color: white;
}

#mainpage_footer {
    background-color: #ffffcc;
}

@media screen and (max-width: 1250px) {
  footer #gallery .row li {
    height:72px;
  }
}

@media screen and (max-width: 992px) {
  footer #gallery-small {
    display: block;
  }

  footer #gallery {
    display: none;
  }

  footer .footer-footer {
    text-align: center;
  }

  footer .footer-footer > ul > li.to-right {
    float: none;
    margin-top: 10px;
  }

  article .post-content .post-full-info .avatar {
    display: none;
  }

  .sidebar-top img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  footer #gallery-small {
    display: none;
  }

  footer #gallery {
    display: block;
  }
}

/* ----------------------
|        ARTICLE        |
---------------------- */

article {
  margin: 0px;
  width: 100%;
  margin-bottom: 25px;
  color: #252525;
  border: 10px solid transparent;
  padding: 30px;
  padding-top: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 25 stretch;
  -o-border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
  border-image: url(https://stardewvalley.net/wp-content/uploads/2017/12/menu_border_noshadowtopleft.png) 33 stretch;
  border-image-slice: 33%;
  background-color: #ffffcc;
  display: inline-block;
}

article:last-of-type {
  margin-bottom: 0px;
}

article .banner {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  background: black;
  margin-bottom: 25px;
}

article .banner > img {
  position: relative;
  width: 100%;
  height: auto;
}

article .banner a {
  opacity: 0.7;
  transition: all .2s;
}

article .banner a:hover {
  opacity: 1;
}

article .user-name {
    display: block;
  text-align: center;
  font-weight: 600;
  color: #CACECD;
  position: relative;
  font-size: 12px;
  line-height: 22px;
}

.blog-content .post-content {
   display: table;
   min-width: 100%;
   padding-top:25px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-content .post-content {
  max-width: 900px;
}

.page-content .post-content,
.article-content .post-content {
    max-width: 100%;
    min-width: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    clear: both;
}

.post-date,
.author,
.post-tag,
.read-more {
  color: #ff6633;
  font-weight: 700;
}

.post-date a,
.author a,
.post-tag a,
.read-more {
color: #0066cc;
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-ms-transition: color .2s linear;
-o-transition: color .2s linear;
transition: color .2s linear;
}

.post-date a:hover,
.author a:hover,
.post-tag a:hover,
.read-more:hover {
  color: #ff6633;
}

.post-info {
  float: left;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0px;
  margin-left: 0px;
}

.post-full-info .post-info {
  margin: -5px 0px 0px 0px;
}

.read-more {
  float: right;
  margin-top: 10px;
}

.prev {
  float:left;
}

.prevnext_post {
  text-align:right;
  padding-top: 8px;
}

#sidebar_graphic {
    max-width: 100%;
}

.sidebar.h1, .sidebar h1 {
    font-family: 'Nunito',sans-serif;
    font-size: 27px;
}

.sidebar-top {
    text-align: center;
}

div.newer a {
	color:white;
}

div.previous a {
	color: white;
}

/* -----------------------------------------
|        NEW STYLING                        |
------------------------------------------ */
/* Main Page Styling */
.parallax__layer {
    position: fixed;
    background-position: bottom center;
    background-size: auto 1038px;
    background-repeat: repeat-x;
    width: 100%;   
    height: 1000px;
}

#parallax img {
    position: absolute;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.menu_container {
    height: 209px;
    width: 456px;
    padding-top: 200px;
    margin: auto;
}

#content {
    position: relative;
    z-index: 98;
    margin-bottom: -20px;
    background: #fef6ad; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-180deg, #fef6ad, #ffffcc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-180deg, #fef6ad, #ffffcc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-180deg, #fef6ad, #ffffcc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-180deg, #fae791, #ffffcc); /* Standard syntax */
}

#content_container {
    max-width: 960px;
    height: 100%;
    margin: auto;
}

#content_text_area {
    padding: 10px;
    text-align: center;
    line-height: 170%;
    padding-left: 0px;
    padding-right: 0px;
}

#content_text_area ul {
	padding-left: 0px;
}

#content_title {
    font-family: 'Nunito',sans-serif;
    color: #0066cc;
    font-size: 45px;
    font-weight: 600;
}

#content_screenshot {
    max-width: 100%;
    height: auto;
}

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

#content_highlight {
    color: #ff6633;
    font-weight: 700;
}

#content_wrap {
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Divider */
#divider {
    background: url(https://stardewvalley.net/wp-content/uploads/2017/12/sdv_divider.png); 
    width: 100%;
    height: 541px;
    margin-top: -280px;
    background-position: center;
}

/* PARALLAX */
.panel,
.panel_layer {
    height: 1000px;
    width: 100%;
    position: fixed;
}

#parallax {
    height: 1000px;
    z-index: -20;
}

#nonparallax.panel {
    height: 900px;
    z-index: -20;
    background: url(https://stardewvalley.net/wp-content/uploads/2017/12/stardewbackground.png) no-repeat fixed center center / cover;
}

#nonparallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#mainpage_logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 200px;
}

#logo_wrapper {
    min-height: 750px;
    position: absolute;
    width: 100%;
    height: 100%;
}

#stardew_logo {
    max-width: 95%;
}

#chucklefish_logo {
    max-width:90%;
}

#concernedape_logo {
    max-width:90%;
}

#bird {
    width: 100%;
    height: 54px;
    background: url(https://stardewvalley.net/wp-content/themes/stardewvalley/images/stardew_bird.gif) no-repeat;
    animation: slide 18s linear 1;
    animation-direction: reverse;
    margin-top: 790px;
}

.panel {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    border: .1px solid transparent;
}
.pixelated {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Chrome                         */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.parallax__layer {
    background-position: bottom center;
    background-size: auto 1000px;
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
}
.parallax__layer.parallax {
    position: fixed;
}

#layer-1 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax1.png');          /* Background Gradient   */
    background-color: #000000;
    position: absolute;
}
#layer-2 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax2.png');          /* Stars                 */
    position: absolute;
}
#layer-4 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax4.png');          /* Mountains 1           */
    background-position: bottom center;
}
#layer-5 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax5.png');          /* Mountains 2           */
    background-position: bottom center;
}
#layer-6 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax6.png');          /* Mountains 3           */
    background-position: bottom center;
}
#layer-7 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax7.png');          /* Mountains 4           */
    background-position: bottom center;
}
#layer-8 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax8.png');              /* Mountains 5           */
    background-position: bottom center;
}
#layer-9 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax9.png');              /* Tree Bottom Left      */
    background-position: bottom left;
    background-repeat: no-repeat;
}
#layer-10 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax10.png');             /* Tree Bottom Right     */
    background-position: bottom right;
    background-repeat: no-repeat;
}

.content_break {
    margin-top: 1000px;
    height: 1000px;
}

#animal_banner img {
    width:auto;
}

/* Logo */
#layer-11 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax11.png');
    background-size: auto 1000px;
    background-position: center;
    background-repeat: no-repeat;
}

#layer-12 {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax12.png');             /* Break Graphic     */
    background-position: bottom right;
    height: 1171px;
}

#mainpage_logos td {
    width:17%;
    padding:25px;
}

#switch_logo, #gog_logo {
    width:100px;
}

#xbox_logo, #humble_logo, #steam_logo {
    padding:5px !important;
}

#mainpage_logos img {
    max-width:100%;
    image-rendering: auto;
}

#mainpage_logos_mobile img {
    max-width:100%;
    image-rendering: auto;
}

/* Cloud Animation */
#layer-3a {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax3a.png');          /* Small Clouds          */
    animation: slide 80s linear infinite;
    opacity: 0.2;
}

#layer-3b {
    background-image: url('https://stardewvalley.net/wp-content/themes/stardewvalley/images/parallax/parallax3b.png');          /* Big Clouds             */
    animation: slide 80s linear infinite;
    opacity: 0.2;
}

#bottom_right_logo {
   width: 25%;
   text-align:center;
}

#bottom_left_logo {
   width: 25%;
   text-align:center;
}

#footer_table {
   width:100%;
}

#mobile_logos {
   text-align:center;
}

#mobile_logos img {
   margin-bottom: 30px;
   margin-left: 10px;
   margin-right: 10px;
}

td.ratings {
   opacity:0.5;
   padding: 5px;
   filter: alpha(opacity=50); /* For IE8 and earlier */
}

td.ratings:hover {
   opacity: 1.0;
   padding: 5px;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

table.blogtable {
    width: 100%;
}

table.blogtable td {
	border-style: solid;
    border-width: 1px;
	border-color: #853605;
    width: 50%;
	padding: 4px;
}

table.blogtable tr:nth-child(even) {background: #fbfba7}

@keyframes slide {
    0%   {background-position: 0px 0%;}
    100% {background-position: 1014px 0%;}
}

@media screen and (min-width: 1525px) {  
  #footer_table_section {
      width: 50%;
      min-width:1120px;
   }
  #mobile_logos {
      display: none;
   }
}

@media screen and (max-width: 1525px) {  
  #footer_table_section {
     width: 100%;
  }
  #bottom_left_logo {
     display:none;
  }
  #bottom_right_logo {
     display:none;
  }
}

@media screen and (min-width: 800px) {  
   #mainpage_logos_mobile {
      display: none;
   }
   #parallax {
      display: block;
   }
   #nonparallax {
      display: none;
   }
}

@media screen and (max-width: 800px) {    
  .logo-small {
    margin-top:170px;
  }

  #mainpage_logo {
     top:300px;
  }

  #content_text_area {
    padding-left:25px;
    padding-right:25px;
  }

  .container {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }

  .post-content img {
    padding-left: 0px;
    padding-right: 0px;
  }

  #mainpage_logos {
      display: none;
   }

  #mainpage_logos_mobile {
      margin: auto;
      display: inline-block;
   }
   #parallax {
      display: none;
   }
   #nonparallax {
      display: block;
   }
}