./* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.subButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#383838;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: 'Noto Sans',sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:6px 10px 6px 10px;
	text-decoration:none;
}
.subButton:hover {
	background-color:#202020;
    color:#fff;
}
.subButton:active {
	position:relative;
	top:1px;
}
.logo {
    height:16px;
    padding-right: 5px;
}
.listenbox {
    border-radius: 4px;
    padding: 14px;
    background-color: #f1f1f2;
    font-family: 'Montserrat', sans-serif;
}

.listen {
    font-weight: bold;
    padding-bottom: 10px;
    font-size:16px;
    color: #202020;
}

@media screen and (min-width: 754px)
{
    .listen, .subButton {
        font-size: 18px;
    }   
}