@charset "UTF-8";
/* CSS Document */





html {
  font-size: 0.8rem;
}

* {
	
	font-family:Muli; letter-spacing: 0.05rem; 
}

a {
	color: rgba(255,158,28,1.00);
}

a:hover {
	color: rgba(130,188,34,1.00); text-decoration: none;
}

a.card-link {
	width: 100%; height: 100%; line-height: 100%; display: block; padding: 6%;
}


h1, h2, h3, h4, h5 {
	letter-spacing: 0.3rem; text-align: center;
}

h3 {
	font-weight: 200;
	font-size: 1.5rem;
	text-transform: uppercase;
}
h4 {
	font-size: 1.5rem; font-weight: 700;
}

h6 {
	font-size: 1.1rem; font-weight:700; text-align: center
	
}

nav a.disabled, nav a.disabled:hover {
	font-weight:300; cursor:default; color:rgba(197,198,200,1.00)!important;
}

navbar li {
	width: auto; padding: 0; margin: 0 0.25rem;
}
nav a.nav-link {
	 font-size: 1.1rem; 
}
nav a.nav-link:hover {
	
	color: rgba(255,165,53,1.00)!important;}

nav a.nav-link:active {
	color: rgba(130,188,34,0.650) !important;
text-shadow: 0 0 0.15em rgba(130,188,34,1.00);
}


 a.navbar-brand img{
	max-height: 120px;
}

#menubtn, #menubtn:active, #menubtn:hover, #menubtn:disabled {
	border: none !important; box-shadow: none !important;
}
footer {
	margin: 5% 0%;
}



footer div.row {
	margin-bottom: 5%;


}

.navbar .btn {
 
  border: 0px; background-color: white;
}
.btn-group > .dropdown-toggle {
  margin-left: 0!important;
  padding-left: 0.01em!important;
  padding-right: 0.1em !important;
}

.navbar .navbar-nav .nav-item {
  margin: 0 0.25em !important;
}

navbar.btn-group {
	margin: 0 0.25em !important;
}

a.dropdown-item:hover {
	background-color:rgba(250,165,53,1.00)!important;
}

a.dropdown-item:active {
	color:white !important; background-color:rgba(130,188,34,1.00) !important;
}

.dropdown-menu-right {
	width: auto !important; min-width: auto !important;
}

img {
	margin-bottom: 5%;
}
div.card-deck {
	background-color:rgba(140,194,78,1.00); padding: 3% 0%;
	margin: 4% 0;
}
.btn-outline-dark:not([disabled]):not(.disabled).active,.btn-outline-dark:not([disabled]):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
	background-color:rgba(255,158,28,1.00)!important; color:white !important;
}

.carousel-indicators li {
	width: 1rem; height: 1rem; border-radius: 100%;
}

@media (min-width:576px) {
	html {
		font-size: 1.085rem;
	}
}

@media (min-width:768px){
	
	html {
		font-size:1.2rem;
	}
}

@media (min-width:992px){
	html {
		font-size: 1.4rem;
	}
}
@media (min-width:1200px){
	html {
		font-size: 1.5rem;
	}
}
