/* base render */

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {		
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	/*background: linear-gradient(180deg,rgba(228, 255, 204, 1) 0%, rgba(244, 255, 143, 1) 100%);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	font: 25px verdana, sans-serif;
}

/* ////// */

/*   links   */

a {
	/*color: #D8270E;*/
	color: #3DC204;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
	text-shadow: rgba(176, 4, 4, 1) 1px 1px;
}

a:visited {
	color: #466910;
	text-decoration: none;
}

a:hover {
	background-size: 100% 2px;
} 

/* ////// */

/*   rendering of text elements   */

abbr {
	color: #D8270E;
	border-bottom: dotted 1px;
	cursor: help;
} 

h1, h2, h3, h4, h5, h6 {
	color: #AD0000;
	text-shadow: #61100F 1px 1px;
	padding-left: 5px;
	padding-right: 5px;
} 

ul {
	list-style-type: square;
}

hr {
	border: 0;
	height: 2px;
	background: linear-gradient(133deg,rgba(255, 255, 255, 0) 0%, rgba(216, 39, 14, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

img {
	border-radius: 5px;
}

/* ////// */

/* photos */

.photo {
    display: inline-block; 
    position: relative;
}

.photo:hover::after {
    content: attr(data-title); 
    position: absolute; 
    left: 0; 
	right: 0; 
	bottom: 5px; 
    z-index: 1; 
    background: rgba(216, 39, 14, 0.6);
    color: white; 
    text-align: center; 
    font-size: 20px;  
    padding: 5px 10px;
	border-radius: 5px;
}

.pagewrapper {
	width: 1500px;
	margin: auto;
	margin-top: 10px;
	background: #EFFFEB;
	background-repeat: no-repeat;
	border-radius: 5px;
	/*color: #1DA100;*/
	color: #D8270E;
	position: relative;
	/*height: 100%;
	box-shadow: 3px 3px 5px 0px linear-gradient(180deg, rgba(255, 145, 66, 1) 0%, rgba(216, 39, 14, 1);*/
}

.intro {
	padding-top: 5px;
	padding-left: 0px;
	align-content: center;
	text-align: center;
}

.sidebar {
	position: absolute;
	width: 300px;
	padding-left: 35px;
	padding-right: 5px;
	font-size: 0.8em;
	padding-top: 10px;
}

.sidebar ul {
	color: #AD0000;
}

.sidebar h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	background: #E4FFCC;
	background: linear-gradient(133deg,rgba(228, 255, 204, 1) 0%, rgba(255, 77, 41, 1) 100%);
}

.main {
	position: absolute;
	padding-right: 20px;
	padding-left: 10px;
	overflow-wrap: break-word;
	text-align: justify;
}

footer {
	float: bottom;
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 0, 0, 0.5) 100%);
	font-size: 0.75em;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	bottom: 0;
	border-radius: 5px;
}

video {
	border-radius: 5px;
}

.info {
	padding-left: 10px;
}

/* slideshow */

.slideshow {
	position: relative;
	margin: auto;
	padding-bottom: 10px;
	width: 1050px;
	height: 700px;
}

.slide {
    display: none;
	justify-content: center;
}

.slideshow-bullets {
	text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #3DC204;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(255, 138, 66, 0.8);
}

.numbertext {
	color: #00DE12;
	font-size: 25px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

/* other */

#homepage {
	height: 3500px;
}

#IDCommentsPostTitle {
	position: absolute;
}

#main-article, #list-of-villages-info,
#art-info, #genocide-info, #brestkaya-krepost-info {
	left: 380px;
}

#art {
	height: 12500px;
}

#ola{
	height: 1780px;
}

#ala-info, #antonovka-krychaw-info, #hatyn-info{
	padding-left: 20px;
}

#antonovka-krychaw {
	height: 1800px;
}

#list-of-villages {
	height: 5000px;
}

#gomel {
	height: 1500px;
}

#borki {
	height: 2100px;
}

#genocide {
	height: 4000px;
}

#hatyn {
	height: 1700px;
}

#brestkaya-krepost {
	height: 4000px;
}

#monuments {
	height: 4000px;
}

#museums {
	height: 6200px;
}

#theatre {
	height: 2000px;
} 

#films {
	height: 3200px;
}

#mogilev {
	height: 2200px;
}

#brest {
	height: 1500px;
}

#vitebsk {
	height: 1500px;
}

#grodno {
	height: 1500px;
}

#minsk {
	height: 1300px;
}

.icon {
	display: inline;
	padding-top: 10px;
	padding-left: 10px;
}

.icon a:hover {
	background: none;
}

.throwback {
	padding-left: 20px;
	text-align: left;
	text-decoration: underline;
}

.parade-minsk, .parade-moskva {
	padding-bottom: 10px;
}