header h1 {
  font-weight: 700;
  margin: 0;
}

header {
  padding: 20px 0;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

nav a {
  padding: 0 20px;
  margin: 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}


.sectionBlock {
  background: #774B34;
  color: #DAFF7F;
  text-shadow: 0.25px 0.25px 0.25px #000000;
  width: 100%;
}

.mainBackground
{
	background:"images/main/Lib_1920x620.jpg";
}


.jumbotron {
  display: flex;
  align-items: center;
  background-image: url('images/scr1.jpg');
  background-size: cover;
  color: #ffffff;
  height: 400px;
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: #fff;
}


section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}


.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #5577d5;
  text-shadow: none;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #5577d5;
  margin: 0 0 30px;
}



footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

.flex1 {
	display: flex;
	flex-wrap:wrap;
}

.flex1 .item{
	margin: 10px;
}

.flex1 .item img{
	width: 122px;
}


.flex2 {
	display: flex;
	flex-wrap:wrap;
}

.flex2 .item{
	margin: 10px;
}

.flex2 .item img{
	width: 322px;
}

.item.desc img{
	width: 550px;
}

.item h3 {
	text-align: center;
} 

.item p {width: 150px; text-align: center;}

.blockTitle {
	background: #000000;
	color: white;
	padding: 20px;
}

.block{
	display: table;
	margin: 40px auto;
}
.block2{
	display: table;
	margin: 10px auto;
}

.block2 p{
	padding-left: 30px;
}

.item.description p {width: 550px; text-align: left;}

.red {color:red;}
.orange {color:orange;}
.yellow {color:yellow;}
.blue {color:blue;}
.green {color:green;}


.monstr1
{
	height: 100px;
	margin: 5px;
}

.human1
{
	height: 200px;
	margin: 5px;
}

.location
{
	height: 300px;
	margin: 5px;
}
