* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: #373737;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 2s;
}
a:hover {
	color: #128f95;
	transition: color 500ms;
}

.hidden {
	display: none !important;
}

.visual {
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	transition: background-position .001s ease;
	transform: translate3d(0,0,0);
}
.content {
	background: #ffffff;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding: 50px 20px;
	text-align: center;
}
.content > * {
	max-width: 1020px;
	margin: auto;
}
.content p { margin-top: 1.5em }
.social {
	margin-top: 1em;
	font-size: 3em;
}
.social li {
	display: inline-block;
}

#rockOla {
	background-image: url(../assets/rock-ola.jpg);
}

#cherries, #cherries2, #cherries3 {
	background-image: url(../assets/cherries.jpg);
}

.instagram:hover { color: #4999da }
.pinterest:hover { color: #cb2027 }
.twitter:hover { color: #55ACEE }

.socsvg svg circle,
.socsvg svg path {
	fill: #373737;
	-webkit-transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease;	
}

.vivino {
	margin-left: -3px;
}
.vivino:hover circle {
	fill: #ac1b34 !important;
}
.untappd:hover path {
	fill: #fecf2c !important;
}