@font-face
{
	font-family: Comfortaa;
	src: url('fonts/Comfortaa/Comfortaa-Regular.woff') format('woff'),
		 url('fonts/Comfortaa/Comfortaa-Regular.ttf') format('truetype');
}

@font-face
{
	font-family: Ubuntu;
	src: url('fonts/Ubuntu/Ubuntu-Regular.woff') format('woff'),
		 url('fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face
{
	font-family: Itim;
	src: url('fonts/Itim-Regular.woff') format('woff'),
		 url('fonts/Itim-Regular.ttf') format('truetype');
}

/* *
{
	/*background-color: #62d92b;
	/* font-family: "Comic Sans MS", Ubuntu, "Times New Roman", Courier, Comfortaa, "Comic Sans MS";
	/* font-family: Comfortaa, Ubuntu, "Comic Sans MS", Trim, "Times New Roman", Courier;
	/* color: #800000; #8e918e
} */

a
{
	text-decoration: none;
	font-weight: bold;
	color: #800000;
}

body
{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.text-container
{
    margin: 5rem;
}

/* .banner
{
	text-align: center;
	color: white;
	font-size: large;
	font-weight: bold;
	background-color: red;
	margin: 40px;
	padding: 40px;
}


video
{
    width: 100%;
}

.footer-container
{
	position: absolute;
	bottom: 1%;
	height: 3%;
	/*left: 33.3%;
	text-align: center;
	width: 100%;
	z-index: -100;
}

.spoiler
{
	display: none;
	border: 1px solid gray;
	width: 97%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spoiler-header
{
	text-align: center;
	font-size: 21px;
}

.spoilerlink
{
	cursor: pointer;
}

.text-header
{
	font-size: 21px;
}

.float-right-image-div
{
	width: 40%;
	position: relative;
	float: right;
}

.float-right-image
{
	width: 100%;
	height: 100%;
}

.light-slider-div
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	/* max-height: 20%;
  max-width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgb(44,44,44);
}

.light-slider-image
{
	/* margin-left: auto;
	margin-right: auto;
	height: 400px;
	display: block;
	max-height: 90%;
	max-width: 80%;
	position: relative;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
	/* border: 2px solid rgb(44,44,44);
}*/