/* Global Styles */

html, body {
  height:100%;
}

body {
  padding-top: 50px; /* body padding for fixed top nav */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


/* Footer Styles */
footer {
  margin: 50px 0;
  font-size: 12px;
  color: #9b9b9b
}

.col-sep-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.copyright {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 11px;
  color: #8d8d8d;
}

/* ------------------------------------------------------------- */

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.05em;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

#newsletter input[type=submit] {
    margin-left: 5px;
    border-radius: 4px;
    padding: 6px 15px 6px 15px;
    line-height: 20px;
    font-size: inherit;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #FF5722;
    border: 1px solid #FF5722;
    transition: all 0.2s ease;
    -webkit-appearance: none;
}

.description {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #686868;
}



