/* ==========================================================================
custom styles
========================================================================== */
body {
  font-family: Lato sans-serif;
}

/* ==========================================================================
navbar
========================================================================== */
body > .container {
  padding: 60px 15px 0;
}

iframe {
  border: 0 none;
}

#banner {
  padding-bottom: 1%;
}

.centered {
  text-align: center;
}

#logo {
  width:230px;
}

/* Center Youtube videos */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Padding (for rows)*/
.padding-b1 {
  padding-bottom: 1%;
}

/* Video padding */
.col-sm-12, .col-sm-6 {
  padding-bottom: 15px;
}

#footer-reg {
  padding: 0;
  list-style-position: inside;
}

ul {
  list-style: square;
}


.carousel{
  background: #33383b;
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}

#carousel{
	margin-bottom: 20px;
}
