body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
	background-color: black;
	background-image: url("images/BGImage.jpg");
	width: 100%;
}
#content {
		width: 100%;
		position: absolute;
		top: 20px;
}
#bodystyle {
	width: 1500px;
	margin: 0 auto;
	margin-top: 380px;
	


}

#blok {
	background-color: #000000c9;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
	margin: 20px auto;
	padding: 0;
	color: #f9f1e9;


}
#blok-R {
		
}
#blok img {
	display: block;
	width: 500px;
	margin: 20px auto;
	padding: 30px;
}
#blok-image {
	background-color: #000000c9;
	border-radius: 10px;
	margin: 20px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
	padding: 0;
	color: #f9f1e9;
	line-height: 1.5;
	width: 500px;
	font-size: 14px;

}
#blok-image img {
	display: block;
	width: 250px;
	padding: 0px 30px 30px 30px;
	
}
#text p {
		margin-top: 0;
		padding-top: 0;
}
#image h4 {
	margin: 0;
	padding-top: 20px;
	padding-left: 30px;
	color: #e8e88e;
}
h2 {
	text-decoration: underline; 
	padding-left: 30px;
	margin-bottom: 0;
}
table {
    font-family: Arial;
    font-size: 17px;
    color: #f1f1f1;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;

}
li {
    font-family: Arial;
    color: #f1f1f1;
    line-height: 25px;
    font-size: 14px;

}

.link {
	text-decoration: underline;
	
}

.link:hover {
	text-decoration: none;
}
/* Header */
.large-header {
  position: static;
  width: 100%;
  height: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 2;

}
#large-header {
  background-image: url("images/star2.jpg");

}
.main-title {
  margin: 1;
  padding: 1;
  color: #ff0;
  background-color: #000000c9;
  display: block;
  text-align: center;
  
}
.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}
.main-title .thin {
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .demo-1 .main-title .cont {
    font-size: 3em;
  }
}
.intradaction {
	background-color: #000000c9;
	border-radius: 50px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	color: #f9f1e9;
	line-height: 1.8;
}
#ourteam {
	/*position: absolute;*/
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-decoration: underline;
	/*top: 500px;*/
	left: 50%;
	
}
#chapters {
	color: #f9f1e9;
	text-align: center;
	text-decoration: underline;

	
}

.thumbnails {
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 40px;
}

a {
	color: #e8e88e;
	text-decoration: none;
}
.autor {
	color: #e8e88e;
}
.thumbnails a {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: none;
	display: block;
	width: 90%;
	margin: 0 0 2em 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	outline: 0;
	overflow: hidden;
}

	.thumbnails a img {
		display: block;
		width: 100%;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.thumbnails a h3 {
		margin: 1em;
		font-size: 80%;
	}

	.thumbnails a:hover {
		background-color: rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
		color: white;
	}

