@import url("new-title.css");

*,
*::before,
*::after {
  box-sizing: border-box;o
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2rem;
  margin-top: 0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  background-color: #0f5c40;
  padding: 0.1em 0.1em;
  border-radius: 50px;
}

.btn:hover,
.btn:focus {
  opacity: 0.75;
}

.container {
  width: 80%;
  max-width: 2000px;
  margin: 0 auto;
  /* added for nav-toggle positioning */
  position: relative;
}

header {
  background: #fff;
  color: #000;
  padding: 2em 0;
  text-align: center;
}

.yantra {
  margin-top: 0em;
}

.nav {
  width: 100%;
  font-size: 1rem;
}

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

.nav__list--primary {
  margin-bottom: 0;
}

.nav__item {
  margin-top: 0.75em;
}

.nav__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #0188fe;
}

.nav__link:hover,
.nav__link:focus {
  color: #fb9632;
  opacity: 0.65;
}

.nav__link--button {
  background-color: #00843D;
  color: #fff;
  border-radius: 100px;
  padding: 0.25em 0.75em;
}

.nav__link--button a:hover,
.nav__link--button a:focus {
  color: #fb9632;
}

.nav-toggle {
  cursor: pointer;
  border: 0;
  width: 3em;
  height: 3em;
  padding: 0em;
  border-radius: 50%;
  background: #00843D;
  color: white;
  transition: opacity 250ms ease;
  position: absolute;
  left: 0;
}

.nav-toggle:focus,
.nav-toggle:hover a {
  opacity: 0.75;
  color: #fb9632;
}

.hamburger {
  width: 50%;
  position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  margin: 0 auto;
  height: 3px;
  background: white;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 100%;
}

.hamburger::before {
  transform: translateY(-6px);
}

.hamburger::after {
  transform: translateY(3px);
}

.nav {
  visibility: hidden;
  height: 0;
  position: absolute;
}

.nav--visible {
  visibility: visible;
  height: auto;
  position: relative;
}

.logo {
  height: 100px;
}

.logo-text {
  color:#0188fe;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

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

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.section-title {
  color: #012d19;
  text-align: center;
  margin: 0;
  margin-top: 0.5em;
}

.section-title p {
  color: #333;
  text-align: left;
}

.ticker {
  text-align: center;
  padding: 0 1em;
  color: navy;
}

.ticker ticker-span {
}

/*.main {
  margin-top: 4em;
}*/

/*.sidebar {
  padding: 1em;
  text-align: center;
  color: #fff;
  background-color: #136c72;
}*/

.even-columns > * {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.flex-item {
  width: 100%;
  padding: 0.1rem;
}

.article {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.courtesy {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.label {
  text-align: center;
  text-decoration: none;
}

.meeting {
  text-align: left;
}
.content {
  text-align: left;
  margin-bottom: 1em;
}

a {
  text-align: center;
  text-decoration: none;
  color: #333;
}

.footer-container {
  background-color: #47a1df;/*cfded8;*/
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
}

.footer-img {
  text-align: center;
}

.contact {
  text-align: center;
  padding: 1em;
}

.contact a {
  text-decoration: none;
  color: #fff;
}

.copyright {
  background-color: #00843D;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 100%;
  padding: 1em;
}

.redbaud {
  background-color: #00843D;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 0.25rem;
}

.redbaud a {
  color: #fff;
  text-decoration: none;
}

.redbaud a:hover {
  color: #ff0202;
  text-decoration: none;
}

@media (min-width: 1025px) {
  #main-header {
    margin: 0;
    padding-top: 0;
    background-color: /*e85449*/#fff;
  }

  .logo  {
    margin-top: 1em;
    padding-top: .3em;
  }
  
  .logo-text {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: .75em;
    padding-top: 0;
    margin-top: 0;
    color: #0188fe;
  }

  h4, h3 {
    padding: 0;
  }

  .yantra {
    margin-top: 2.5em;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    visibility: visible;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
  }

  .nav__list {
    display: flex;
    margin: 0;
  }

  .nav__list--primary {
    margin: 0 auto;
  }

  .nav__item {
    margin: 0 0 0 1.5em;
  }

  .row {
    display: flex;
    justify-content: space-between;
  }

  .hero__img {
    width: 32%;
    align-self: flex-start;
    margin: 0;
    padding: 0;
  }

  .primary-content {
    width: 82%;
  }

  .footer-container {
    margin-top: 0;
    padding-top: 0;
  }

  .contact {
    padding-top: 0.1em;
    margin-top: 0;
  }

  .contact-content {
    padding-top: 0;
    margin-top: 0;
  }

  .contact-content i {
    padding-top: 0;
    margin-top: 0;
  }

  .even-columns {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 0.5em;
  }

  .section-title img {
    padding-top: 1em;
  }
}

