body {
  margin: 0;
  padding-top:30px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
}
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
.navbar {
	min-height: 80px;
}
.navbar-brand > img {
	/*background: url("../img/api-labs.jpg") top center no-repeat;*/
	max-width:100%;
	height:auto;
	width:auto;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.help-block {/* commented color out in bootstrap.css */}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.full {
  background: url(../img/flower-1920.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.front-title {
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (max-width: 768px) {
	.navbar-brand {
	  width:80%;
	  padding: 15px 0 0 0;
	  margin-left: 20px;
	}
	.navbar-toggle {
		margin-top:20px;
		margin-right:10px;
	}
}
@media (max-width: 440px) {
	.navbar-brand {
		margin-left: initial;
	}
}

@media (max-width: 960px) {
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 960px;
		max-width: none;
	}

}

@media (min-width: 768px) {
  .navbar-nav {
	padding: 20px 0px;
  }
}

.dropdown-menu > li > a {
	padding: 5px 20px;
}

h1 {
	padding-left:35px;
	background: url(../img/api.jpg) left no-repeat;
}

form {
	margin-bottom: 25px;
}

textarea.form-control {
    height: 138px;
}

ol {
	list-style-type: lower-alpha;
}

ol li {
	margin-bottom: 10px;
	padding-left: 10px;
}

ol ol {
	list-style-type: lower-roman;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:20px;
  text-align: center;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
footer {
  padding: 30px 0;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}