/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url(winter_newhorizons_bg.jpg);
    background-size: cover, cover;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
}

body {
}

body.center {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

header {
	margin: 10px auto 0px auto;
}

header img {
	padding: 0px;
}


img {
	margin: 0 auto;
	display: block;
	padding: 15px 0px 15px 0px;
	max-width: 100%;
}

section, 	footer {
	margin: 10px auto 10px auto;
	color: #ffffff;
	text-shadow: #000000a1 1px 1px 4px;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-family: 'ADAM.CG PRO', sans-serif;
}

.entries h2 {
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 80px;
	text-align: center;
	font-family: 'FinkHeavy', sans-serif;
}

.adventcalendarframe a {
	text-decoration: none;
	margin: 13px;
}

.adventcalendarframe a.doordone {
	color: grey;
	text-decoration: none;
}

.adventcalendarframe h3 {
	color: #159607;
}

.adventcalendarframe a:hover h3, .adventcalendarframe .doorcurrent h3 {
	color: #c10909;
}

p {
	line-height: 29px;
	font-size: 17px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

strong {
	font-weight: bold;
}

.adventcalendarframe .door img {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
}

.adventcalendarframe .dooropen img, .adventcalendarframe .doorcurrent img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

img.done {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
}

p.prizetext {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 700;
    text-shadow: #f3faf2b3 1px 2px 0px;
}

.prizebuttoncontainer {
	margin: auto;
	text-align: center;
}

a.prizebutton {
	background: #1ba7d0;
	display: inline-block;
	border-radius: 25px;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 32px;
	margin: 10px 10px 20px 10px;
	transition: background .25s ease-in;
	box-shadow: #145e7b 0px 10px 1px;
}

a.prizebutton:hover, label.prizebuttonhelp:hover {
	background: #14b7f7;
}

a.prizebutton:active {
    transform: translateY(4px);
    box-shadow: #145e7b 0px 6px 1px;
}

a.prizebuttondone {
	background: grey;
	box-shadow: #505050 0px 10px 1px;
}

a.prizebuttondone:hover {
	background: grey;
}

label.prizebuttonhelp {
	background: #1ca7d0;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px;
	transition: background .25s ease-in;
}

/*Hide checkbox*/
input[type=checkbox]{
    display:none;
}

#menu {
	display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

p.prizefineprint {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

p.nomar {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

p.nomar a, p.nomar a:visited {
    color: #14247b;
    font-weight: bold;
    text-decoration: none;
}

.modal {
	background: #d4ecf3 url('https://www.belltreeforums.com/events/redballoonworldtour2019/advent/blue_bg.gif');
}

a.previous-button, a.next-button, a.more-button {
	width: 49.5%;
	font-size: 30px;
	color: #ffffff;
	background: #14247b;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0px 10px 0px;
	font-family: sans-serif;
}

a.vote-button {
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	background: #131075;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0px 10px 0px;
	font-family: sans-serif;
}

@font-face {
    font-family:'FinkHeavy';
    src: url('FinkHeavy.eot');
	src: url('FinkHeavy.eot?#iefix') format('embedded-opentype'),
		url('FinkHeavy.woff2') format('woff2'),
		url('FinkHeavy.woff') format('woff'),
		url('FinkHeavy.svg#FinkHeavy') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* FLEX THOSE MUSCLES */

.adventcalendarframe {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.adventcalendarframe li {
	padding: 10px;
	background: rgba(255, 255, 255, 0.80);
	border-radius: 25px;
	min-width: 100px;
}

/* animations */


@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: .95s;
  animation-duration: .95s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sparkley {

  background: lighten( #159607 , 10% );
  color: #ffffff;
  border: none;

  padding: 16px 36px;
  font-weight: normal;
  
  border-radius: 3px;
  transition: all 0.25s ease;
  
  box-shadow: 0 38px 32px -23px black;
  margin: 0 1em 1em;
  
  &:hover {
   
    background: #159607;
    color: transparentize( #ffffff,0.8 );
    
  }
  
}

@media only screen and (min-width:65.625em) { 
	.adventcalendarframe a {
		margin: 15px;
	}
}

@media only screen and (max-width:63.8125em) { 
	.adventcalendarframe {
		max-width: 725px;
	}
}

@media only screen and (max-width:43.75em) { 
	
.mobile-remove {
	display: none;
}

html {
}

p {
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 15px;
}

}