body {
	padding-top: 54px;
}

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

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media all and (orientation:landscape) {
	.carousel-item {
		height: 65vh;
		min-height: 50px;
	}
	/* h1,h2,h3,h4,h5 {color:blue}; */
}

@media all and  (orientation:portrait) {
	.carousel-item {
		height: 25vh;
		min-height: 50px;
	}
	/* h1,h2,h3,h4,h5 {color:red}; */
}

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

/* shonic */
p {
	text-indent: 2em;
}
