.disabled {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: auto;
}
.p {
	margin: 1em 0;
}
ul {
	margin-top: 0.5em;
}
li {
	margin: 0.2em 0 0.2em 1.5em;
}
a {
	text-decoration: none;
}
.loremIpsumMedium::before {
	content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
}
.loremIpsumShort::before {
	content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat.";
}
.loremIpsumVeryShort::before {
	content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.";
}
div.youtubeCenter {
	position: relative;
	margin: 1em auto;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
div.youtubeCenter > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.error {
	color: #EF5350 !important;
}
img, embed, object, video {
	max-width: 100%;
}

div.reCaptchaWrapper {
	text-align: center;
}
div.reCaptchaWrapper > div.g-recaptcha {
	display: inline-block;
}


/* Navigation bar */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	overflow: hidden;
	font-size: 1.1em;
    z-index: 100;
    box-shadow: 0 2px 5px #BDBDBD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

#navHome {
    border-right: 1px solid #E6E6E6;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 48px 15px 20px;
    float: left;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: #ffffff;
}
#navHome > img {
    vertical-align: top;
    margin-right: 5px;
    height: 36px;
}

/* Header */
header {
	padding: 1.5em 0.5em 0.5em;
	display: flex;
	justify-content: center;
}
#logoHeader {
	width: 5em;
	height: 5em;
}
header h1 {
	text-align: center;
	font-variant: small-caps;
	font-size: 2.5em;
	font-weight: 300;
}

/* Main article/news on home */
article {
	margin: 1.5em auto;
	padding: 0 1em;
	width: 70%;
	max-width: 50em;
}
article h2[itemprop=name] {
	font-size: 1.875em;
	font-weight: 300;
}
article div[itemprop=articleBody] {
	margin: 1em 0;
}

div.p > img {
	display: block;
	margin: 1em auto;
	width: 30em;
}

/* Survey */
div.survey {
	margin: 1em auto 0em;
	max-width: 35em;
}
.emotionSelection {
	overflow: hidden;
	width: 100%;
}
.emotionSelection > div {
	float: left;
	width: 33.33%;
}
@media screen and (max-width: 624px) {
	div.survey {
		margin: 1em auto 0em;
		max-width: 35em;
	}
	.emotionSelection > div {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	article {
		width: 100%;
		max-width: none;
	}
	div.survey {
		margin: 1em auto 0em;
		max-width: 35em;
	}
}
@media screen and (max-width: 280px) {
	.emotionSelection > div {
		width: 100%;
	}
	.emotionSelection > div > label {
		display: table !important;
		margin: 0 auto !important;
	}
}

/* Footer */
footer {
	clear: both;
	margin-top: 1em;
	width: 100%;
	padding: 0.5em;
}