/*!
 * 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: 10px;
}

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

.portfolio-item {
  margin-bottom: 30px;
}
.navbar-brand {
  margin-bottom: 30px;
	align-content: center
}
.footer {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.7rem;
}
.card-img-top {
   width: 300px;
   height: 123px;
   margin: auto;    
   display: block;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
a {
color: #f09c00;
text-decoration: none;
background-color: transparent;
}
