/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}




ul {
list-style:none;
}

li.first {
border: 1px solid #ccc;
}

li.next {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

span.title {
float: left;
padding: 10px;
}

span.contents {
display: block;
margin-left: 140px;
padding: 10px;
border-left: 1px solid #ccc;
height:100%;
}

#footerwrap {
	/*background: #2b2b2b;*/
	background: #000000;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap p {
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 0px;
}

#footerwrap h3 {
	color:#5197de;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 19px;
}

