/*!
 * 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)
 */
:root {
	--primary: 
}
* {
	font-family: Nunito, sans-serif;
}

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

h1 {
	color: #0c9900;
}

h1,
h2,
h3,
h4 {
	font-family: 'Lobster', sans-serif;
}

h4 {
	font-size: 1.35rem;
	color: gray;
}

.navbar-brand {
	font-family: 'Lobster', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(165,255,85,.95);
}

nav a[target="_blank"] {
	color: gold !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: white !important;
}

.carousel-caption {
	text-shadow: 2px 2px 6px black, -1px -1px 10px black;
}

footer.bg-dark {
	background-color: #096d00 !important;
}

.btn-primary {
	background-color: #0c9900;
	border-color: #0c9900;
}

.btn-primary:hover {
	background-color: #096d00;
	border-color: #096d00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #096d00;
	border-color: #096d00;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: #096d00;
	border-color: #096d00;
	box-shadow: 0 0 0 .2rem rgba(16,150,30,.25)
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 2rem !important;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		font-size: 1.85rem;
		line-height: 1.85rem;
		padding-bottom: 0;
		padding-top: 0;
	}
}