body {
	font-family: 'Oswald', sans-serif;
	margin: 100px auto;
	background-color: green;
	background-image: url("../assets/image/jaime-potato.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h1, h2 {
	font-family: 'Staatliches', cursive;
}

.clip-btn {
	background: rgba(0, 0, 0, 0.75);
	border: none;
	white-space: normal;
}

.clip-btn:hover {
	box-shadow: 0 0 10px white;
}

.search {
	float: right !important;
	background: black;
	border: 1px solid silver;
	border-radius: 20px;
	text-indent: 12px;
	color: white;
	display: inline-block;
	right: 10px;
}

.navbar-brand img {
	height: 26px;
	border-radius: 8px;
}

.navbar.bg-dark {
	background: rgba(52, 58, 64, 0.9) !important;
}