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;
}
.carousel-inner { 
	overflow: visible;
}

.portfolio-item {
  margin-bottom: 30px;
}

.col-bottom-padding {
	padding-bottom: 25px;
}

.footer-copyright {
	float: right;
	color: #fff;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.youtube-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jumbotron{
	margin-top: 2rem;
}

.navbar-brand {
	font-family: 'Marck Script';
	font-size: 36px;
}

.h1-style {
	font-family: 'Marck Script';
	font-size: 45px;
	margin-top: 2rem;
}