/**
 * Logo
 */

.Logo {
	a {
		display: block;
		color: $text-color;
		text-decoration: none;
	}

	img {
		width: 100%;
	}
}
