/*!
 * 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)
 */

/* move panel heading further down from header bar */
body {
  padding-top: 86px;
}

/* change card-title colour from blue to brown */
.card-title a {
	color: #d1511a;
}

/* change font size h6 for dims use */
h6, .h6 {
  font-size: 0.75rem;
	font-weight: 400;
}

.carousel-item {
  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;
}

/* scrollbar test in drop down */
.myDropDown
{
   height: 50px;
   overflow: auto;
}

.dropdown-menu {
  max-height: 30em;
  overflow-y: scroll;
}

/* space between social media icons */
display: block;
margin-right: 15px;

