@import "//fonts.fontstorage.com/import/resphekt.css";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:600i&subset=cyrillic');
* {
	margin: 0px;
	padding: 0px;
	font-family:"Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
	outline:none;
	
}
html {
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background-image:url(../img/background.png);
	background-repeat:repeat;
	text-align: center;
}
#main {
	width: 80%;
	margin: 0px auto;
	background-color:rgba(0,0,0,0.65);
	border-radius:20px;
}
header {
	padding: 11px;
	
}

h1 {
	font-family: 'Resphekt';
	font-style: normal;
	font-weight: 400;
	font-size:92px;
	color: black;
	padding: 10px;
	text-align:center;
	text-shadow: 1px 0px 2px rgba(61,176,44,1);
	text-indent: -0.1em;
}
header, section, article, footer, nav, aside {
	display: block;
	overflow: hidden;
}
a {
	color:black;
	font-size:31px;
	font-family: 'Cormorant Infant', serif;
	text-decoration:none;
	margin: 5px;
}
.active {
	color:coral;
}
nav li {
	margin: 8px 10px 0;
	display: inline-block;
	font-size:24px;
}
nav li {
	margin-bottom:50px;
	margin-top:30px;
}
p {
	font-family:serif;
	color:#FFFFFF;
	font-size:19px;
	padding:10px 10px 10px 10px;
	text-align:justify;
	text-indent:10px;
	
}

a:hover {
	color:#135700;
}
h2 {
	color:white;
	font-size:38px;
	font-family: 'Cormorant Infant', serif;
	margin: 5px;
}
hr {
	margin-top: 10px;
}
img {
	padding: 8px;
}
.redline {
	text-align:center;
}
footer p {
	text-align:right;
	color: black;
}
.demonstrations { clear: both; width: 100%; margin-bottom: 100px; }
.demonstrations a {
  width: 410px;
  height: 310px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.demonstrations a img {  }
.demonstrations .rightmost { margin-right: 0; }
@media all and (max-width: 800px) {
  #page { width: 100%; }
}
.imgfloat {
	float: left;
}
#paragraph {
	text-align: justify;
}




