/*!
 * 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;
  background-color: black;
  color: white;
}

body, .sticky-footer-wrapper {
   min-height:100vh;
}

.card {
	background-color: black;
}

.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-schine-dark {
	background-color: #0a0a0a!important;
}

.navbar-logo {
    display: block;
    background: url(images/schine_logo_white_small.png) center/contain no-repeat;
    width: 190px;
    height: 58px;
}

.text-no-underline {
	text-decoration: none!important;
}

.text-muted {
    color: #98a8b7 !important;
}

.jumbotron {
    background-color: black;
}

.breadcrumb {
    background-color: black;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255 255 255 / 84%);
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: white;
}

.col-lg-6 {
    margin-top: 15px;
}