/*!
 * 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 {
 
  font-family: 'Playfair Display', serif;
}
.top-bar{
	background:#a0485f;
	padding:5px 0px;
}
.top-bar p{
	margin:0px;
	color:#fff;
	font-weight:bold;
}
.navbar{
	background:#fff;
}
.nav-link{
	color:#000 !important;
	text-transform:uppercase;
	margin-right:10px;
	font-size:18px;
	font-weight:500;
}

.navbar-brand{
	width:300px;
}

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

.bg-dark{
	background:#a0485f !important;
}

footer{
	color:#fff !important;
	font-size:18px;
}
.navbar-dark .navbar-toggler{
	color:#000;
	
}

.strong{
	font-weight:900;
}
	
footer i{
	font-size:28px;
	margin:5px;
}

footer a{
	color:#fff;
}
footer a:hover{
	color:#ccc;
}

blockquote{
	font-style:italic;
	background:#ccc;
	padding:10px;
}