.navbar-light {
  background-color: transparent;
  border-color: transparent; }

.navbar-light .navbar-nav .nav-link {
  color: lightgrey;
  font-size: large; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: grey; }
.navbar-light .navbar-nav .nav-link.active {
  color: grey; }

header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../images/enora_pic.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  opacity: 0.8;
  height: 500px;
  text-align: center; }
  header .intro-text {
    padding-top: 150px;
    padding-bottom: 200px;
    color: lightgrey; }
    header .intro-text .intro-lead-in {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 25px; }
    header .intro-text .intro-heading {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 25px; }

/*This is modifying the btn-primary colors but you could create your own .btn-something class as well*/
.btn-primary {
  color: #fff;
  background-color: #0495c9;
  border-color: #357ebd;
  /*set the color you want here*/
  text-decoration: none; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00b3db;
  border-color: #285e8e;
  /*set the color you want here*/
  text-decoration: none; }

section {
  padding: 0 100px 0 100px; }

.section-heading {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px; }

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .card:hover {
    /* On mouse-over, add a deeper shadow */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.rounded-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
.carousel-item h3 {
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 20px auto 50px auto; }
  .carousel-item h3 span {
    font-style: normal; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-inner {
  height: 250px; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px; }

#students-comments {
  color: white;
  margin-top: 20px;
  padding: 0 0 0 0;
  background-color: lightskyblue; }

#authors {
  height: 350px; }

.tab-pane {
  margin-top: 20px; }

.footer {
  margin-top: 0;
  background-color: #233140;
  opacity: 0.7;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: royalblue;
    text-decoration: none; }

/*# sourceMappingURL=index.css.map */
