@font-face {
    font-family: 'Grenze';
    src: url('fonts/Grenze-Regular.woff2') format('woff2'),
        url('fonts/Grenze-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grenze';
    src: url('fonts/Grenze-Bold.woff2') format('woff2'),
        url('fonts/Grenze-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

body {
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  /*justify-content: center;*/
  font-size: calc(18px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-family: 'Grenze', Georgia, Times, serif;
  font-weight: 900;
  font-style: normal;
	background: url('img/page_bg.jpg') no-repeat center fixed; 
	background-size: cover;
	background-color: #192431;
}

body.dimmed {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/page_bg.jpg') no-repeat center fixed;
	background-size: cover;
  -webkit-background-size: cover;
	background-color: #52abdf;
}

div.info-pane {
	position: absolute;
	top: 1rem;
	left: .5rem;
	margin: 1rem;
	padding: .5rem 1rem;
	font-size: .8rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
  
}

.info-pane .intro {
	text-align: center;
}

hr {
	border-top: 1px solid #fff;
	margin: 1rem 20% 2rem;
}

footer.copyright {
/*	position:absolute;
	left: 0;
	bottom:0;
	width:100%;*/
	padding: .5rem 1rem .8rem;
	color: #fff;
	text-align: center;
	font-size: .8rem;
	background: rgba(0, 0, 0, 0.5);
}

.app-body,
#launch_screen {
  text-align: center;
}

img.logo,
img.demo {
	max-width: 80%;
}

img.logo {
  /*display: inline-block;*/
	margin: 15% auto 5%;
  border-radius: .4rem;
/*  border: .5vw solid #fff;*/
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

#cards {
	display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 1%;
}

#cards .card {
  
  /*max-width: 58.5vh;
  max-height: 90vh;*/
  margin: 0 1vw;
  background-color: #fff;
  background-size: 300%;
  border-radius: .4rem;
/*  border: .5vw solid #fff;*/
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
  cursor: pointer;
}

@media (orientation: landscape) {
  #cards .card {
    width: 60.6vh;
    height: 90vh;
    max-width: 60.6vh;
    max-height: 90vh;
  }
}

@media (orientation: portrait) {
  #cards .card {
    width: 90vw;
    height: 133.7vw;
    max-width: 90vw;
    max-height: 133.7vw;
  }
}

#cards {
  margin: 2rem 0 0;
}

#cards .card {
  /*border-width: .75vw;*/
  transition: ease-in .5s linear !important;
}

#cards .card { background-image: url('img/Cards.jpg'); }

#cards .solo_0 .card { background-position: 0 0; }
#cards .solo_1 .card { background-position: -100% 0; }
#cards .solo_2 .card { background-position: -200% 0; }

#cards .solo_3 .card { background-position: 0 -100%; }
#cards .solo_4 .card { background-position: -100% -100%; }
#cards .solo_5 .card { background-position: -200% -100%; }
/*
@media (orientation: landscape) {
  .card .resource.single.square {
    width: 30%;
  }
}

@media (orientation: portrait) {
  #solo_screen #the_resources {
    width: 95vw;
  }
  
  #solo_screen .resource a {
    display: inline-block;
    width: 15vw;
    height: 15vw;
    margin: 0 1rem;
    border: 4px solid #fff;
    transition: all .5s linear;
  }
}
*/
.radio-group {
  margin: 1em;
}

.radio-group input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-group label {
    display: inline-block;
    padding: .375rem .75rem 0;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #884E26;
    background-color: #FC9F1D;
    border-radius: .25rem;
}

.radio-group label:hover {
  background-color: #BBD365;
  border-color: #708426;
}

.radio-group input[type="radio"]:focus + label {
    border: 2px dashed #A3DF18;
}

.radio-group input[type="radio"]:checked + label {
    
    background-color: #A3DF18;
    border-color: #3F552B;
}




.card .action, 
.card .bonus {
	/*height: 50%;*/
	background-repeat:  no-repeat;
	/*background-position: center center;*/
	/*background-size: 40%;*/
}

/*.card .action {
	background-size: 80%;
}*/



footer a {
	color: #87C7C6;
}


.round_action {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1%;
}

.counters {
	color: #0857A0;
  /*padding: 1%;*/
}

.btn-inl {
  display: inline-block;
  background: #fff;
  color: #192431;
  text-decoration: none;
  padding: 0 1rem;
  border-radius: .25rem;
}

.btn-inl:hover {
  background: #ddd;
}

.btn {
  display: block;
  background-color: #EDBC46;
  color: #fff;
  cursor: pointer;
  padding: .2rem .75rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: .25rem;
  border: 1px solid transparent;
  text-decoration: none;
}

.btn:hover {
  background-color: #AA3351;
  color: white;
}

.btn-next {
	margin-top: 1rem;
	clear: both;
	text-align: center;
	background-color: #539fb4;
}

.btn-next:hover {
	background-color: #8fd9b6;
}

.action .btn {
  margin: 0 20%;
}

a.btn-help,
a.btn-reset {
	position: fixed;
}

a.btn-help {
	right: 1rem;
	bottom: 1rem;
}

a.btn-reset {
	top: 1rem;
	right: 1rem;
}

.btn-sprite {
	display: block;
	max-width: 100%;
	background-size: 100%;
	background-image: url('btn-sprite.png');
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: rgba(123, 200, 81, 1.00);
}
 
.btn-sprite.btn-home { background-position: 0 100%; background-size: 200%; }
.btn-sprite.btn-reset { background-position: 0 0; background-size: 200%; }
.btn-sprite.btn-help { background-position: 100% 0; background-size: 200%; }
.btn-sprite.btn-bag { background-position: 100% 100%; background-size: 200%; }

.meter { 
	height: 2px;
  border-radius: ;
	position: relative;
  width: 100vw;
}

.meter > span {
  display: block;
  height: 100%;
  background-color: #DA4D5F;
  position: relative;
  overflow: hidden;
}

