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

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

footer{
	background-image:url('../img/seedsourceimage.png');
}

nav{
	background-image:url('../img/seedsourceimage.png');
}

.frontpage-image{
	text-align:center;
}

q, blockquote {
  quotes: "“" "”";
  font-style: italic;
  font-size:25px;
  padding:20px; 
}

.frontpage-imagelink{
	max-width:80%;
	padding:20px;
}

hr{
	background-color:#F9CA04;
}

.yellow-edge{
	border:4px solid #F9CA04;
}

.yellow-background{
	background-color:#F9CA04;
}

.yellow-glow{
	box-shadow: 0px 0px 10px 5px #F9CA04;
}

.pdfdownload{
	border:5px solid #F9CA04;
	width:100%;	
	background-color:white;
	border-radius:40px;
	height:40px;
}

.navbar {
    box-shadow: 0 8px 10px 2px #fff;

    /* the rest of your styling */
}