@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 200 16px "Helvetica Neue", sans-serif;
	background: #e6d09a url("../images/bg_nanivara_kiosk.jpg") no-repeat left top;
}

h1,h2,h3,h4,h5,h6,a,p,ul,li {
	margin: 0; padding: 0;
}

h1 {
	margin: 12px 0 4px;
	font-size: 24px;
}

h4 {
	margin-top: 10px; 
}

a img {
	border: none;
}

.clear {
	clear: both;
}

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

p {
	font: normal 16px "Helvetica Neue", sans-serif;
	line-height: 24px;
}

button {
	padding: 5px 14px;
	border-radius: 25px;
	margin-top: 10px;
	background-color: #00A99D;
	color: white;
	font-weight: bold;
	border: none;
}

button a {
	color: white;
}

button:hover {
	background: #A9E9E6;
}

#outer {
	min-height: 800px;
	margin: 1vh auto;
	margin-bottom: 200px;
}

#inner {
	width: 1040px;
	clear: both;
	margin: 0 auto;
}

#mainmenu {
	margin-top: 35px;
	padding-top: 12px;
	height: 40px;
	float: right;
}

#mainmenu li {
	display: inline;
	margin: 0 12px;
}

#mainmenu li a {
	padding: 6px 12px;
	color: black;
	font: normal  16px "Helvetica Neue", sans-serif;
}

#mainmenu li a:hover {
	background: #fff;
}

#chapters ul, #chapters li {
	margin: 0 3px;
	padding: 5px 0;
	list-style: none;
}

a:hover {
	cursor: pointer;
}

table td {
	vertical-align: top;
}

#chapters {
	width: 300px;
	vertical-align: text-top;
}

#chapters.long li a {
	font-size: 13px;
	padding: 10px 10px;
	display: block;
}


#chapters li {
	border-bottom: 1px dotted #444;
}

#chapters li a {
	font-size: 15px;
	padding: 15px;
	width: 300px;
	height: 15px;
	display: block;
	color: #444;
}

#chapters li a:hover {
	background: #444;
	color: #ddd;
}

#content {
	height: 600px;
	display: block;
	overflow: none;
}

#content p {
	margin: 12px 0;
}

#info {
	/* background: url(../images/bg_50.png) repeat left top; */
	padding: 12px;
}

#info a {
	color: #4db7d5;
}

#logo {
	float: left;
	width: 260px;
}


ul#elders-list li {
	float:left;
}

.elders_container {
	margin-bottom: 200px;
}


* {
  box-sizing: border-box;
}

.elders_row {
	display: flex;
	flex-wrap: wrap;
}

.elders_row img {
	width: 100%;
}


.elders_col {
	flex: 25%;
	padding: 10px;
	text-align: center;	
}

body#interviews .elders_col.preview img {
	filter:         none !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter:    grayscale(0%) !important;
    -ms-filter:     grayscale(0%) !important;
    -o-filter:      grayscale(0%) !important;
}

.video_container {
	display: flex;
}

.video_col.video {
	flex: 60%;
}

.video_col.video p {
	margin: 12px 0;
}

.video_col.chapters {
	flex: 40%;
	padding-left: 12px;
}

.video_col.chapters ul li {
	list-style: none;
	border-bottom: 1px dotted grey; 
}

.video_col.chapters ul li a {
	padding: 10px 5px;
	display: block;
	width: 100%;
	color: black;
	font-weight: bolder;	
}

.video_col.chapters ul li a:hover {
	color: white;
	background: grey;
}

body#interviews img.no-hover  {
	filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
}

/*

body#interviews img {
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
}

body#interviews img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
}




*/



p.elder-quote {
	font: 21px "helvetica neue", sans-serif;
	width: 80%;
	padding: 6px 0;
	color: #132050;
	margin: 1vh 0;
}
