html {
	scroll-padding-top: 36px;
	scroll-behavior: smooth;
}

body {
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 15vh;
}


	/*    structure    */


.jp-play, .jp-pause{
	position: relative;
}
.play, .pause {
	visibility: hidden;
}
.play-obj{
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
	pointer-events: none;
	position: absolute;
}
.pause-obj{
	width: 20px;
	height: 20px;
	top: 0;
	left: -1px;
	pointer-events: none;
	position: absolute;
}

.jp-player {
	display: inline-block; line-height: 0px;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: black;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 10px;
;
	box-shadow: 0 0 0 3px white;
}
.map-stream {
	position: absolute;
}
#map_img {
	position: relative;
}
#main-col {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 750px;
	overflow-wrap: break-word;
}

#sidebar-left-plain {
	position: fixed;
	left: 8%;
	font-size: 24px;
	line-height: 42px;

	background-color: ;

	top: 223px;
}


#sidebar-left {
	position: fixed;
	left: 8%;
	font-size: 28px;
	line-height: 34px;

	background-color: ;

	top: 33%;
}

	#sidebar-left a {border-bottom: 1px solid black;}
	#sidebar-left a:hover {border-bottom: none;}

	

#sidebar-right {
	position: fixed;
	right: 8%;
	top: 33%;

	background-color: ;
}

#sidebar-right-line-spaced {
	position: fixed;
	right: 8%;
	top: 223px;
	line-height: 1.7;
	background-color: ;
}


a.sideBar {color:;}

a.anchor {
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

a.plain {
  text-decoration: none;
}


.ukr-section {
	margin-top: 72px;
	margin-bottom: 72px;
}

.flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	column-gap:18px;
}

.flex_container_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	gap:0px;
}

.flex_item_1 {flex:1;}
.flex_item_2 {flex:2;}
.flex_item_3 {flex:3;}
.flex_item_4 {flex:4;}

.flex_item_5 {flex:9;}

.flex_item_1_break {flex:1;}
.flex_item_2_break {flex:2;}
.flex_item_3_break {flex:3;}
.flex_item_4_break {flex:4;}




	/*    map    */


	/*    irc chat    */


#irc {
	margin-top: 0px;
	margin-bottom: 0px;
}


	/*    links    */


p.ukraine_text {font-family: Helvetica;}
p.big_text {
	font-size: 23.4px;
	line-height: 34px;
}

p.half_width {display:inline-block; width:49%;}
p.half_width_2 {display:inline-block; width:49%;}

p.schedule_caption {padding-right:64px;}

p.about_text_eng {font-size: 16px; line-height: 22px; width: 80%;}
p.about_text_ukr {font-family: Helvetica; font-size: 16px; line-height: 22px; width: 80%;}

p.small_text_3 {font-size: 18px;}

#ltr_date {font-size:29px; letter-spacing:1.5px;}

sup { vertical-align: top; font-size: 0.75em; }


span.ukraine_text {font-family: Helvetica;}

h1.ukraine_text {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
}

#acousticommons {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 80%;
}

.archive-img {
	border: none;
	display: inline-block;
	width: 45%;
	margin-right: 15%;
	margin-bottom: 36px;
}

.archive-img:hover span {border-bottom: 1px solid black}
.archive-img img {
	display: block;
	width: 70%;
	margin-bottom: 10px;
}
.spaced-link {
	display: block;
	margin-bottom: 36px;
}
#view-projects-container {
	width: 100%;
	text-align: center;
	opacity: 1;
}
.play, .pause {
	margin-top: 0px !important;
	padding-top: 0px;
	height: 20px;
	width: 20px;
	vertical-align: -5px !important;
	background-color: ;
}

.live-stream-caption {
	background-color: ; 
	display: inline-block; 
	margin-left: 12px;
}

#title {
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-top: 10vh;
	margin-bottom: 10vh;
	position: relative;
}


hr.ukraine {
	border-top: 2px solid black !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

hr.ukraine_thick {
	border-top: 4px solid black !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#ac {
	position: absolute;
	left: 18px;
	top: 18px; 
	display: none;
}


@media (max-width: 1200px) {
	#sidebar-left, #sidebar-right, #sidebar-left-plain, #sidebar-right-line-spaced {display: none;}
   
	#acousticommons {display: none;}
	#ac {display: inline !important;}

	#main-col {width: 100%;}

	body {margin-left:5%; margin-right: 5%;}


	p.about_text_eng {width: 100%;}
	p.about_text_ukr {width: 100%;}

	p.big_text {font-size: 20px; line-height: 28px;}

	.flex_item_1 {flex:1}
	.flex_item_2 {flex:1}
	.flex_item_3 {flex:1}
	.flex_item_4 {flex:1}

	.flex_item_5 {flex:1}

	.flex_item_1_break {flex:100%;}
	.flex_item_2_break {flex:100%;}
	.flex_item_3_break {flex:100%;}
	.flex_item_4_break {flex:100%;}

	p.schedule_caption {padding-right:0px;}


   
}

@media (max-width: 575px) {

	h1.ukraine_text {font-size: 26px; line-height: 34px;}
	#ltr_date {font-size:22px; letter-spacing:1.5px;}

}
