/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #ffffff;
}

a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 25vh;
  min-height: 225px;
  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;
}

*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.fluidbox{outline:none}

.fluidbox-overlay {
cursor:pointer;
cursor:zoom-out;
opacity:0;
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
transition:.25s ease-in-out}

.fluidbox-wrap {
background-position:center center;
background-size:cover;
margin:0 auto;
position:relative;
transition:.25s ease-in-out}

.fluidbox-ghost {
background-size:cover;
background-position:center center;
position:absolute;
transition:.25s ease-in-out}

.fluidbox-closed .fluidbox-ghost {
-webkit-transition: top 0, left 0, opacity .25s, -webkit-transform 0;
transition:top 0, left 0, opacity .25s, transform 0}

.fluidbox-closed .fluidbox-wrap img {transition:opacity .25s}
	
.row a[data-fluidbox]{border:3px solid white;box-shadow:0 0 5px hsla(0,0%,0%,.25);cursor:zoom-in}
.row a.fluidbox-opened{cursor:zoom-out}
.row a img {display:block;margin: auto;max-width: 100%;transition:.25s ease-in-out}

