.rooster-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}
.rooster-logo img {
	width: auto !important;
	height: auto !important;
	max-width: 150px;
}
@media (max-width: 768px) {
	.rooster-logo img {
		width: 80px !important;
	}
	.rooster-word.red {
		font-size: 11.4vw;
	}
}
.rooster-text {
	line-height: 1;
}
.rooster-word {
	display: block;
	font-size: clamp(18px, 6vw, 98px);
	text-shadow: -2px -2px 0 black, 2px -2px 0 black,
			   -2px 2px 0 black, 2px 2px 0 black,
			   0 -2px 0 black, -2px 0 0 black,
			   0 2px 0 black, 2px 0 0 black;
}
.rooster-word.red {
  color: #93000D;
  font-size: clamp(32px, 8vw, 8vw);
}
.form-control:focus {
	color:#212529;
	background-color:#fff;
	border-color:#86b7fe;
	outline:0;
	box-shadow:0 0 0 .25rem rgba(147,0,13,.25)
}
h2 {
	border: none !important;
}