@charset "ISO-8859-1";

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

html { font-size:100%; }

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

li a {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
}

ul {
  padding-inline-start: 10px;
}

.quote {
  white-space: nowrap;
  color: green;
  transform:translateX(100%);
  animation: marquee 20s linear infinite;  
}

.container {
	position: relative;
}

.banner {
	/*opacity: 90%;*/
	z-index: -1;
}

.marquee {
  white-space: nowrap;
  color: red;
  transform:translateX(100%);
  animation: marquee 20s linear infinite;  
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.topnav {
  overflow: hidden;
  background-color: #FF4500;
  border-radius: 15px 15px 15px 15px;
  margin: 2px;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  margin: 5px;
  border-radius: 15px 15px 15px 15px;
}

.topnav a i {
	font-size: 15px;
}

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

.topnav a.active {
  background-color: SeaGreen !important;
  color: white;
}

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

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

.topnav a:not(:nth-child(-n+11)) {display: none;}
.topnav a:not(:nth-child(n+11)) {border-right: solid 1px white;margin: 3px; padding: 4px;}
.topnav .dropdown {display: none;}

.topnav a.icon {
  float: right;
  display: block;
  padding: 2px;
  margin: 2px;
}

.topnav.responsive {
  position: relative;
  background-color: #FF4500;
}

.topnav.responsive a.icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
  border-bottom: solid 1px white;
  margin: 1px;
  padding: 2px;
}

.topnav .hidden {
	display: none;
}
.topnav.responsive .hidden {
	display: inline;
}
.topnav .fa {
	display: inline;
}
.topnav.responsive .fa {
	display: none;
}
.topnav.responsive .fa-bars {
	display: inline;
}
.topnav.responsive .dropdown {display: block;}
.dropbtn {
  display: block;
  color: white;
  text-align: left;
  text-decoration: none;
  margin: 0px 1px;
  padding: 4px 4px;
  border: none;
  cursor: pointer;
  background-color: #FF4500;
  font-size: 110%;
  border-radius: 15px 15px 15px 15px;
}
.dropbtn:lang(te) {
	font-size: 100%;
}
.dropdown {
  position: relative;
  display: block;
  border-bottom: solid 1px white;
}
.dropdown-content {
  display: none;
  position: relative;
  z-index: 1;
  border-radius: 15px 15px 15px 15px;
  background-color: #FF4500;
}
.dropbtn:hover {
	background-color: cornflowerblue;
}
.dropdown-content a:hover {
	background-color: cornflowerblue;
}
.dropdown:hover .dropdown-content {
  display: inline-block;
}
.dropdown:hover .dropdown-content a {
	display: inline-block;
	border: none;
	border-right: solid 1px white;
}
.dropdown:hover .dropdown-content a:last-child {
	display: inline-block;
	border: none;
}

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

ol li {
	padding-top: 5px;
}

body {
	background-color: PapayaWhip;
	font-family: 'Merriweather', serif;
	/*background-image: url("PHOTOS/logo_small.png");	
	background-repeat: no-repeat;
	background-size: 25px 25px;*/
}
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 seagreen;
	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 {
    text-align: justify;
    width: 100%;
    padding: 2px;
    margin: 10px 0px;
    display: block;
    flex-basis: auto;
    overflow: auto;
  	border-radius: 15px 15px 15px 15px;
    border: 1px solid darkgoldenrod;
    /* 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;
}

.main-content, .right-content {
	padding-top: 5px;
	align-self: center;	
}

.slide-show {
	padding: 5px;
	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: 200px;
	border: none;
}

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

.tab {
	position:relative;
	left:20px; 
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}

footer a {
  display: block;
  padding: 4px 4px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #FF4500;
  color: White;
  margin: 0px 1px;
  font-weight: normal;
  font-size: smaller;
}

.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: 2px;
}

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

.nested {
  display: none;
  padding-inline-start: 10px;
}

.activeitem {
  display: block;
}

#lang {
	position: absolute;
	top: 0px;
	right: 0px;
  	border-radius: 15px 15px 15px 15px;
	background-color: MediumBlue;
	padding: 1px;
	z-index: 100;
	opacity: 50%;
}

#lang a {
	color: white;
	font-size: small;
	text-decoration: none;
}
#mute {
	position: absolute;
	top: 0px;
	left: 0px;
  	border-radius: 15px 15px 15px 15px;
	background-color: MediumBlue;
	padding-left: 1px;
	padding-right: 1px;
	z-index: 100;
	opacity: 50%;
}

#mute a {
	color: white;
	font-size: large;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}

.main-content:last-of-type {
	width: 100%;
}
#footerhtml {
	width: 100%;
	margin-bottom: 25;
}

#myTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  left: 10px; /* 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: #FF4500; /* 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 {
	font-weight: bold;
	font-size: larger;
	color: blue;
}

.app {
	display: block;
    left: 0px;
    align-self: center;
}
.app:lang(te), .quote:lang(te), marquee:lang(te) {
	font-size: small;
}

.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;
}