.navbar{
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}


.navbar-brand img{
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
  align-content: center;
  align-self: center;
}

.jumbotron img {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.jumbotron-fluid img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.jumbotron-fluid {
  text-align: left;
}

.jumbotron-fluid h1{
  text-align: center;
}

.text-descript {
  text-align: center;
}

.left {
  text-align: left;
}

.rounded {
  height: 250px;
  width: 250px;
}

#LabName {
  font-size: 40px;
}

#Intro {
  align-self: center;
}

.nav-text{
  font-size: 20px;
}

.table td{
  text-align: center;
}

.table th{
  text-align: center;
}


.container-fluid{
  padding:0;
  margin: 0;
}

.btn-primary{
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  cursor: pointer;
}

.contact {
  margin-top: 20px;
}


.jumbotron h1{
  text-align: center;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    left: 0;
    background-color: grey;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    font-family: "Georgia";
    color: white;
    font-weight: lighter;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    text-shadow: 2px 2px #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav {width: 50px;}
    .sidenav a {font-size: 18px;}
    #slider .carousel-item {height: 300px;}
}


.carousel {
  max-width: 400px;
  margin: 0 auto;
  background-color: black;
}

.carousel-inner{
  padding: 0;
}

h3 {
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}



.carousel-control-prev {
  position: relative;
  bottom: 75%;
}

.carousel-control-next {
  position: relative;
  bottom: 75%;
}

.jumbotron {
  max-width: 600px;
  margin: 0 auto;
}

.embed-responsive-item {
  padding-bottom: 40px;
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    transition: 0.4s;
    margin-top: 6px;
    margin-left: 800;
    margin-right: 0;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
