/* GridironGod Dev Site - UI Elements */

/* UI Elements */
	/* Buttons */
		.btn {
			display: inline-block;
			background: #b61831;
			color: #ffffff;
			padding: 0.75rem 1.5rem;
			text-decoration: none;
			border-radius: 4px;
			margin-top: 1rem;
			transition: background 0.3s;
		}
		
		.btn:hover {
			background: #ffffff;
			color: #b61831;
		}
	/* Buttons */
/* UI Elements */