@charset "ISO-8859-1";

img { 
	max-width: 100%;
	padding: 5px; 
	border-radius: 15px;
}

html { font-size:80%; }

html:lang(te) { font-size:95%; }

li a {
  text-decoration: none;
  padding: 5px;
}

li {
	padding: 5px;
}

#quote {
  color: green;
  word-break: break-word;
  text-align: center;
  display: block;
}

.container {
	position: relative;
}

.banner {
	/*height: 125px;
	opacity: 70%;*/
	z-index: -1;
}

.marquee {
  color: red;
  transform:translateX(100%);
  animation: marquee 30s linear infinite;  
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.topnav {
  /*position: absolute;
  left: 10px;
  bottom: 10px;*/
  white-space: nowrap;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px 15px 15px 15px;
  background-color: #DA3200;
}

.topnav a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 0px 1px;
  padding: 2px 2px;
  border-radius: 15px 15px 15px 15px;
  border-right: solid 1px white;
}
.topnav a:lang(te) {
  font-size: 100%;
}
.topnav a:nth-last-child(2) {
	border-right: none;
}
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 0px 1px;
  padding: 2px 2px;
  border: none;
  border-right: solid 1px white;
  cursor: pointer;
  background-color: #DA3200;
  font-size: 100%;
  border-radius: 15px 15px 15px 15px;
}
.dropbtn {
	font-size: 90%;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #DA3200;
  border-radius: 15px 15px 15px 15px;
}
.dropbtn:hover {
	background-color: cornflowerblue;
}
.dropdown-content a:hover {
	background-color: cornflowerblue;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content a {
	display: block;
	border: none;
	border-bottom: solid 1px white;
}
.dropdown:hover .dropdown-content a:last-child {
	display: block;
	border: none;
}

.topnav a:hover {
  background-color: cornflowerblue;
}

.topnav a.active {
  background-color: #20633E !important;
  color: white;
}

.topnav .icon {
  display: none;
}

/*.topnav .fa {
	display: none;
}*/

#live {
  background-color: DarkOliveGreen;
  animation: blinker 1s linear infinite;
  color: white;
}

.imp {
  /*animation: blinker 1s linear infinite;*/
  font-weight: bold;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body {
	background-color: PapayaWhip;
	max-width: 90vw;
	font-family: 'Merriweather', serif;
	/*background-image: url("PHOTOS/logo_small.png");	
	background-repeat: no-repeat;
	background-size: 50px 50px;*/
}
body:lang(te){
	font-family: 'NTR';
}

h1 {
	color: green;
	align-self: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: xx-large;
}

h2 {
	color: green;
	text-shadow: 2px 2px 5px #20633E;
	align-self: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: x-large;
}
h3 {
	color: green;
	align-self: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: large;
}

h4 {
	color: green;
	align-self: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
h4:lang(te) {
	font-size: small;
}


.img-with-text {
    padding: 10px 30px;
    text-align: justify;
    display: block;
    width: 100%;
    height: auto;
    flex-basis: auto;
    overflow: auto;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid darkgoldenrod;
    margin: 0px 5px;
    /* Firefox */
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);    
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

.link {
	cursor: pointer;
}

.main-content {
   display: flex;
   height: fit-content;
   padding-top: 15px;
   justify-content: space-evenly;
 }
 
 .main-content > img-with-text {
 	flex: 1 1;
 }
 
 .slide-show {
	padding-top: 5%;
	color: blue;
    display: block;
	/* Firefox */
  	-moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  	/* Safari+Chrome */
  	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  	/* Opera */
  	box-shadow: 5px 5px 7px rgba(33,33,33,.7);    
}

.video {
	width: 100%;
	height: 500px;
	border: none;
}

.smallVideo {
	width: 100%;
	height: 300px;
	border: none;
}

.map {
	width: 200px;
	height: 200px;
	border: none;
}

.tab {
	position:absolute;
	left:50px; 
}

footer {
  display: flex;
  bottom: 0;
  align-self: center;
  align-items: center;
  justify-content: center;
  color: white;
  height: 25;
}

footer a {
  display: block;
  padding: 4px 4px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #DA3200;
  color: White;
  margin: 0px 2px;
  font-weight: normal;
}
footer a:hover {
  background-color: cornflowerblue;
}

.tree {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 5px;
  padding: 5px;
}

.top {
  color: ForestGreen;
  font-weight: bold;
}

.item {
  color: MediumBlue;
}

.middle {
  color: Teal;
}

.box {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.box::before {
  content: "\27A4";
  color: red;
  display: inline-block;
  margin-right: 6px;
}

.check-box::before {
  content: "\27A4";
  transform: rotate(90deg);
  color: red;
}

.nested {
  display: none;
}

.activeitem {
  display: block;
}

#lang {
	top: 10px;
	right: 10px;
	position: absolute;
	border-radius: 15px 15px 15px 15px;
	background-color: MediumBlue;
	padding: 3px;
	z-index: 100;
}

#lang:hover {
	background-color: cornflowerblue;
}

#lang a {
	color: white;
	font-size: medium;
	text-decoration: none;
}
#mute {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: MediumBlue;
	padding: 3px;
	z-index: 100;
}

#mute:hover {
	background-color: cornflowerblue;
}

#mute a {
	color: white;
	font-size: large;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.main-content:last-of-type {
	width: 100%;
}
#footerhtml {
	width: 100%;
}

#myTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #DA3200; /* Set a background color */
  opacity: 50%;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 15px 15px 15px 15px;
  font-size: 18px; /* Increase font size */
  font-weight: bold;
}

#myTopBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.expand {
	cursor: pointer;
	font-weight: bold;
	font-size: larger;
	color: blue;
}

.app {
	display: block;
    left: 0px;
    align-self: center;
}

.a2a_dd {
	position: absolute;
	right: 0px;
}

details > summary {
  padding: 4px;
  border: none;
  cursor: pointer;
  list-style: none;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  color: green;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > p {
  padding: 4px;
  margin: 0;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  color: green;
}

select {
    background-color: rgb(178,34,34,.9);
    color: white;
    font-weight: bold;
}

.socialFeed{
	width: 80vmin;
	height: 80vmin;
}