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

#content{
	min-height:700px;
}

.carousel-item {
  /*height: 65vh;*/
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 600px) {
  .carousel-item {
    height: 35vh;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1000px) {
  .carousel-item {
    height: 50vh;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1240px) {
  .carousel-item {
    height: 85vh;
    min-height: 300px;
  }
}


/* Adoption page css */
.adoption {
position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 375px;
    background-color: #eee;
    white-space: nowrap;
    padding: 1em;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 2em;
    text-align: center;
}

.adoption-item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    max-width: none;
	min-width:500px;
    width: auto;
    margin: 0 1em 0 1em;
	text-align: center;
}

.adoption-item img{
    position: relative;
    display: block;
    max-width: none;
    width: auto;
    height: 100%;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar{background-color: #2a403c !important;font-size: 1.5rem;}
#navbarResponsive{text-transform:uppercase;}
.nav-link{color:#fff !important;}
.nav-item{margin-left:0.5rem;margin-right:0.5rem;}
.nav-item a:hover {background-color: #a7427a !important;}


footer{background-color: #2a403c !important;font-size: 1.5rem !important;}