@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script&display=swap');

/* Color Schemes */
/* https://coolors.co/067bc2-C4E7FD-ecc30b-f37748-d56062 */
/* https://coolors.co/c32f27-d8572a-db7c26-fdcb11-ffdf00-82a202-529302-00652b-034078-001f54 */
/* https://coolors.co/780116-c32f27-d8572a-db7c26-fdcb11-ffdf00-82a202-529302-2a4b1b-277da1 */

body {
  /* padding-top: 60px; */
  margin: 0;
  background-image: url(img/bg-pattern.png);
  background-size: 250px 250px;
  background-repeat: repeat;
  font-family: 'Merriweather', serif;
  }

/* Text Formatting */
h1, h2, h3, p, a {
  font-family: 'Lato', serif;
}

h3 {
  font-size: 1.5em;
}

span {
  font-weight: 900;
  color: #FF700D;
}

p.text  span {
  color: #FF700D;
}

.lato {
  font-family: 'Lato', serif;
}

footer {
  background-image: url(img/footer.png);
  background-position: right;
  min-height: 180px;
  border: none;
  background-repeat: none;
  background-color: #fff;
}

footer.blockquote-footer {
  background-image: none;
}

nav {
  background-color: #FF700D;
}

div.h2 {
  text-align: center;
  padding: 5px;
  font-size:22px;
}

div.h3 { 
  color:purple;
  font-family: 'Euphoria Script', cursive;
  text-align: center;
  font-size:42px;
}

div.col-9 {
  padding: 0;
}

.tab-pane {
  margin-bottom: 1em;
}

.tab-pane > .text {
  margin-left: .5em;
  margin-right: .25em;
}

ul.tabpanelContent {
  margin-bottom: 0;
}

ul.tabpanelContent > li {
  font-family: 'Lato', serif;
  margin-left: 1em;
}
ul.poplinkslist {
  list-style: none;
  padding-left: 0;
}​

.title {
  font-family: 'Merriweather', serif;
}

.quote {
  font-family: 'Dancing Script', cursive;
}

.quote1 {
  font-family: 'Courgette', cursive;
}

.blackText {
  color: black;
}

i {
  color: black;
  margin-left: 10px;
  margin-right: 1px;
}

i:hover {
  color:#ECC30B;
}

.sunset {
  background-image: url(img/pg-head1.gif);
  background-repeat: no-repeat;
  background-size: cover;
}

.white-text {
  color: #fff!important;
}

.orange-fill {
  background-color: #FF700D;
}

.orange-text {
  color: #FF700D!important;
}

.green-fill {
  background-color: #255A19!important;
  color:white;
}

.green-outline {
  border: solid thin #E3F6DF;
}

.green-text {
  color: #255A19;
}

.yellow-fill {
  background-color: #ECC30B!important;
  color:white;
}

.yellow-outline {
  border: solid thin #fcefb4;
}

a, a:link, a:active, a:visited {
  color: #000;
  text-decoration: none;
}

a.side-menu {
  color: #255A19;
}

.bubble > .row {
  padding: 0;
}

.button > a > p,
.button > p {
  margin: 0;
  padding: 0;
}

#collapsibleNavbar {
  background-color: #FF700D;
}
#collapsibleNavbar > ul > li.nav-item.dropdown.show > div {
  /* background-color: #13294B;  */
  /* background-color: #255A19; */
  /* background-color: #4B9CD3; */
  background-color: #FF700D;
  text-align: center;
  font-family: 'Merriweather', serif;
  border: none;
  opacity: 1.0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1.0);
}

#collapsibleNavbar > ul > li.nav-item.dropdown.show > div :hover {
  color: #FF700D;
}

#home-page-info .nav-item, #specialPuja .nav-item{
  color: #13294B;
}

#home-page-info .nav-item a:link, #v-pills-tab .nav-link, #specialPuja .nav-item a:link{
  color: #FF700D;
}

#v-pills-tab .nav-link {
  font-size: 14px;
}

#home-page-info .nav-item a:hover, #specialPuja .nav-item a:hover {
  color: #ECC30B;
}

#home-page-info .nav-link, #specialPuja .nav-link  {
  background-color: white;
}

#home-page-info .nav-link.active, #specialPuja .nav-link.active{
  background-color: #255A19;
  color:#fff;
}

#v-pills-tab .nav-link.active {
  background-color: #255A19;
  color:#FF700D;
  font-size: 14px;
}

#home-page-info .nav-item.active a , #specialPuja .nav-item.active a{
  color: #fff;
}

.tab-content {
  background-color: #E3F6DF;
  border:solid #fff 2px;
  border-radius: 5px;
}

.my-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 112, 13, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.my-toggler.navbar-toggler {
  background-color: #FF700D;
  border-color: #FFF;
} 

.dropdown-menu {
  max-height: 200px!important;
  overflow-y: auto;
}

a.dropdown-item {
  color: white;
}

a.dropdown-item.programs {
  color: black;
}

.s-12 {
  font-size: 12px;
}

.px-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.w-95 {
  width:95%!important
}

.row {
  padding: 0px 5%;
}

.row.content {
  padding: 0px;
}

.row.music {
  padding:2%;
}

.map {
  margin: 15px;
}

.col-lg-4 img {
  margin: auto;    
  display: block;
}

.col-lg-8 {
  margin-top:5px;
}

.col-lg-8>p {
  font-size: 1.25em;
}

.jumbotron {
  /* background-image: url(../../organization/building/bldng02.jpg); */
  /* background-image: url(img/IMG_4301.JPG); */
  background-image: url(img/heading_.gif);
  background-color: #FF700D;

  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 180px; */
  opacity: 1.0;
  margin-bottom: .2px;
  background-position: center; 
}

.jumbotron .glow {
  text-shadow:1px 1px 10px rgb(0, 0, 0), 1px 1px 10px rgb(0, 0, 0);
}

.jumbotron .glow:hover {
  color:lightcoral;
}

.jumbotron.container {
  opacity: 1.0;
}

.sidebar {
  background-color: #444444;
  padding-top: 1%;
  margin: 0;
  /* height: 100%; */
  overflow: auto;
  color: white;
}

.sidebar a.menu-item{
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
}

.programs>a {
  display: block;
  color: white!important;
  padding: 16px;
  text-decoration: none;
}

.programs>a:hover {
  background-color: #255A19!important;
  color: black;
}

.sidebar a.carousel-control-next {
}

.sidebar a.active {
  background-color: #FF700D;
  color: white;
  font-weight: medium;
}

.sidebar a:hover:not(.active) {
  background-color: #ECC30B;
  color: black;
}


.carousel-inner.nsm-gallery {
  height: 4%;
}

.mob-bigraha {
  height: 200px;
  width: 150px;
  background-image: url(img/ShriShriThakur2.gif);
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  background-size: cover;
}

h1.display-3 {
  color: white;
  font-family: 'Lato', serif;
  font-weight: 900;
  font-size: 2em;
  top:0;
  vertical-align:text-top;
}

#EventsLink {
  color: #ECC30B;
  font-size: .9em;
  background-color: #000;
  display: inline-block;
}

.bubble {
  margin-bottom:.5em;
  padding-top:.5em;
  padding-right:.5em;
  padding-left:.5em;
  /* border-color: #444444;
  border-style: dotted; */
  border-width: .5px;
  border-radius: 25px;
  background-color: white;
  opacity:1;
}

.bubble.content {
  padding:10px;
}

.bubble:hover {
  /* border: solid #067BC2 thin; */
}

.list-bubble {
  background-color:#C4E7FD;
  border-width: .5px;
  border-radius: 25px;
  margin-bottom: 2px;
  text-align: center;
  text-decoration: none;
}

.list-bubble > a, a > li.list-bubble {
  color: #13294B;
  text-decoration: none;
}

a > li.list-bubble:hover {
  background-color:#FF700D;
  color: white;
  border: solid #ECC30B;
  text-decoration: none;
}

.list-bubble > a:link {
  color: #000;
  text-decoration: none;
}

.vision {
  background-color: #00594C;
  color:white;
  padding-right:1.5em;
}

/* .vision:hover {
  background-color: #00B89C;
  border: solid #00594C thin;
  color: #00594C;

} */
.mission {
  background-color: #255A19;
  color: white;
  padding-right:1.5em;
}

.vision span {
  color:#067BC2;
}


footer a:link {
  color:#13294B;
}

footer a:hover {
  color:#ECC30B;
  text-decoration: none;
}

footer > p {
  color:white;
}

#sst {
  /* background-color: #C4E7FD; */
}

#sst-title {
  /* background-color: #164267; */
  background-color: #067BC2;
  color:white;
}

#upcomingEvents {
  /* background-color: #F7CAE6; */
}
#calendar {
  /* background-color: #5F0F40; */
  background-color: #FF700D;

  color:white;
}

#links {
  background-color: #067BC2;
  color:white;
}

.quick {
color:white;
text-shadow:1px 1px 10px rgb(0, 0, 0), 1px 1px 10px rgb(0, 0, 0);

}

.quick a, .quick a:hover {
  color: white;
}
.alt {
  margin-left: 20px;
  margin-right: 20px;
}

.col-lg-12.col-md-12.altcal {
  max-width: 65%;
  align-items: center;
  }


.text {
  padding-top:.5em;
  padding-left:.5em;
  padding-right:.5em;
  padding-bottom: .3em;
}

.bubble.cal {
  max-height: 300px;
}
.googleCalendar {
  position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
  max-height: 250px;

  }
  
.googleCalendar iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
max-height: 225px;
}

.googleCalendar iframe #about {
  position: absolute; top:0; left: 0; width: 100%; height: 100%;
  max-height: 700px;
  }

.youtubeVideo {
  position: relative; padding-bottom: 50%; height: 0; overflow: hidden;
  max-height: 600px;

  }
  
.youtubeVideo iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
max-height: 550px;
}

.program {
  position: relative; padding-bottom: 70%; height: 0; overflow: hidden;
  max-height: 2600px;
}

div.program {
  min-height: 1500px;
}

.program iframe {
  position: absolute; top:0; left: 0; width: 100%; height: 100%;
  max-height: 2550px;
  }

a.navbar-brand.title {
  font-size: 1.1em;
}

div.col-lg-5.col-md-12.col-sm-12 {
  padding:0;
}
div.col-3 {
  padding-left:0;
}

.song {
  margin-top: 20px;
}

.rainbow-text {
  /*display: inline;
  background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
  text-align: center;
  background-size: 800% 800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 8s ease infinite;*/

  /*background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;*/

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8b0000+0,ff0000+5,ff4500+10,ff8c00+15,ffa500+20,ffd700+25,ffff00+30,9acd32+35,228b22+40,008000+45,006400+50,2e8b57+55,3cb371+60,008b8b+65,1e90ff+70,4169e1+75,0000cd+80,6a5acd+85,663399+90,800080+95,4b0082+100 */
  background: #8b0000; /* Old browsers */
  background: -moz-linear-gradient(left,  #8b0000 0%, #ff0000 5%, #ff4500 10%, #ff8c00 15%, #ffa500 20%, #ffd700 25%, #ffff00 30%, #9acd32 35%, #228b22 40%, #008000 45%, #006400 50%, #2e8b57 55%, #3cb371 60%, #008b8b 65%, #1e90ff 70%, #4169e1 75%, #0000cd 80%, #6a5acd 85%, #663399 90%, #800080 95%, #4b0082 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #8b0000 0%,#ff0000 5%,#ff4500 10%,#ff8c00 15%,#ffa500 20%,#ffd700 25%,#ffff00 30%,#9acd32 35%,#228b22 40%,#008000 45%,#006400 50%,#2e8b57 55%,#3cb371 60%,#008b8b 65%,#1e90ff 70%,#4169e1 75%,#0000cd 80%,#6a5acd 85%,#663399 90%,#800080 95%,#4b0082 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #8b0000 0%,#ff0000 5%,#ff4500 10%,#ff8c00 15%,#ffa500 20%,#ffd700 25%,#ffff00 30%,#9acd32 35%,#228b22 40%,#008000 45%,#006400 50%,#2e8b57 55%,#3cb371 60%,#008b8b 65%,#1e90ff 70%,#4169e1 75%,#0000cd 80%,#6a5acd 85%,#663399 90%,#800080 95%,#4b0082 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0000', endColorstr='#4b0082',GradientType=1 ); /* IE6-9 */
  border-radius: 25px;
  color: white;
  text-shadow: 0 0 3px black;
}

.thead-flat {
  background-color: #FF700D;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.3);
}

.thead-border {
  background-color: #FF700D;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 4px solid white;
}

.thead-gradient {
  background: linear-gradient(90deg, #FF700D 0%, #FFA64D 100%);
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid white;
}

.table-container {
  margin-bottom: 50px;
}

@keyframes rainbow {
  0% {
      background-position: 0% 50%
  }

  50% {
      background-position: 100% 25%
  }

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

/* XS devices */
@media (max-width: 576px) {  
  nav {
    background-image: url(img/logohd.gif);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bubble {
    /* background-color:lightblue; */
 }

  a.navbar-brand.title, #EventsLink {
    font-size: .75em;
  }

  h1.display-3 {
    font-size:28px;
  }

  .jumbotron .container p {
    font-size:10px;

  }

  div.h2 {
    padding: .5em;
    font-size: 1.25em;
  }

  p, ul.tabpanelContent > li  {
    font-size: 13px;
  }

  footer  {
    background-image: url(img/footer-right.gif);
    background-repeat: no-repeat;
    /* background-color: #E3F6DF; */
  }
  #sticky-footer > div > div > div.bubble.col-lg-6.col-md-6.col-sm-12.text-left {
    opacity: .8;
  }
  footer > .bubble {
    opacity: .8;
  }

  .button > a > p,
  .button > p {
    margin: 0;
    padding: 0;
  }

  /* .container-fluid {
    padding:0;
  } */

}

/* Small devices */
@media (min-width: 576px) {  

  a.navbar-brand.title {
    font-size: 25px;
  }

  .button > a > p,
  .button > p {
    margin: 0;
    padding: 0;
  }

}
 
/* Medium devices - The navbar toggle appears at this breakpoint */
@media (min-width: 700px) {  

  #EventsLink {
    opacity: 0;
  }

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #collapsibleNavbar > ul > li.nav-item.dropdown.show > div {
    text-align: center;
  }

  #collapsibleNavbar > ul > li.nav-item.dropdown.members.show > div {
    text-align: center;
  }
  #EventsLink {
    opacity: 0;
  }

  .photo {
    height: 400px;
  }

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  /* .jumbotron {
    min-height: 180px;
  } */
}

@media (min-width: 2560px) {  
  .jumbotron {
    min-height: 270px;
  }
}
  