/*!
 * 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;
  }
}
.all{
	width:100%;
border:1px solid #000;	
	
}
.carousel-item {
	//margin-top:20.5%;
  padding-bottom: 37.5%;
  //padding-top: 20.5%;
  background-size: 100% 100%;
}
@media screen and (max-width: 480px) {
  .carousel-item {
   //margin-top:20.5%; 
  }
}
@media screen and (max-width: 400px) {
  .carousel-item {
   margin-top:20.5%; 
  }
}

.portfolio-item {
  margin-bottom: 30px;
}
.carousel-caption h1{
	bottom: 0px;
	top: 20px;
	text-shadow: 3px 3px 5px rgba(63, 63, 63, 0.66);
	font-size: 700%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  //line-height: 200px;
  text-align: center;
  padding-top: 3em;
}
.card-body {
	text-align: justify;
}
/* .badge{
background-color: red;
position: absolute;
top: -12px;
right: -13px;
border-radius: 100%;
width: -moz-available;
margin-left: 15px;	
} */
.title-head{
	margin: 2px 2px 0px 2px;
	color: #48860B;
	/*font-family:Arial;
	font-size:16px;*/
	font-weight: bold;
	text-align: center;
	padding:7px;
	border: 0px solid #ADADAD;
	background: #AAF361 url('../images/bg-white.png') repeat-x;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.title-head a{
	font-size:16px;
	display:block;
	color:#ffffff;
}
.title-head:hover{
color:#ffffff;
background: #555 url('../images/bg-white.png') repeat-x;
}