/* 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

header {
	background-color: #512b59;
	color: #fff;
}

#header-content {
	max-width: 960px;
	padding: 10px;
}

#header-content h1 {
	background: transparent url(../images/logo.svg?v=20210614b) no-repeat 10px 50%;
	background-size: auto 40px;
	font-size: 2em;
	padding: 0 0 0 60px;
	line-height: 50px
}

#main {
	max-width: 960px;
	margin: 0 auto 25px;
	padding: 0 0 25px 0;
}

.integration {
	margin: 50px 0 0 0;
	border-bottom: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: 20px 75px;
	background-size: 30% auto;
}

.integration[data-integration="alexa"] {
	background-image: url(../images/alexa.svg?v=20210614b);
}

.integration[data-integration="google-home"] {
	background-image: url(../images/google-home.png);
}

.integration[data-integration="ifttt"] {
	background-image: url(../images/ifttt_wordmark-blue.svg?v=20210614b);
}

.integration-content {
	margin: 0 0 0 38%;
}

.integration h2 {
	font-size: 2em;
	margin: 0 0 1em 0;
	font-weight: 900;
}

.integration h2 a {
	color: #512b59;
	text-decoration: none;
	outline: none;
}

.integration p {
	font-size: 1.25em;
	line-height: 1.75em;
	margin: 20px 0;
}

a.get-started {
	text-decoration: none;
	text-align: right;
	display: block;
	margin: 15px 25px 0 0;
	font-size: 1.25em;
}

.alexa-utterance, .utterance {
	display: inline-block;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.integration p.note {
	font-size: .75em;
    font-style: italic;
}


@media only screen and (max-device-width : 667px) {
	#header-content h1 {
		font-size: 1.4em;
		line-height: initial;
	}

	.integration {
		background-position: 50% 0;
		background-size: 200px auto;
	}

	.integration:not(:first-child) {
		margin: 95px 0 0 0;
	}

	.integration-content {
		margin: 0 0 0 0;
		padding: 100px 20px 0 20px;
	}
}