/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family:'Poppins', sans-serif;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #DC3545;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.carousel-item {
  height: 93vh;
  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;
}

.nav-item{
	padding:10px;	
}

.nav-item a{
	color:#FFF !important;
	padding:15px !important;	
}

.dropdown-menu a{
	color:#222 !important;	
}

.dropdown-menu a:hover{
	color:#999 !important;	
}

.dropdown-item{
	border-bottom:1px solid #e5e5e5;	
}

.card-title a{
	color:#C19D4E;
}