/* set to default:*/

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;
}

/* my css */
.background {
	padding-top: 70px;
	padding-bottom: 70px;
	width: 100%;
}

.background_image {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -20;
}

.language {
  right: 0;
	position: fixed;
  padding-top: 10px;
  padding-right: 70px;
	z-index: 1;
}

.language a {
  font-family: 'Amatic SC', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.language a:hover {
	cursor: pointer;
}

.active {
  background-color: #d1c1ba;
}

.sidebar {
	margin: 20px;
	margin-top: 70px;
	margin-bottom: 115px;
	padding: 10px;
	background-color: rgba(255,255,255,0.85);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 150px;
	line-height: 1.2;
	overflow-y: scroll;
	overflow-x: hidden;
}

.linkylink {
	display: block;
	padding: 7px;
	border-bottom: 1px solid #d1c1ba;
	font-family: 'Open Sans', sans-serif;
}

.linkylink i {
	float: left;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 6px;
}

.linkylink p {
	font-size: 12px;
	margin-top: 5px;
}

.linkylink a {
	font-size: 16px;
	color: black;
	text-decoration: none;
}

.linkylink a:hover {
	text-decoration: underline;
}

.intro {
  display: block;
	margin-left: 70px;
	margin-right: 260px;
  padding: 50px;
  background-color: rgba(255,255,255,0.85);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.intro h1 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 100px;
  margin-bottom: 20px;
}

.introText {
	width: 100%;
	max-width: 950px;
}

.intro p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.intro img {
  float: left;
  height: 285px;
  padding-right: 50px;
  padding-left: 10px;
  padding-bottom: 50px;
}

.blogpost {
  display: block;
  margin-left: 70px;
  margin-right: 260px;
  margin-top: 70px;
  padding: 50px;
  background-color: rgba(255,255,255,0.85);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	clear: both;
}

.blogpost h1 {
  font-family: 'Amatic Sc', sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}

.blogpost h2 {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.posttext {
	max-width: 500px;
	width: 100%;
}

.blogpost p {
  line-height: 1.2;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.imageContainer {
	width: 100%;
	max-width: 500px;
	padding-bottom: 30px;
	padding-top: 20px;
	float: right;
	display: inline-block;
}

.post_image {
	width: 100%;
}

.btnBack {
	margin-left: 40%;
	margin-top: 20px;
	font-size: 30px;
}

.inactive {
	color: #d1c1ba;
}

.btnForth {
	margin-left: 17%;
	font-size: 30px;
	margin-top: 20px;
}

.blogpost iframe {
	max-width: 500px;
	padding-bottom: 30px;
	float: right;
	display: inline-block;
}

.empty {
	clear: both;
}

.footer {
  display: block;
  padding: 10px;
  padding-right: 50px;
  margin-right: 20px;
  margin-left: 70px;
  text-align: right;
  font-size: 20px;
  font-family: 'Amatic Sc', sans-serif;
  font-weight: bold;
  color: black;
  background-color: rgb(209, 193, 186, 0.8);
	height: 25px;
}
