body
{
	background-image:  url('background.jpg');
	background-repeat: no-repeat;
	background-color:  #000;
	background-position: center top;
	color: #ffe0c0;
	font-size: 12pt;
	font-family: Dosis;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Dosis;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 26pt;
	margin-bottom: 24px;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: Dosis;
	font-weight: 100;
	font-size: 16pt;
	color: #e1e1e1;
	margin: 24px 0 24px 0;
	margin: 0;
	padding: 0;
}

.ptext
{
	font-size: 14pt;
	letter-spacing: 1pt;
	text-align: justify;
}

.copyright
{
	font-size: 9pt;
	letter-spacing: 1pt;
	text-align: center;
	color: #eeffff;
}

.scrot
{
	width: 240px;
	margin: 2px auto 0px auto;
	transition: 0.3s;
}

.decorimg
{
	margin: 2px auto 0px auto;
}

.container
{
	width: 880px;
	margin: 8px auto 0px auto;
}

.header
{
	width: 880px;
	height: 172px;
	background-image:  url('header-background.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index:1;

	color: #001210;
	font-weight: bold;
}

.banner
{
	position:absolute;
	z-index:1;
	float: left;
	margin: 6px 7px 7px 12px;
}

.maincontent
{
	width: 880px;

	position: absolute;
	top: 212px;

	background-image: url('contentbottom.png'), url('contentbg.png');
	background-position: center bottom, center top;
	background-repeat: no-repeat, repeat-y;
	padding-bottom: 8px;
	background-color: #100005;
}

.bannerscrots
{
	margin-left: 0px;
	padding-top: 12px;
	margin-bottom: 2px;
}

.bannerscrots > a
{
	margin-right: 8px;
}

.text
{
	width: 222px;
	margin-left: 30px;
	margin-top: 22px;
	padding-right: 30px;
	float: left;
	line-height: 120%;
}

.maintext
{
	margin-left: 16px;
	margin-top: 0px;
	padding-right: 10px;
	float: left;
	line-height: 120%;
}

.headerlinks
{
	height: 23px;
}

.innav,.insocialnetworks
{
	height: 23px;
	margin-top: 60px;
}

.innav
{
	float: right;
	padding-right: 8px;
}

.nav
{
	height: 24px;
	margin-bottom:20px;
	float: left;
	margin-top: 2px;
}

.deadlink
{
	text-decoration: none;
	color: #cca0b0;

	margin-right: 16px;
}

a.navlink
{
	text-decoration: none;
	color: #cea0b0;

	margin-right: 16px;
}

a.navlink:hover
{
	text-decoration: none;
	color: #ffd0e0;
}

.insocialnetworks
{
	float: right;
}

.insocialnetworks > a
{
	margin-left: 11px;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create 6 equal columns that floats next to eachother */
.column {
  float: left;
  width: 16%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.caption-text
{
	font-size: 18px;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
