@charset "UTF-8";

html,body {
	margin:0;
	padding:0;
	font-family: "Open Sans", sans-serif;
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
}

/*
body {
	background-image: url(/images/artsy_bg.png);
	background-repeat: repeat;
}
*/

img {
	max-width: 100%;
	height:auto;
}

.screenshotExample {
	width: 100px; height: 100px;
	display: inline-block;
}

.screenshotExample img {
	height: 100%;
	width: auto;
}

main {
	width: 90%;
	margin: 0 auto;
}

header,footer {
	background-color: #DEE7EE;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1em;
}

#logo {
	margin: 1.5em auto 0;
	max-width: 400px;
}

h1 {
	text-align: center;
}

h2 {
	border-left: 4px solid #AED3A1;
	border-right: 4px solid #AED3A1;
	margin-bottom: 1.5em;
	text-align: center;
}

iframe {
	display: block;
	margin: 1.5em auto 0;
	padding: 1em 0 1em 0;
	width: 90%;
}

.section-screenshots {
	margin: 0 auto;
	display: block;
	width: 90%;
	padding: 1em 0 1em 0;
}

.section-screenshots amp-img {
	margin-bottom: 16px;
}

.howto-screenshot {
	width: 100%;
	margin-bottom: 1.5em;
}

.howto-screenshot .screenshotExample {
	width: 100%;
	text-align: center;
}

.howto-screenshot img {
	padding-right: 2em;
}

.icon {
	width: 1.5em;
	margin-bottom: -0.3em;
}

.part {
	width: 20em;
	margin: 0 auto;
	display: block;
}

.screenshot {
	width: 100%;
}

.middle {
	padding: 2em 0 2em 0;
}

figure {
	margin: 0 auto;
}

figcaption {
	font-weight: bold;
}

@media screen and (min-width: 701px) {
	main {
		width: 60%;
	}

	iframe {
		width: initial;
	}

	.howto-screenshot {
		float: left;
		width: 47%;
	}

	.howto-screenshot+.howto-screenshot {
		margin-left: 5%;
	}

	.screenshot {
		width: 25%;
	}

	.middle {
		padding: 0 2em 0 2em;
	}
}

@media screen and (min-width: 1351px) {
	.screenshot {
		width: 30%;
	}
}

/* NAVIGATION */

amp-sidebar {
	height: 100%;
	width: 85vw;
	background-color: #B6BFC6;
	overflow-x: hidden;
	padding-top: 3em;
	transition: 0.4s;
}

nav a {
	margin: 1em auto 0;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: white;
	display: block;
	transition: 0.3s;
	width: 95%;
}

nav a:hover {
	color: #DEE7EE;
	transition-duration: 0.3s;
}

nav ul,nav li {
	list-style-type: none;
	padding-left: 0;
}

#menu-icon {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-appearance: none;
	background: none;
	border: 0 none;
	padding: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 48px;
	text-align: center;
	color: black;
	cursor: pointer;
	transition-duration: 0.3s;
}

#close-btn {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	background: none;
	border: 0 none;
	padding: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 48px;
	color: white;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.3s;
}

#menu-icon:hover, #close-btn:hover {
	transition-duration: 0.3s;
}

#menu-icon:hover {
	color: #B6BFC6;
}

#close-btn:hover {
	color: #DEE7EE;
}

@media screen and (min-width: 600px) {
	amp-sidebar {
		width: 325px;
	}
}

/* SCRABBLE CHEAT MANUAL */

#import_screenshot strong {
	font-weight: normal;
	color: red;
}

#common_issues strong {
	color: red;
}

#common_issues figure {
	margin: 0 auto;
	padding: 1em 0 1em 0;
}