* {box-sizing:border-box}

body {
  background: #001233;
}

/* Navigation start */
.nav-fill {
  width: 100%;
}

.navbar {
  padding: 0px;
}

.nav {
  font-family: merriweather-regular, merriweatherregular;
  font-size: 1.2rem;
}

.nav-item, .nav-link, .dropdown-item, .dropdown-menu {
  background: #023e7d;
  color: #FEFEFE;
}

.nav-item:hover, .nav-link:hover, .dropdown-item:hover, .dropdown-menu:hover {
  background: #3e78b1;
  color: #FEFEFE;
}

.navbar-toggler {
  background: #3e78b1;
  color: #FEFEFE;
}

.active {
  background: #FEFEFE;
  color: #023e7d;
}
/* Navigation end */

/* for basic slider with captioning start */
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
/* for basic slider with captioning end */

.noPad {
  padding-right: 0px;
  padding-left: 0px;
}

/* Font type styling begin */
h1 {
  color: #fca311;
  font-family: eczar, eczarregular;
  font-size: 4em;
  font-weight: 600;
  text-align:center;
}

/* RPO Eclipse Fest Header starts */
h4 {
  color: #fca311;
  font-family: eczar;
  font-size: 2.5em;
  font-weight: 600;
  text-align:center;
}
/* RPO Eclipse Fest Header starts */

h2 {
  color: #83b3da;
  font-family: eczar;
  font-size: 2.0em;
  text-align:center;
}

.p-h1 {
  color: #fca311;
  font-family: eczar;
  font-size: 4em;
  font-weight: 600;
}

.p-h2 {
  color: #83b3da;
  font-family: eczar;
  font-size: 2.5em;
}

h3 {
  color: #FEFEFE;
  font-family: merriweather, merriweatherregular;
  font-size: 1.6em;
}

p {
  color: #E2E7ED;
  font-family: lora, loraregular;
  font-size: 1.25em;
}

/* substitles start*/
.subtitle-font {
  color: #E2E7ED;
  font-style: italic;
  font-size: 0.8em;
}
/* substitles end*/


  /* captions start*/
.slide-caption {
  color:#000000;
  font-style: italic;
  font-size: 0.8em;
}
  /* captions end*/

.student {
  text-align: left;
  font-size: 1.9em;
  color:#fca311
}

.role {
  font-size: 1.1em;
}

.credit-font {
  color: #E2E7ED;
  font-style: italic;
  font-size: 0.8em;
}

a {
  text-decoration: none;;
}

a>h2:hover {
  color: #E2E7ED;
}
/* Font type styling end */

.student {
  text-align: left;
  font-size: 2.4em;
}

.role {
  font-size: 1.1em;
}

/* Styling for Lightbox */
.transcript-popup {
  color: white;
  background: #023e7d;
  padding: 1em;
  overflow: visible;
  font-size: 1em;
  width: 100%;
}

.transcript-btn {
  background-color: #3e78b1;
  color: #FEFEFE;
  font-family: merriweather, merriweatherregular;
  font-size: 0.75em;
}
/* End styling for lightbox */

.carousel-inner {
  overflow: scroll;
}

  
  /*counter styles*/
  .wrapper {
    color: #83b3da;
    font-family: merriweather;
    font-size: 2em;
  }

  .time {
    color: white;
  }

 /*counter styles end */



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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}
}

/* .bxslider img {
  display:inline;
  vertical-align: middle;
  width: 300px;
} */

.titleFooter{
  text-align: center;
  margin-top: 1%;
}

.top{
  width: 100%;
}

