/* Custom Styles for Shapely Theme */

/* Empty related thumbnail when placeholder is disabled */
.related-item-thumbnail-empty {
    display: block;
    height: 20px;
    margin-bottom: 15px;
} 

#secondary,
div.header-callout,
header,
footer {
	display: none;
}

body {
	background-color: #032169;
}

#pleio-watch,
#pleio-stream,
#pleio-play {
    font-family: "Montserrat", Sans-serif;
    font-size: 140px;
    font-weight: 900;
	margin-bottom: 1em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
#pleio-watch {
	color: #FE375E;
}
#pleio-stream {
	color: #FCE60B;
}
#pleio-play {
	color: #93CCEA;
}