:root {
	--sn-logo-width: 80px;
	--sn-logo-height: 80px;
}

.sn-logo {
	background: url(//discord.siennanation.com/img/logos/sn-logo.gif);
	background-size: cover;
	background-repeat: no-repeat;
  height: var(--sn-logo-width);
  width: var(--sn-logo-height);
  display: inline-block;
}

.sn-logo-rounded {
	border-radius: 50vh;
}

.logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	outline: 0;
}

@media (max-width: 700px) {
	:root {
		--sn-logo-width: 40px;
		--sn-logo-height: 40px;
	}
}