/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
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;
}

.bg-dark{
	background-color:#00ADF4!important;
}

.bold {
	font-weight:bold;
	font-size:large;
	
}

.nav-link{border:1px solid transparent;border-top-left-radius:.8rem;border-top-right-radius:.8rem; color:rgba(255,255,255,0.9)!important;
}

.nav-link:hover{border:1px solid transparent;border-top-left-radius:.8rem;border-top-right-radius:.8rem; color:rgba(255,255,255,1)!important;
}

.homepage-list {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		font-size: 10px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#222;
}
.card-body2{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem; padding-right:20px;padding-left:0px}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }