@font-face {
    
	font-family: 'Amaranth';
    
	src: url('fonts/Amaranth-Regular.woff2') format('woff2'),
        
	url('fonts/Amaranth-Regular.woff') format('woff');
    
	font-weight: normal;
    
	font-style: normal;

}



@font-face {
    
	font-family: 'Amaranth';

	src: url('fonts/Amaranth-Bold.woff2') format('woff2'),
        
	url('fonts/Amaranth-Bold.woff') format('woff');
    
	font-weight: bold;
    
	font-style: normal;

}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 24px;
	line-height: 36px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	width:100%;
	height:100%;
	font-family: 'Amaranth', Helvetica, Arial, sans-serif;
	background: #340E30;
	color: #ED1944;
}

::selection {
	background: #ED1944;
	color: #fff;
}
::-moz-selection {
	background: #ED1944;
	color: #fff;
}

p,
ul,
dl {
	margin: 0 0 36px;
}

	p.big {
		font-size: 36px;
		line-height: 48px;
	}

a {
	color: #340E30;
	transition: color 250ms ease-in-out 0s;
}
	a:hover {
		color: #ED1944;
	}

strong {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 24px;
}

.logo {
	background: url(imgs/ovation-logo.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	display: block;
	text-indent: -9999px;
	width: 400px;
	height: 260px;
	margin: 0 auto;
	transform: translateY(110px);
}

header {
	background: url(imgs/background-raspberries-red.jpg) 50% 50%;
	background-size: auto 200%;
	width: 100%;
	height: 260px;
}

main {
	padding-top: 150px;
	padding-bottom: 40px;
}

.button {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	background: #ED1944;
	color: #fff;
	vertical-align: top;
	padding: 12px 23px 16px;
	border-radius: 5px;
	transition: background 250ms ease-in-out 0s;
}

	.button:hover {
		background: #a6192e;
		color: #fff;
	}

.images {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 36px;
	font-size: 0;
}

	.images li {
		display: inline-block;
		vertical-align: top;
		width: 33.3333333%;
		box-sizing: border-box;
		border: 10px solid #fff;
	}

		.images li img {
			display: block;
			width: 100%;
			height: auto;
		}

#mainContainer {
	background: #fff url(imgs/background-raspberries-white.jpg) no-repeat 100% 100%;
	max-width: 1903px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}

.container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}

	.container.small {
		max-width: 980px;
	}

dl {
	font-size: 0;
	overflow: hidden;
	width: 100%;
}

	dl dt {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 24px;
		font-weight: bold;
		background: #ED1944;
		color: #fff;
		vertical-align: top;
		padding: 2px 20px 6px;
		border-radius: 5px;
	}

	dl dd {
		font-size: 24px;
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin: 0 0 36px;
		color: #340E30;
	}

		dl dd span {
			display: block;
		}

@media only screen and (max-width: 768px){
	p.big {
		font-size: 24px;
		line-height: 36px;
	}	

	header {
		height: 130px;
	}

	.logo {
		width: 200px;
		height: 130px;
		transform: translateY(60px);
	}

	.images li {
		width: 100%;
		border: none;
		margin-bottom: 10px;
	}

	main {
		padding-top: 100px;
		padding-bottom: 0;
	}

	dl:last-of-type {
		margin-bottom: 0;
	}

		dl dd {
			float: left;
			width: 100%;
			margin-bottom: 36px;
			font-size: 20px;
			line-height: 30px;
		}

	#mainContainer {
		background-size: 280px 280px;
		padding-bottom: 280px;
	}
}