body, html {
    overflow-x: hidden;
	font-family: "Philosopher";
}
body {
	background-color: #f1f1f1;
	background-image: url('../images/leaves.png');
}

.main-c {
	padding-top: 80px;
	backdrop-filter: saturate(20%) blur(1.5px);
	background-color: #f1f1f180;
}

section {
	padding: 0;
}

.panel {
	background: linear-gradient(to right,#452d52,#2e0f3f);
	border: 1px solid #303030;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(71, 56, 56, 0.7);
}

.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: #404040;
	margin: 0;
	text-shadow: 1px 1px 2px#c4b687;
}

p {
	white-space: pre-line;
	color: #303030;
	padding: 1rem 0 2rem 0;
	margin: 0;
	font-size: 1rem;
}

.btn {
	border-radius: 15px;
	align-content: center;
}

#back-top {
    position: fixed;
    z-index: 1000;
	bottom: 3rem;
	right: 2rem;
	border-radius: 15px;
	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;
}