/*
 * Globals
 */

@font-face {
	font-family: GochiHand;
	src: url("/fonts/GochiHand-Regular.ttf");
}

/* Links */
a,
a:focus,
a:hover {
	color: rgba(255,193,7, .5);
}

/*
 * Base structure
 */

html,
body {
	height: 100%;
	background-color: #1c1915 !important;
}

.wrapper {
	display: -ms-flexbox;
	display: flex;
	color: #f8bd2a;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.container {
	max-width: 95%;
}

/*
 * Header
 */
 .masthead {
	text-align: left;
	margin-bottom: 10rem;
}

.masthead-brand {
	font-size: 50;
	font-family: GochiHand;
}

.logo-img {
	margin-bottom: 16px;
}

.product-img {
	margin-bottom: 16px;
}

.google-store-img {
	height: auto;
	width: 240px;
}

ul {
	list-style-type: none;
}

figure {
	text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

/*
 * Footer
 */
.mastfoot {
	color: rgba(255,193,7, .5);
}

/*
 * Headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: GochiHand;
}

h2 {
	margin-top: 42px;
}

h3 {
	font-size: 1.25rem;
	margin-top: 12px;
}

.product-name {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.note {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.tmdb-logo {
	max-width: 100px;
	margin-right: 8px;
}

.tmdb-logo-caption {
	margin-top: 4px;
	font-size: small;
	font-style: italic;
	color: gray;
}
