* {
  box-sizing: border-box;
}

body {
  font-family: Poppins, "sans-serif";
  padding: 0px;
  margin: 0px;
  /*background-image: linear-gradient(
    360deg,
    rgb(221, 104, 128),
    rgba(255, 166, 0, 0.863)*/
  background-image: linear-gradient(120deg, #017965, rgba(252, 197, 95, 0.863));
  width: 100%;
  overflow-x: hidden;
  /*background-image: linear-gradient(180deg, #eda172, white);*/
}

.header {
  padding: 0;
  margin: 0;
  height: 40px;
  display: block;
  background-image: url(images/thoranam7.png);
  /*background-color: #eda172;
  background-color: orange;*/
  background-color: rgba(252, 197, 95, 0.863);
  background-blend-mode: multiply;
  /*background-size: 200px 40px;*/
  background-size: contain;
}

.header h1 {
  font-size: 50px;
}

.topnav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f9f373;
  background-image: url(images/navbar1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 5px 5px;
  font-weight: normal;
  text-decoration: none;
  border-left-width: 2px;
  border-left-color: orange;
  border-left-style: solid;
  font-size: 20px;
  text-shadow: 2px 2px 5px red;
  height: 40px;
}

.topnav a:hover {
  background-color: orange;
  /*background-color: rgb(241, 168, 183);*/
  color: black;
  text-shadow: 2px 2px 5px red;
}

.links {
  font-size: medium;
  width: 14%;
}

.dropdown {
  float: left;
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  border-left-width: 2px;
  border-left-color: orange;
  border-left-style: solid;
  width: 14%;
}

.dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 5px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: 20px;
  text-shadow: 2px 2px 5px red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #32612d;
  min-width: 160px;
  text-shadow: 2px 2px 5px red;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.donateimg {
  position: relative;
  height: 32px;
  width: 120px;
  padding: 0px 10px;
}

.amazonimg {
  position: relative;
  height: 32px;
  width: 120px;
  padding: 0px 10px;
}

.header-centercolumn {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: black;
  /*background-image: linear-gradient(
    180deg,
    rgb(221, 104, 128),
    rgba(255, 166, 0, 0.863)
  );*/

  background-image: linear-gradient(
    180deg,
    /* rgb(241, 168, 183),*/ rgba(252, 197, 95, 0.863),
    #017965
  );
  height: 150px;
  width: 100%;
  text-align: center;
}

.header-pic {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  /*background-image: url(images/Logo_NoBG.png),*/
  /*background-image: url(images/logo3.png),*/
  background-image: url(images/logo_black.png),
    linear-gradient(180deg, rgba(252, 197, 95, 0.863), #017965);
  background-size: contain;
  height: 150px;
  width: 12%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  font-size: 60px;
}

.header-text {
  margin: 0px;
  height: 150px;
  /*position: absolute;
  left: 12%;*/
  width: 100%;
  /*margin-right: auto;
  height: auto;
  width: auto;
  position: relative;*/
}

.header-orgName {
  display: flex;
  font-weight: lighter;
  font-family: "NTR", sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px 5px red;
  height: 100px;
  text-align: inherit;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.header-nameDesc {
  position: absolute;
  display: flex;
  font-weight: lighter;
  font-size: 15px;
  text-shadow: 2px 2px 5px red;
  text-align: inherit;
  top: 60%;
  height: 20px;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.about-left {
  display: block;
  float: left;
  width: 15%;
  background-image: url(images/sidebanz.png);
  background-size: contain;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #f4ae72;
}

.about-center {
  display: block;
  float: left;
  width: 70%;
  height: 500px;
  text-align: center;
}

.about-right {
  display: block;
  float: right;
  width: 15%;
  background-image: url(images/sidebanz.png);
  background-size: contain;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #f4ae72;
}

.index-left {
  display: block;
  float: left;
  margin-left: 2%;
  margin-right: auto;
  width: 48%;
  /*border-style: groove;
  border-color: black;
  border-width: 2px;*/
  background-size: contain;
  height: 100%;
  /*background-color: rgba(0, 128, 0, 0.3);*/
  /*background-color: #85BB65;*/
  /*background-image: linear-gradient(to top left, #f9e076, green);
  background-color: rgba(12, 226, 241, 0.561);
  background-color: #f16a52;*/
  /*background-image: linear-gradient(to bottom right, #f16a52, orange);
  border-radius: 30px;*/
  /*height: 720px;*/
}

.index-right {
  display: block;
  float: right;
  margin-left: auto;
  margin-right: 2%;
  width: 48%;
  height: 100%;
  /*border-style: ridge;
  border-color: black;
  border-width: 2px;*/
  /*background-image: linear-gradient(to top right, #f9e076, green);*/
  background-size: contain;
  /*border-radius: 25px;
  height: 100%;*/
  /*background-color: #f16a52;*/
  /*background-image: linear-gradient(to bottom right, #f16a52, orange);*/
  /*background-color: rgba(12, 226, 241, 0.561);
  background-color: rgb(145, 196, 5);*/
}

.index-center {
  display: block;
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  width: 100%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  background-size: contain;
  /*background-color: rgba(0, 128, 0, 0.3);*/
  /*background-color: #85BB65;*/
  /*background-image: linear-gradient(to top left, #f9e076, green);
  background-color: rgba(12, 226, 241, 0.561);
  background-color: #f16a52;*/
  background-image: linear-gradient(to bottom right, #f16a52, orange);
  border-radius: 30px;
  height: 780px;
}

.index-eventimg {
  background-size: cover;
  height: 100%;
  width: 100%;
  align-self: center;
  border: 1px black solid;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

h1 {
  text-shadow: 2px 2px 5px red;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: black;
  text-shadow: 2px 2px 5px red;
  font-weight: bold;
  text-align: center;
}

h3 {
  text-align: center;
  font-weight: bold;
}

h4 {
  text-align: center;
  font-weight: bold;
}
.committee {
  padding: 0px;
  color: black;
  text-align: center;
  text-size-adjust: auto;
  font-size: medium;
  font-weight: bold;
  background-color: none;
  height: 310px;
}

.donateText {
  padding: 0px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  text-align: center;
  font-weight: bold;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }
}*/

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
/*@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}*/

.events-centercolumn {
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
  color: black;
  /*box-shadow: inset 0 0 0 10px #ffd800;*/
  text-shadow: 2px 2px 5px red;
  height: 50px;
}

.events-left {
  display: block;
  float: left;
  margin-left: 5%;
  margin-right: auto;
  width: 45%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  background-size: contain;
  /*background-color: rgba(0, 128, 0, 0.3);*/
  background-color: #526b2d;
  border-radius: 25px;
  height: 760px;
}

.events-right {
  display: block;
  float: left;
  margin-left: auto;
  margin-right: 5%;
  width: 45%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  /*background-color: rgba(0, 128, 0, 0.3);*/
  background-color: #526b2d;
  background-size: contain;
  border-radius: 25px;
  height: 760px;
}

.events-eventimg {
  background-size: auto;
  height: 600px;
  width: 90%;
  align-self: center;
}

.gallery-centercolumn {
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
  color: black;
  /*box-shadow: inset 0 0 0 10px #ffd800;*/
  text-shadow: 2px 2px 5px red;
  height: 50px;
}

.gallery-img {
  vertical-align: middle;
  object-fit: contain;
  height: 300px;
  width: 1100px;
}

/* Position the image container (needed to position the left and right arrows) */
.gallery-container {
  position: relative;
}

/* Hide the images by default */
.gallery-mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.gallery-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 10%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery-numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.gallery-caption-container {
  height: 100%;
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.gallery-column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.gallery-demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}

.contact-centercolumn {
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
  color: black;
  /*box-shadow: inset 0 0 0 10px #ffd800;*/
  text-shadow: 2px 2px 5px red;
  height: 50px;
}

/* Right column */
.contact-rightcolumn {
  float: left;
  width: 25%;
  background-color: #ff6a00;
  padding-left: 20px;
}

/* Fake image */

.address {
  padding: 0px;
  color: black;
  text-align: center;
  text-size-adjust: auto;
  font-size: medium;
  font-weight: bold;
  background-color: none;
}

.contact-left {
  display: block;
  float: left;
  width: 20%;
  background-image: url(images/telsam1.jpg);
  background-size: contain;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #f4ae72;
}

.contact-center {
  display: block;
  float: left;
  width: 60%;
  height: 500px;
  text-align: center;
}

.contact-right {
  display: block;
  float: right;
  width: 20%;
  background-image: url(images/telsam1.jpg);
  background-size: contain;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #f4ae72;
}

.idolMaking-img {
  background-size: auto;
  height: 300px;
  width: 30%;
  align-self: center;
  border-color: black;
  border-width: 1px;
  border-style: inset;
}

.chanting-centercolumn {
  height: 50px;
  display: block;
  margin-top: 1%;
  margin-left: 22%;
  margin-right: 22%;
  margin-bottom: 1%;
  width: 56%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  background-size: contain;
  background-color: rgba(0, 128, 0, 0.3);
  height: 650px;
  font-size: 12px;
}

.chanting-eventimg {
  background-size: auto;
  height: 500px;
  width: 90%;
  align-self: center;
}

table {
  border-collapse: collapse;
  border: solid black 1px;
  width: 100%;
}

th{
  border: 0px solid black;
  background-color: #c1793f;
  text-align: left;
  padding: 8px;
  font-size : 18px
}

td{
  border: 0px solid black;
  text-align: left;
  padding: 8px;
  font-size : 15px
}

tr:nth-child(odd){
  font-size:20px;font-weight:bold;color:black;text-shadow: 2px 2px 5px rgb(39, 90, 218);
}

tr:nth-child(even) {
  background-color: #c2de6d;
}

.navami-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-style: groove;
  border-color: darkred;
  border-width: 2px;
}

.stories-centercolumn {
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "Trebuchet MS";
  font-weight: bold;
  color: black;
  /*box-shadow: inset 0 0 0 10px #ffd800;*/
  text-shadow: 2px 2px 5px red;
  height: 50px;
}

/* Position the image container (needed to position the left and right arrows) */
.stories-container {
  position: relative;
}

/* Hide the images by default */
.stories-mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.stories-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.stories-prev,
.stories-next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  padding: 10px;
  margin-top: -30px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.stories-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.stories-prev:hover,
.stories-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.stories-numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.stories-caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.stories-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.stories-column {
  float: left;
  width: 14.28%;
}

/* Add a transparency effect for thumnbail images */
.stories-demo {
  opacity: 0.6;
}

.active,
.stories-demo:hover {
  opacity: 1;
}

.stories-stories {
  padding: 0px;
  color: black;
  text-align: center;
  text-size-adjust: auto;
  font-size: medium;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  background-color: none;
}

.donate-payPal {
  margin-left: 30%;
  display: block;
  float: left;
  width: 30%;
}

.donate-Zelle {
  display: block;
  float: left;
  width: 40%;
}

.cancelText {
  padding: 0px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  background-color: none;
  height: 300px;
}

.completedText {
  padding: 0px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  align-content: left;
  font-size: medium;
  font-weight: bold;
  background-color: none;
  height: 300px;
}

.meditation-centercolumn {
  height: 50px;
  display: block;
  margin-top: 1%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 1%;
  width: 60%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  background-size: contain;
  background-color: rgba(0, 128, 0, 0.3);
  height: 700px;
  font-size: 12px;
}

.meditation-eventimg {
  background-size: auto;
  height: 500px;
  width: 60%;
  align-self: center;
}

/* Animation for index page*/
#shadowBox {
  /*background-color: #333;
  /*background-color: rgb(0, 0, 0);
  /* Fallback color */
  /*background-color: rgba(0, 0, 0, 0.2);
  /* Black w/opacity/see-through 
  border: 3px solid;*/
}

.rainbow {
  text-align: center;
  text-decoration: underline;
  font-size: 32px;
  font-family: monospace;
  letter-spacing: 5px;
}
.rainbow_text_animated {
  background: linear-gradient(
    to right,
    #6666ff,
    #222,
    #0099ff,
    red,
    #00ff00,
    #8b008b,
    #6666ff
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rainbow_animation 6s ease-in-out infinite;
  background-size: 400% 100%;
}

@keyframes rainbow_animation {
  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }
}

.cine-centercolumn {
  height: 50px;
  display: block;
  margin-top: 1%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 1%;
  width: 60%;
  border-style: groove;
  border-color: black;
  border-width: 2px;
  background-size: contain;
  background-color: rgba(0, 128, 0, 0.3);
  height: 700px;
  font-size: 12px;
}

.cine-eventimg {
  background-size: auto;
  height: 500px;
  width: 60%;
  align-self: center;
}

/*          */

.mySlides {
  display: none;
  height: 100%;
}

.myimage {
  /*vertical-align: middle;*/
  width: 95%;
  height: 100%;
  background-size: contain;
  align-self: center;
  border: 1px black solid;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

/* Slideshow container */
.slideshow-container {
  /*position: relative;
  margin: auto;*/
  height: 400px;
  text-align: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.Slides {
  display: none;
  height: 100%;
}

.mydot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.mySlides1 {
  display: none;
  height: 100%;
}

.Slides1 {
  display: none;
  height: 100%;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 450px) {
  /*.text {
    font-size: 11px;
  }*/

  /* Slideshow container */
  .slideshow-container {
    /*position: relative;
  margin: auto;*/
    height: 200px;
    text-align: center;
  }
}
