body, html {
    overflow-x: hidden;
	font-family: "Philosopher";
	background-color: #f1f1f1;
}

.main-content {
	margin-top: 80px;
}

.carousel-item {
	overflow: hidden;
	border: 1px solid yellow;
	border-radius: 15px;
}
.carousel-inner{
	box-shadow: 0.2rem 0.2rem 1rem rgba(90, 89, 52, 0.5);
	border-radius: 15px;
}

.btn img{
	width: 1.5rem;
	height: 1.5rem;
}

.yel img {
	width: 1rem;
	height: 1rem;
}

.yel{
	color: #fed136;
}

section {
	padding: 0 0 3rem 0;
	background-color: #f1f1f150;
}

.navbar {
	background-color: #f1f1f1;
	border: 1px solid #303030;
	border-radius: 15px;
	box-shadow: 0 0 20px black;
}

.nav-img {
	width: 240px;
	height: auto;
}

.navbar-toggler {
	background-color: #fed136;
	border-color: #614d05;
	border-radius: 15px;
}

.navbar-nav .nav-link {
	padding: 0 2rem;
}

.navbar-nav .nav-link.active
{
	color: #fed136;
}

.nav-link:hover{
	color: #fed136;
}

h1 {
	color: #303030;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 2px#c4b687;
}
h2 {
	color: #505050;
}
h3 {
	color: #707070;
}
h4 {
	color: #505050;
}
h5 {
	color: #505050;
	margin-bottom: 1rem;
}
.btn {
	border-radius: 1rem;
	height: 5rem;
	align-content: center;
}
.wow {
	visibility: hidden;
}

.team-item {
    background-color: #E0E0E0;
	border-radius: 15px;
	border: 1px solid rgb(158, 145, 27);
	overflow: hidden;
	box-shadow: 0.2rem 0.2rem 2rem rgba(48, 47, 0, 0.6);
	margin-bottom: 2rem;
}

#back-top {
    position: fixed;
    z-index: 1000;
	bottom: 3rem;
	right: 2rem;
	border-radius: 1rem;
	margin: 0;
	display: none;
}

#back-top a {
    width: 4rem;
    height: 4rem;
	background-color: #fed136;
	color: #000;
	border-color: #505050;
	transition: all .3s;
}

#back-top a:hover {
	background-color: #726FB9;
}