/*!
 * 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)
 */

html, body{
	height: 100%;
}

body {
  padding-top: 54px;
}

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

.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;
}

.btn{
	cursor: pointer;
}

.row-fullheight{
	height: 600px!important;
	height: -moz-calc(100% - 168px)!important;/* Nav: 48px + Footer: 120px*/
    height: -webkit-calc(100% - 168px)!important;/* Nav: 48px + Footer: 120px*/
    height: calc(100% - 168px)!important;	/* Nav: 48px + Footer: 120px*/
}

.row-100{
	height: 100%;
}

body.locked{
	background-color: #333;
}

.round_pic{
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}