@charset "UTF-8";
/* CSS Document */

body {
  background-color: white;
  min-height: 2000px;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  height: 100%;
  padding: 0px;
  width: auto;
}

.jumbotron {
  background-color: transparent !important;
}

.carousel .item {
  height: 300px;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.item img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 300px;
}



.navbar-new{

  background-color: #E009F0;

}

.new-nav-link{
    color:white;
}
