body{
	background-repeat:none;
	background-size:cover;
	background-attachment:fixed;
}

.featured-banner{
	margin-bottom: 0.7rem;
}

.banner-heading{
	font-weight: 1000;
	color:#242d3c;
}

.banner-subheading{
	color: #fc6434;
	font-weight: 1000;
}

.banner-submit-button{
	text-decoration: none; 
	font-weight: bolder;
	font-size: 1.7rem;
	background-color: #f91516;
	color: white;
	padding: 0.3rem;
	border-radius: 0.8rem;
}

.banner-submit-button:hover{
	text-decoration: none; 
	color: white;
}
.banner-submit-button:focus{
	text-decoration: none; 
	color: white;
}

.panel-default{
	background-color: #f6f7f8;	
}

.date{
	font-size: .7rem;
	font-style: italic;
}

p{letter-spacing:0.0645em;font-weight: bold;}

.content{letter-spacing:0.0645em;font-weight: bold;}

.pause_android{
	display: none;
}

.puzzlebutton{
	background-color: #ed1c24;
	color: white;
}
.puzzlebutton:hover{
	background: #e3e3e3;
	color: black;
}

.icons{
	color: black;
}

.icons:hover 
{	
	color: black;
    opacity: 0.7;
    text-decoration: none;
}

.icons:focus {
  color: black;
  opacity: 0.7;
  text-decoration: none;
}

.button_icon{
	border: none;
	padding:0;
}

.card-link{
	color: #373a3c;
}

.card-link:hover{
	color: #00f;
	text-decoration: underline;
}

.card-link:focus {
	color: #00f;
	text-decoration: underline;
}

figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}

.responsive_ads { width: 320px; height: 100px; }
@media(min-width: 500px) { .responsive_ads { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive_ads { width: 728px; height: 90px; } }


.top-ad-question{
	display: none;
}

.top-ad-short{
	display: none;
}

.content-question{
	text-align:center;
}

.content-short{
	text-align: center;
}

@media only screen and (max-width: 600px) {
  .greater6 {
    display: none;
  }
  .content-short{
	text-align: left;
  }
}

@media only screen and (min-width: 992px) {

	.whatsapp{
		display: none;
	}
	.featured-banner{
		height: 14rem;
	}
	.top-ad-question{
		display: block;
	}
	.top-ad-short{
		display: block;
	}


}