

body
{
	background-color: #f9f7ee;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
}

.content
{
	padding: 20px;
	/* text-align: center; */
}

button
{
	font-family: "Georgia", serif;
	font-size: 18px;
	text-align: left;
    padding: 12px 16px;
	border-radius: 10px;
	margin: 0px 2px 8px 0px;
	color: #333333;
	background-color: #fefefe;
	border-color: #333;
    border-width: 0.5px;
    background-image: url('../assets/icon-audio.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 40px;
}

button.word {
    padding-left: 34px;
}

h1
{
	margin-top: 12px;
	font-family: "Impact", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
    /* text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000; */
}

h2
{
	margin-bottom: 2px;
}

h3
{
	font-family: "HelveticaNeue-Light";
    letter-spacing: 0.9;
	/* text-transform: uppercase; */
	font-weight: normal;
	font-size: 12px;
	color: #111111;
    margin-bottom: 0;
	margin-top: 25px
}

hr
{
    border-bottom: 0;
	margin-top: 4px;
	margin-bottom: 8px;
    border-width: 0.5px;
}

p
{
	/* max-width: 400px; */
	/* padding: 0px 40px; */
}

p.subhead {
	font-size: 13pt;
}

small
{
	color: #666;
}

.banner-switch {
	text-align: center;
	padding: 20px;
	background-color: #333;
}

.banner-switch a:link {
	color: white;
  }
.banner-switch a:visited {
	color: white;
}
.banner-switch a:hover {
	color: white;
}
.banner-switch a:active {
	color: white;
}

.inline-icon {
	height: 16px;
	margin-bottom: -2px;
	margin-right: 4px;
	margin-left: 2px;
}


.nav-breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
}

.nav-breadcrumb a {
	text-decoration: underline;
}

.nav-breadcrumb a:link {
	color: #333;
  }
.nav-breadcrumb a:visited {
	color: #333;
}
.nav-breadcrumb a:hover {
	color: #333;
}
.nav-breadcrumb a:active {
	color: #333;
}


.screenshots
{
	position: relative;
	overflow: hidden;
}

.feed-grid {}

.feed-grid-locked {
	opacity: 0.4;
}

.feed-grid td {
	background-image: url("../assets/icon-expired.png");
	background-size: cover;
}

.feed-grid img {
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (min-width: 320px)
{

}

@media only screen and (min-width: 375px)
{

}

@media only screen and (min-width: 414px)
{

}

@media only screen and (min-width: 768px) {

}