html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  position: relative;
}

h2 {
	padding-top: 30px;
}

img {
  margin: 10px 15px 10px 15px;
}

.starter-template {
  padding: 30px 0px;
  text-align: left;
}

.container {
  max-width: 1050px;
  background: #ff;
}

.row {
	margin: 0px 0px 0px 0px;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f0f0f0;
}

.text-muted {
  margin: 20px 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}

.navbar {
  background-color: #fa5f00;
  border: #fa5f00;
}

.navbar-header .navbar-brand {
  color: #000;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.logo {
  margin: 0px 0px 0px 0px;
}

.btn-vid {
  background-color: #05a0ff;
  border-color: #05a0ff;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  margin: 0px 0px 0px 0px;
}

.caption {
  font-size: 70%;
}

.abstract {
  padding-left: 20px;
  padding-right: 20px;
}
