@font-face {
	font-family: Brown;
	src: url("brown.ttf");
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: Brown;
	position: relative;
	z-index: -2;
}
.navbar {
	padding: 30px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
	background: none;
	z-index: 100;
	width: 100%;
}
nav {
	transition: 0.4s;
}
section {
	z-index: 4;
}
section .btn {
	border-radius: 0;
	border: 2px solid transparent;
}
.btn-warning:hover {
	color: #ffc107;
	background: black;
	border: 2px solid #ffc107;
}
.btn {
	border-radius: 30px;
	padding: 15px 35px;
}
.jumbotron {
	margin-bottom: 0px;
}
.nav-item {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid transparent;
	transition: 0.2s;
}
nav input[type="search"] {
	background: none;
	border: 0;
	border-radius: 0;
	border-bottom: thin solid rgba(255,255,255,0.3);
}
.nav-item:hover {
	border-bottom: 5px solid rgb(212,134,35);
}
.nav-item.active {
	border-bottom: 5px solid darkkhaki;
}
#top {
	right: 25px;
	bottom: 25px;
	padding: 20px;
}
a:hover {
	text-decoration: none;
}
.img-fluid {
	width: 100%;
}
footer {
	bottom: 0;
	z-index: -1;
}
#accordion ul, footer ul {
	list-style-type: none;
}
footer li {
	margin-bottom: 40px;
}
footer .nav a {
	color: white;
	padding: 0px;
	border-radius: 30px;
	transition: 0.2s;
}
footer hr {
	border: 1px solid silver;
}
footer .nav a:hover {
	padding: 10px 30px;
	color: #343a40;
	background: white;
}
footer .links img {
	margin-right: 7px;
}
footer .links img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.btn {
		border-radius: 30px;
		padding: 8px 30px;
		font-size: 10px;
	}
}
@media screen and (max-width: 576px) {
	.btn {
		border-radius: 30px;
		padding: 5px 30px;
		font-size: 8px;
	}
	.navbar {
		padding-bottom: auto;
	}
	#collapsibleNavbar {
		background: rgba(0,0,0,0.7);
		padding: 1% 3%;
	}
	.dropdown-menu {
		width: 100%;
	}
	.nav-item {
		border: 0;
	}
	.nav-item:not(.active):hover {
		border: 0;
	}
	#accordion ul, footer ul {
		padding-left: 0px;
	}
	footer li {
		margin-bottom: 0;
	}
	footer row:first-child {
		padding-top: 20px;
	}
	footer .nav a:hover {
		background: none;
		padding: 0;
		color: silver;
	}
}