/* Text Elements */

h1.heading-1 {
  margin: 0 auto;
  width: 100%;
  color: #2668da;
  text-align: center;
  text-shadow: #fff 2px 2px 5px;
  font-size: 26px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #000;
}

h1.footer_header {
  margin: 0 2%;
  color: #4d4d4d;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1.christmas-countdown-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #ce162f;
  text-align: center;
  text-shadow: #fff 2px 2px 2px;
  font-size: 4vw;
}

h1.bakeon_heading1 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  color: #eee1c5;
  text-align: center;
  text-shadow: #3d1e06 2px 2px 3px;
  font-size: 5.5vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 6vw;
}

h2.heading-mostpopular {
  margin-top: 1vw;
  margin-bottom: 1vw;
  border-radius: 10px;
  background-color: #d7b576;
  color: #f5e9c9;
  text-align: center;
  text-shadow: #3d1e06 2px 2px 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.heading-newest {
  margin-top: 1vw;
  margin-bottom: 1vw;
  border-radius: 10px;
  background-color: #4d4d4d;
  background-image: url('../../Character_Background.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  color: #28a2c7;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 1) -1px -1px 2px, rgba(0, 0, 0, 1) -1px 1px 2px, rgba(0, 0, 0, 1) 1px 1px 2px, #000 1px -1px 2px;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #000;
  background-blend-mode: normal;
}

p.paragraph.paragraph-1 {
  padding-right: 5%;
  padding-left: 5%;
  text-align: justify;
  text-shadow: #fff 1px 1px 2px;
  font-weight: 700;
  font-size: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.footer_copyright {
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  font-size: 11px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.underconstruction-paragraph {
  color: #ce162f;
  text-align: justify;
  font-weight: 700;
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 16px;
}

p.paragraph.bakeon_description {
  margin: 2vw 10%;
  color: #eee1c5;
  text-align: justify;
  text-shadow: #3d1e06 1px 1px 2px;
  font-weight: 700;
  font-size: 4vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 4.5vw;
}

p.paragraph.bakeon_paragraph {
  margin: 2vw 10% 0vw;
  color: #3d1e06;
  text-align: left;
  text-shadow: #eee1c5 1px 1px 2px;
  font-weight: 400;
  font-size: 4vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 4.5vw;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

ul.unorder-list.stats-mostpopular {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.unorder-list.unordered-list-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  list-style-type: disc;
}

a.link-text.nav_link {
  display: block;
  margin-right: 10%;
  margin-left: 10%;
  padding: 2px;
  width: 80%;
  box-shadow: none;
  color: #2668da;
  text-align: center;
  text-decoration: none;
  text-shadow: #000 1px 1px 1px;
  font-size: 20px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 0;
}

a.link-text.nav_link.txt_blue {
  color: #2668da;
  text-shadow: #000 1px 1px 2px;
}

a.link-text.nav_link.txt_red {
  color: #ce162f;
  text-shadow: #000 1px 1px 2px;
}

a.link-text.nav_link.txt_yellow {
  color: #ffe600;
  text-shadow: #000 1px 1px 2px;
}

a.link-text.nav_link.txt_cyan {
  color: #22dde0;
}

a.link-text.button_blue {
  display: block;
  margin-right: 25%;
  margin-left: 25%;
  padding: 5px 1px;
  width: 50%;
  border-radius: 10px;
  background-color: #2668da;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.game-buynow-button {
  display: block;
  margin: 2vw auto;
  padding: 2vw 2%;
  width: 30%;
  border-radius: 10px;
  background-color: #268539;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 13px;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

a.link-text.game-learnmore-button {
  display: block;
  margin: 2vw auto;
  padding: 2vw 2%;
  width: 50%;
  border-radius: 10px;
  background-color: #2668da;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 13px;
}

a.link-text.nav_link.txt_green {
  color: #268539;
  text-shadow: #000 1px 1px 2px;
}

a.link-text.bakeon_instructions_download {
  display: block;
  margin: 1vw auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  width: 80%;
  border-radius: 20px;
  background-color: #eee1c5;
  box-shadow: #3d1e06 2px 2px 5px 0;
  color: #3d1e06;
  text-align: center;
  text-decoration: none;
  font-size: 3.5vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 3.5vw;
}

a.link-text.text-link-1 {
  display: block;
  margin: 2vw auto;
  padding: 1vw 0;
  width: 50%;
  border-radius: 20px;
  background-color: #22dde0;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 3vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 3.25vw;
}

a.link-text.nav_link:hover {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
     -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
}

a.link-text.button_blue:hover {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
}

a.link-text.game-learnmore-button:hover {
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.link-text.game-buynow-button:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.link-text.bakeon_instructions_download:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
}

a.link-text.text-link-1:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
}

ul.link-list.footer_list {
  margin: 0 2%;
  padding-left: 5%;
  list-style-type: none;
}

/* Layout Elements */

.container.container-1 {
  display: block;
  padding: 5px;
  min-width: 0;
  min-height: 30px;
  height: auto;
  background-color: #fff;
}

.container.nav_hidden {
  display: none;
  visibility: visible;
  max-height: none;
  width: 100%;
  background-color: #fff;
}

.container.welcome_div {
  padding: 25px 0;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 100%), url('../../Christmas.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 100%), url('../../Christmas.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 100%), url('../../Christmas.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 100%), url('../../Christmas.png');
  background-attachment: scroll, local;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.footerdiv {
  display: block;
  height: auto;
}

.container.footercontentdiv {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: auto;
}

.container.container-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

.container.games_div {
  margin: 0vw;
  padding: 3vw 2.5%;
  border-radius: 0;
  background-color: transparent;
  background-image: url('../../bakeon/BakeOn_Background_Tall.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../../bakeon/BakeOn_Background_Tall.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../../bakeon/BakeOn_Background_Tall.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../../bakeon/BakeOn_Background_Tall.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: local, scroll;
  background-position: center center, 0 0;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: cover, auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container#most_popular_div {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:    -moz-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:      -o-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:         linear-gradient(180deg, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-attachment: scroll, local;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#newest-div {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%), url('../../Character_Background.png');
  background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%), url('../../Character_Background.png');
  background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%), url('../../Character_Background.png');
  background-image:         linear-gradient(0deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%), url('../../Character_Background.png');
  background-attachment: scroll, local;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.christmas-countdown-div {
  margin: 0vw;
  padding: 2.5vw 2.5%;
  width: auto;
  height: 8vw;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%), url('../../pexels-george-dolgikh-551816-1303097.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%), url('../../pexels-george-dolgikh-551816-1303097.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%), url('../../pexels-george-dolgikh-551816-1303097.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%), url('../../pexels-george-dolgikh-551816-1303097.jpg');
  background-attachment: scroll, local;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.underconstruction {
  padding: 2.5vw 5%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%), url('../../Warning_Symbol.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%), url('../../Warning_Symbol.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%), url('../../Warning_Symbol.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%), url('../../Warning_Symbol.png');
  background-attachment: scroll, local;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, 12% auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.shipping_banner_div {
  background-color: #ffe600;
}

.container.bakeon_intro_div {
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, rgba(255, 213, 140, .7) 0%, rgba(255, 213, 140, .7) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 213, 140, .7) 0%, rgba(255, 213, 140, .7) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 213, 140, .7) 0%, rgba(255, 213, 140, .7) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 213, 140, .7) 0%, rgba(255, 213, 140, .7) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.bakeon_cardtype_div {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.container.bakeon_card_scroll_div {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-1 {
  display: inline-block;
  margin-right: auto;
  min-width: 0;
  max-width: 250px;
  width: 30%;
}

span.glyph.font-icon-1 {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  float: none;
  margin: auto 0 auto 60%;
  width: 10%;
  height: 100%;
  color: #2668da;
  text-shadow: none;
  font-size: 10vw;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}

li.list-item-link.footer_list_item > a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.rule.rule-1 {
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #2668da;
}

div.responsive-picture.picture-2 {
  display: none;
}

li.list-item span.list-item-text-1 {
  font-weight: 700;
}

li.list-item span.list-item-text-2 {
  font-weight: 700;
}

li.list-item span.list-item-text-3 {
  font-weight: 700;
}

li.list-item span.list-item-text-4 {
  font-weight: 700;
}

li.list-item span.list-item-text-5 {
  font-weight: 700;
}

li.list-item span.list-item-text-7 {
  font-weight: 400;
}

li.list-item.stats-mostpopular-item {
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding: .25vw 4%;
  color: #eee1c5;
  text-shadow: #3d1e06 1px 1px 2px;
  font-size: 4vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 4.5vw;
}

li.list-item.stats-newest-item {
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding: .25vw 1%;
  color: #28a2c7;
  text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px, rgba(0, 0, 0, 1) -1px 1px 1px, rgba(0, 0, 0, 1) -1px -1px 1px, #000 1px -1px 1px;
  font-size: 4vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 4.5vw;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 0;
}

div.responsive-picture.picture-3 {
  width: 100%;
  height: 30vw;
}

div.responsive-picture.picture-3 > picture {
  height: 30vw;
}

div.responsive-picture.picture-3 > picture > img {
  -o-object-fit: contain;
     object-fit: contain;
}

a.responsive-picture.most_popular_image {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}

div.responsive-picture.picture-4 {
  margin: 0vw auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  width: 40%;
}

li.list-item.bakeon_item {
  margin-right: 10%;
  margin-left: 10%;
  color: #3d1e06;
  text-shadow: #eee1c5 1px 1px 2px;
  font-size: 4vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 4.5vw;

  -webkit-text-stroke-color: #000;
}

div.responsive-picture.bakeon_display {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

div.responsive-picture.bakeon_display > picture > img {
  -o-object-fit: contain;
     object-fit: contain;
}

button.scroll_left_button {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15%;
  padding: 0;
  width: 10%;
  border-width: 0;
  border-radius: 12px;
  background-color: rgba(238, 225, 197, .5);
  color: #3d1e06;
  vertical-align: middle;
  font-weight: 700;
  font-size: 10vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 10vw;
  cursor: pointer;
}

button.scroll_right_button {
  margin-right: 15%;
  padding: 0;
  width: 10%;
  border-width: 0;
  border-radius: 12px;
  background-color: rgba(238, 225, 197, .5);
  color: #3d1e06;
  vertical-align: middle;
  font-weight: 700;
  font-size: 10vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 10vw;
  cursor: pointer;
}

div.responsive-picture.bakeon_card_img {
  display: inline-block;
  margin-right: 5%;
  margin-left: 5%;
  width: 40%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 7px 0;
  vertical-align: middle;
}

div.responsive-picture.bakeon_card_img_noscroll {
  margin: .5vw auto;
  width: 40%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 7px 0;
}

span.glyph.font-icon-1:hover {
  -webkit-transform: scaleX(1.1);
     -moz-transform: scaleX(1.1);
       -o-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

a.responsive-picture.most_popular_image:hover {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) rotateX(0deg) rotateY(0deg) rotateZ(-5deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) rotateX(0deg) rotateY(0deg) rotateZ(-5deg);
          transform: scaleX(1.1) scaleY(1.1) rotateX(0deg) rotateY(0deg) rotateZ(-5deg);
}

a.responsive-picture.picture-link-1:hover {
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) rotateZ(5deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) rotateZ(5deg);
       -o-transform: scaleX(1.1) scaleY(1.1) rotateZ(5deg);
          transform: scaleX(1.1) scaleY(1.1) rotateZ(5deg);
}

div.responsive-picture.bakeon_display:hover {
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
     -moz-transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
          transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
}

div.responsive-picture.bakeon_card_img:hover {
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
}

div.responsive-picture.bakeon_card_img_noscroll:hover {
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1.1);
}

@media screen and (min-width: 37.5rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 40px;
  }

  h1.footer_header {
    font-size: 12px;
  }

  h1.christmas-countdown-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  h1.bakeon_heading1 {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  h2.heading-mostpopular {
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: .25vw;
    padding-bottom: .25vw;
    border-radius: 10px;
    background-color: #d7b576;
    font-size: 24px;

    -webkit-text-stroke-color: #4d4d4d;
  }

  h2.heading-newest {
    padding-top: .25vw;
    padding-bottom: .25vw;
  }

  p.paragraph.paragraph-1 {
    padding-right: 15%;
    padding-left: 15%;
    font-size: 20px;
  }

  p.paragraph.footer_copyright {
    width: 100vw;
  }

  p.paragraph.bakeon_description {
    margin-right: 15%;
    margin-left: 15%;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  p.paragraph.bakeon_paragraph {
    font-size: 2.75vw;
    line-height: 3vw;
  }

  ul.unorder-list.stats-mostpopular {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  a.link-text.nav_link {
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    width: auto;
    color: #2668da;
    font-weight: 900;
    font-size: 2.4vw;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-text.nav_link.txt_cyan {
    font-size: 2.2vw;
  }

  a.link-text.nav_link.txt_blue {
    font-size: 2.2vw;
  }

  a.link-text.nav_link.txt_yellow {
    font-size: 2.2vw;
  }

  a.link-text.nav_link.txt_red {
    font-size: 2.2vw;
  }

  a.link-text.button_blue {
    margin-right: 32.5%;
    margin-left: 32.5%;
    padding: 8px 4px;
    width: 35%;
  }

  a.link-text.game-learnmore-button {
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    padding: 1.2vw 1.2%;
    font-size: 1.45vw;
    line-height: 13px;
  }

  a.link-text.game-buynow-button {
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    padding: 1.2vw 1.2%;
    font-size: 1.7vw;
    line-height: 15px;
  }

  a.link-text.nav_link.txt_green {
    font-size: 2.2vw;
  }

  a.link-text.bakeon_instructions_download {
    width: 60%;
    font-size: 2.5vw;
    line-height: 2.75vw;
  }

  a.link-text.text-link-1 {
    padding-top: .5vw;
    padding-bottom: .5vw;
    width: 40%;
    font-size: 1.7vw;
    line-height: 2.75vw;
  }

  ul.link-list.footer_list {
    padding-left: 0;
  }

  /* Layout Elements */

  .container.nav_hidden {
    display: inline-block;
    visibility: visible;
    margin-top: auto;
    margin-bottom: auto;
    width: 70%;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.welcome_div {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }

  .container.footerdiv {
    display: block;
    height: auto;
  }

  .container.footercontentdiv {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }

  .container.footercontentmasterdiv {
    display: inline-block;
    width: 80%;
  }

  .container.games_div {
    display: inline-block;
    padding: 0vw 5%;
    width: 40%;
    height: 100%;
    vertical-align: top;
  }

  .container.mostpopular-content-div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  .container.newest-content-div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  .container.christmas-countdown-div {
    height: 8vw;
    border-radius: 0;
  }

  .container.underconstruction {
    padding-right: 10%;
    padding-left: 10%;
  }

  .container#most_popular_div {
    background-image: -webkit-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
    background-image:    -moz-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
    background-image:      -o-linear-gradient(top, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
    background-image:         linear-gradient(180deg, rgba(215, 181, 118, .5) 0%, rgba(215, 181, 118, .5) 100%), url('../../bakeon/BakeOn_Background_Wide.jpg');
  }

  .container.container-2 {
    padding-top: 0;
    padding-bottom: 0;
    height: 65vw;
  }

  span.glyph.font-icon-1 {
    display: none;
  }

  .rule.rule-1 hr {
    border-top-color: #2668da;
  }

  div.responsive-picture.picture-2 {
    position: static;
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }

  li.list-item-link.footer_list_item > a {
    font-size: 10px;
  }

  .rule.rule-1 {
    margin-left: 20%;
    width: 78%;
  }

  div.responsive-picture.picture-3 {
    height: 20vw;
  }

  div.responsive-picture.picture-3 > picture {
    height: 20vw;
  }

  li.list-item.stats-newest-item {
    margin-top: .5vw;
    margin-bottom: .5vw;
    padding: .25vw 4%;
    width: 92%;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  a.responsive-picture.most_popular_image {
    width: 30vw;
    height: 30vw;
  }

  a.responsive-picture.most_popular_image > picture {
    height: 30vw;
  }

  a.responsive-picture.most_popular_image > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  li.list-item.stats-mostpopular-item {
    width: 92%;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  a.responsive-picture.picture-link-1 {
    width: 30vw;
    height: 30vw;
  }

  a.responsive-picture.picture-link-1 > picture {
    height: 30vw;
  }

  a.responsive-picture.picture-link-1 > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  div.responsive-picture.picture-4 {
    width: 20%;
  }

  div.responsive-picture.bakeon_display {
    width: 50%;
  }

  li.list-item.bakeon_item {
    font-size: 2.75vw;
    line-height: 3vw;
  }

  button.scroll_left_button {
    width: 7.5%;
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  button.scroll_right_button {
    width: 7.5%;
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  div.responsive-picture.bakeon_card_img {
    margin-right: 12.5%;
    margin-left: 12.5%;
    width: 30%;
    border-radius: 20px;
  }

  div.responsive-picture.bakeon_card_img_noscroll {
    width: 30%;
  }
}

@media screen and (min-width: 62.5rem) {
  /* Text Elements */

  h1.heading-1 {
    color: #2668da;
    text-shadow: #fff 2px 2px 5px;
    font-size: 50px;
  }

  h1.footer_header {
    font-size: 14px;
  }

  h1.christmas-countdown-heading {
    font-size: 4vw;
  }

  h1.bakeon_heading1 {
    margin-top: 1vw;
    font-size: 3.5vw;
    line-height: 3.75vw;
  }

  h2.heading-mostpopular {
    margin-top: 1vw;
    font-size: 1.6vw;
    line-height: 1.8vw;
  }

  h2.heading-newest {
    font-size: 1.6vw;
    line-height: 1.8vw;
  }

  p.paragraph.paragraph-1 {
    padding-right: 25%;
    padding-left: 25%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.footer_copyright {
    display: block;
  }

  p.paragraph.bakeon_description {
    margin: 1vw 25%;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  p.paragraph.bakeon_paragraph {
    margin-top: 1vw;
    margin-right: 25%;
    margin-left: 25%;
    font-size: 1.4vw;
    line-height: 1.6vw;
  }

  a.link-text.nav_link {
    font-size: 2.5vw;
  }

  a.link-text.nav_link.txt_yellow {
    text-shadow: #000 1px 1px 2px;
    font-size: 2vw;

    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 0;
  }

  a.link-text.nav_link.txt_blue {
    text-shadow: #000 1px 1px 2px;
    font-size: 2vw;

    -webkit-text-stroke-width: 0;
  }

  a.link-text.nav_link.txt_red {
    text-shadow: #000 1px 1px 2px;
    font-size: 2vw;
  }

  a.link-text.nav_link.txt_cyan {
    font-size: 2vw;
  }

  a.link-text.button_blue {
    margin-right: 37.5%;
    margin-left: 37.5%;
    width: 25%;
  }

  a.link-text.game-learnmore-button {
    display: block;
    margin-top: .7vw;
    margin-bottom: .7vw;
    padding: .7vw .7%;
    width: 60%;
    font-size: 1.4vw;
  }

  a.link-text.game-buynow-button {
    display: block;
    margin-top: .7vw;
    margin-bottom: .7vw;
    padding: .7vw .7%;
    width: 30%;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  a.link-text.nav_link.txt_green {
    font-size: 2vw;
  }

  a.link-text.bakeon_instructions_download {
    padding-top: .5vw;
    padding-bottom: .5vw;
    width: 40%;
    font-size: 1.5vw;
    line-height: 2.25vw;
  }

  a.link-text.text-link-1 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: .7vw .7%;
    width: 40%;
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  /* Layout Elements */

  .container.nav_hidden {
    display: inline-block;
  }

  .container.welcome_div {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
  }

  .container.footerdiv {
    margin-top: 1vw;
    margin-bottom: 1%;
    height: auto;
  }

  .container.games_div {
    display: inline-block;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 5%;
    width: 40%;
  }

  .container.mostpopular-content-div {
    width: 100%;
    vertical-align: top;
  }

  .container.newest-content-div {
    width: 100%;
  }

  .container.christmas-countdown-div {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 2vw 2%;
    height: auto;
    border-radius: 0;
    background-image: url('../../pexels-george-dolgikh-551816-1303097.jpg');
    background-attachment: local;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.underconstruction {
    padding-right: 20%;
    padding-left: 20%;
  }

  .container.container-2 {
    padding-top: 0;
    padding-bottom: 0;
    height: 42vw;
  }

  .container.bakeon_intro_div {
    background-attachment: scroll, fixed;
  }

  li.list-item-link.footer_list_item > a {
    font-size: 12px;
  }

  li.list-item.stats-mostpopular-item {
    margin-top: .25vw;
    margin-bottom: .25vw;
    padding: .1vw 12%;
    width: 76%;
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

  li.list-item.stats-newest-item {
    margin-top: .25vw;
    margin-bottom: .25vw;
    padding: .1vw 12%;
    width: 76%;
    text-align: left;
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

  div.responsive-picture.picture-3 {
    height: 15vw;
  }

  div.responsive-picture.picture-3 > picture {
    height: 15vw;
  }

  a.responsive-picture.most_popular_image {
    width: 20vw;
    height: 20vw;
  }

  a.responsive-picture.most_popular_image > picture {
    height: 20vw;
  }

  a.responsive-picture.picture-link-1 {
    width: 20vw;
    height: 20vw;
  }

  a.responsive-picture.picture-link-1 > picture {
    height: 20vw;
  }

  div.responsive-picture.picture-4 {
    width: 15%;
  }

  div.responsive-picture.bakeon_display {
    width: 40%;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }

  li.list-item.bakeon_item {
    margin-right: 25%;
    margin-left: 25%;
    font-size: 1.4vw;
    line-height: 1.6vw;
  }

  div.responsive-picture.bakeon_card_img_noscroll {
    width: 15%;
  }

  div.responsive-picture.bakeon_card_img {
    width: 15%;
    border-radius: 25px;
  }

  button.scroll_right_button {
    margin-right: 25%;
    width: 5%;
    font-size: 5vw;
    line-height: 5vw;
  }

  button.scroll_left_button {
    margin-left: 25%;
    width: 5%;
    font-size: 5vw;
    line-height: 5vw;
  }
}