* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
textarea {
	resize: none;
}


input:focus,
a:focus {
	outline: none;
}
a,
input,
div,
button,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

.visually-hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
		clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.row {
	position: relative;
	z-index: 1;
}
.row::before,
.row::after {
	content: ' ';
	display: table;
}
.row::after {
	clear: both;
}




/*html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}*/


ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
}

p {
	margin-top: 0.8em;
}

html {
	quotes: "“" "”";
}


.icon::before,
.icon::after,
.more::before,
.more::after {
	font-family: Ionicons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: none;
	position: relative;
	z-index: 1;
	alt: '';
}

.icon-after::after,
.more::after {
	padding-left: 0.3em;
	padding-right: 0.3em;
	top: 0;
	margin-right: 0.3em;
}




body {
	background: #fff;
	color: #333;
	font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	/*font-weight: 400;*/
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.005em;
	position: relative;	
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
			text-size-adjust: 100%;
	font-synthesis: none;
	-webkit-font-feature-settings: 'kern';
		font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	text-align: left;
}
a,
input,
div,
button,
select,
textarea {
	font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	/*font-weight: normal;*/
	/*font-weight: 300;*/
	letter-spacing: 0.005em;
}


header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	
	width: 100%;
	height: 48px;
	max-height: 48px;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	background: #fff;
	/*background: rgba(255,255,255,0.95);*/
}


/* Use Modernizr to detect browser support for backdrop-filter. Then change opacity of background and change opacity of background.*/ 
/*.backdropfilter header {
	-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	background: rgba(255,255,255,0.9);
}*/

.logoer,
.contacter {
	position: absolute;
	height: 48px;
}
main {
	padding-top: 48px;
}

.logoer {
	top: 0px;
	left: 4%;
	background-repeat: no-repeat;
	background-position: center center;
	
	background-image: url("../images/reverb-logo-icon.svg");
	background-size: 40px 40px;
	width: 40px;
}
@media only screen and (min-width: 440px) {
	header {
		position: relative;
	}
	main {
		padding-top: 0px;
	}
	
	.logoer {
		left: 2.5%;
		background-image: url("../images/reverb-logo-word.svg");
		background-size: 160px 40px;
		width: 160px;
	}
}

.contacter {
	top: 8px;
	right: 5%;
}
.singlestoner,
.phoner {
	text-align: right;
	text-transform: uppercase;
	font-style: normal;
}
.singlestoner {
	color: #888;
	font-family: "futura-pt", "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0.42em;
	margin-right: -0.30em;
	margin-bottom: 2px;
	
	font-size: 9px;
	line-height: 1.0;
}
.phoner,
.phoner a {
	color: #7bdff5;
	/*color: #f47e30;*/
	font-family: "futura-pt-bold", "futura-pt", "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.01em;
	word-spacing: -0.06em;
	
	font-size: 22px;
	line-height: 1.0;
}







.section {
	overflow: hidden;
	padding: 75px 0;
}
.section-hero {
	padding-top: 0;
	background: #000;
}



.image-bleed {
	position: relative;
	top: 0;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.section-hero .image-hero {
	width: 736px;
	margin-left: -368px;
	height: 577px;
	margin-bottom: -577px;
	background-size: 736px 577px;
}

.section-hero.hero-collaboration .image-hero {		background-image: url("../images/hero-collaboration-small.jpg");}
.section-hero.hero-drawing .image-hero {			background-image: url("../images/hero-drawing-small.jpg");}
.section-hero.hero-group-work .image-hero {			background-image: url("../images/hero-group-work-small.jpg");}
.section-hero.hero-kevin-and-tanya .image-hero {	background-image: url("../images/hero-kevin-and-tanya-small.jpg");}
.section-hero.hero-student .image-hero {			background-image: url("../images/hero-student-small.jpg");}

.section-hero.hero-ryan .image-hero {				background-image: url("../images/hero-ryan-small.jpg");}
.section-hero.hero-don .image-hero {				background-image: url("../images/hero-don-small.jpg");}
.section-hero.hero-kevin .image-hero {				background-image: url("../images/hero-kevin-small.jpg");}
.section-hero.hero-george .image-hero {				background-image: url("../images/hero-george-small.jpg");}
.section-hero.hero-class .image-hero {				background-image: url("../images/hero-class-small.jpg");}



.section-hero .image-bleed:before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 280px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1.0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0% rgba(0,0,0,1.0) 100%);
}





.section-content {
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	width: 87.5%;
	/*max-width: 692px;*/
}
.section-hero .section-content {
	z-index: 3;
}

.section-hero .hero-copy {
	padding-top: 340px;
}

.section-hero .section-content h1,
.section-hero .section-content p {
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.75);
}
.section-hero .section-content h1 {	
	text-transform: uppercase;
	font-family: "futura-pt-bold", "futura-pt", "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.01em;
	word-spacing: 0.12em;
	margin-bottom: 0.05em;
	
	font-size: 36px;
	line-height: 1.0;
}
.section-hero .section-content p {
	font-weight: 600;
	letter-spacing: 0.006em;
	line-height: 1.35;
	
	font-size: 19px;
}


.hero-video-link {
	color: #fff;
}



/*.hero-video-link:after {
	content: "\f488";
	box-sizing: content-box;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 17px;
	padding: 0;
	padding-left: 3px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	margin-left: 8px;
}*/

.hero-video-link span {
	display: inline-block;
	box-sizing: content-box;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 17px;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	text-align: center;
	font-size: 16px;
	margin-left: 8px;
}

.hero-video-link span:after {
	content: '';
	display: inline-block;
	text-align: center;
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 5px solid transparent;
}





@media only screen and (min-width: 736px) {
	header,
	.logoer,
	.contacter {
		height: 64px;
		max-height: 64px;
	}

	.logoer {
		top: -1px;
		left: 1%;
		background-size: 200px 50px;
		width: 200px;
	}
	
	.contacter {
		top: 14px;
		right: 3%;
	}
	.singlestoner {
		letter-spacing: 0.5em;
		margin-right: -0.30em;
		margin-bottom: 3px;

		font-size: 10px;
	}
	.phoner,
	.phoner a {
		font-size: 24px;
	}




	
	.section {
		padding: 125px 0;
	}
	.section-hero {
		padding: 0;
		height: 595px;
		background: #222;
	}
	
	.section-hero .image-hero {
		width: 1068px;
		margin-left: -534px;
		height: 595px;
		margin-bottom: -595px;
		background-size: 1068px 595px;
	}
	
	.section-hero.hero-collaboration .image-hero {	background-image: url("../images/hero-collaboration-medium.jpg");}
	.section-hero.hero-drawing .image-hero {		background-image: url("../images/hero-drawing-medium.jpg");}
	.section-hero.hero-group-work .image-hero {		background-image: url("../images/hero-group-work-medium.jpg");}
	.section-hero.hero-kevin-and-tanya .image-hero {background-image: url("../images/hero-kevin-and-tanya-medium.jpg");}
	.section-hero.hero-student .image-hero {		background-image: url("../images/hero-student-medium.jpg");}
	
	.section-hero.hero-ryan .image-hero {			background-image: url("../images/hero-ryan-medium.jpg");}
	.section-hero.hero-don .image-hero {			background-image: url("../images/hero-don-medium.jpg");}
	.section-hero.hero-kevin .image-hero {			background-image: url("../images/hero-kevin-medium.jpg");}
	.section-hero.hero-george .image-hero {			background-image: url("../images/hero-george-medium.jpg");}
	.section-hero.hero-class .image-hero {			background-image: url("../images/hero-class-medium.jpg");}
	
	
	.section-hero .image-bleed:before {
		display: none;
	}
	
	
	.section-hero .hero-copy {
		padding-top: 110px;
		max-width: 480px;
		padding-right: 30px;
	}
	
	.section-hero.hero-drawing .hero-copy.column,
	.section-hero.hero-ryan .hero-copy.column,
	.section-hero.hero-don .hero-copy.column {
		float: right;
		padding-left: 30px;
		padding-right: 0px;
	}
	
	
	.section-hero .section-content h1 {
		font-size: 48px;
		line-height: 0.95;
		max-width: none;
		text-shadow: 0 0 30px rgba(0,0,0,0.25);
	}
	.section-hero .section-content p {
		font-size: 20px;
		line-height: 1.30;
		text-shadow: 0 0 20px rgba(0,0,0,1.0);
	}
}




@media only screen and (min-width: 1069px) {
	header,
	.logoer,
	.contacter {
		height: 80px;
		max-height: 80px;
	}

	.logoer {
		top: -1px;
		left: 1%;
		background-size: 248px 62px;
		width: 248px;
	}
	
	.contacter {
		top: 19px;
		right: 3%;
	}
	.singlestoner {
		color: #999;
		letter-spacing: 0.55em;
		margin-right: -0.30em;
		margin-bottom: 3px;

		font-size: 11px;
	}
	.phoner,
	.phoner a {
		font-size: 29px;
	}
	
	
	
	
	.section {
		padding: 175px 0;
	}
	.section-hero {
		padding: 0;
		height: 700px;
	}
	
	.section-hero .image-hero {
		width: 2560px;
		margin-left: -1280px;
		height: 700px;
		margin-bottom: -700px;
		background-size: 1300px 700px;
	}
	
	.section-hero.hero-collaboration .image-hero {		background-image: url("../images/hero-collaboration-large.jpg");}
	.section-hero.hero-drawing .image-hero {			background-image: url("../images/hero-drawing-large.jpg");}
	.section-hero.hero-group-work .image-hero {			background-image: url("../images/hero-group-work-large.jpg");}
	.section-hero.hero-kevin-and-tanya .image-hero {	background-image: url("../images/hero-kevin-and-tanya-large.jpg");}
	.section-hero.hero-student .image-hero {			background-image: url("../images/hero-student-large.jpg");}
	
	.section-hero.hero-ryan .image-hero {				background-image: url("../images/hero-ryan-large.jpg");}
	.section-hero.hero-don .image-hero {				background-image: url("../images/hero-don-large.jpg");}
	.section-hero.hero-kevin .image-hero {				background-image: url("../images/hero-kevin-large.jpg");}	
	.section-hero.hero-george .image-hero {				background-image: url("../images/hero-george-large.jpg");}
	.section-hero.hero-class .image-hero {				background-image: url("../images/hero-class-large.jpg");}
	
	
	.section-content {
		max-width: 980px;
	}
	
	.section-hero .hero-copy {
		padding-top: 130px;
		padding-left: 30px;
		max-width: 520px;
	}
	
	.section-hero .section-content h1 {
		font-size: 58px;
	}
	
	.section-hero .section-content p {
		font-size: 21px;
	}
}





@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi) {
	.section-hero.hero-collaboration .image-hero {	background-image: url("../images/hero-collaboration-small-2x.jpg");}
	.section-hero.hero-drawing .image-hero {		background-image: url("../images/hero-drawing-small-2x.jpg");}
	.section-hero.hero-group-work .image-hero {		background-image: url("../images/hero-group-work-small-2x.jpg");}
	.section-hero.hero-kevin-and-tanya .image-hero {background-image: url("../images/hero-kevin-and-tanya-small-2x.jpg");}
	.section-hero.hero-student .image-hero {		background-image: url("../images/hero-student-small-2x.jpg");}
	
	.section-hero.hero-ryan .image-hero {			background-image: url("../images/hero-ryan-small-2x.jpg");}
	.section-hero.hero-don .image-hero {			background-image: url("../images/hero-don-small-2x.jpg");}
	.section-hero.hero-kevin .image-hero {			background-image: url("../images/hero-kevin-small-2x.jpg");}
	.section-hero.hero-george .image-hero {			background-image: url("../images/hero-george-small-2x.jpg");}
	.section-hero.hero-class .image-hero {			background-image: url("../images/hero-class-small-2x.jpg");}
}


@media only screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 736px) and (min-resolution: 1.5dppx),
only screen and (min-width: 736px) and (min-resolution: 144dpi) {
	.section-hero.hero-collaboration .image-hero {	background-image: url("../images/hero-collaboration-medium-2x.jpg");}
	.section-hero.hero-drawing .image-hero {		background-image: url("../images/hero-drawing-medium-2x.jpg");}
	.section-hero.hero-group-work .image-hero {		background-image: url("../images/hero-group-work-medium-2x.jpg");}
	.section-hero.hero-kevin-and-tanya .image-hero {background-image: url("../images/hero-kevin-and-tanya-medium-2x.jpg");}
	.section-hero.hero-student .image-hero {		background-image: url("../images/hero-student-medium-2x.jpg");}
	
	.section-hero.hero-ryan .image-hero {			background-image: url("../images/hero-ryan-medium-2x.jpg");}
	.section-hero.hero-don .image-hero {			background-image: url("../images/hero-don-medium-2x.jpg");}
	.section-hero.hero-kevin .image-hero {			background-image: url("../images/hero-kevin-medium-2x.jpg");}
	.section-hero.hero-george .image-hero {			background-image: url("../images/hero-george-medium-2x.jpg");}
	.section-hero.hero-class .image-hero {			background-image: url("../images/hero-class-medium-2x.jpg");}
}


@media only screen and (min-width: 1069px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1069px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1069px) and (min-resolution: 144dpi) {
	.section-hero.hero-collaboration .image-hero {	background-image: url("../images/hero-collaboration-large-2x.jpg");}
	.section-hero.hero-drawing .image-hero {		background-image: url("../images/hero-drawing-large-2x.jpg");}
	.section-hero.hero-group-work .image-hero {		background-image: url("../images/hero-group-work-large-2x.jpg");}
	.section-hero.hero-kevin-and-tanya .image-hero {background-image: url("../images/hero-kevin-and-tanya-large-2x.jpg");}
	.section-hero.hero-student .image-hero {		background-image: url("../images/hero-student-large-2x.jpg");}
	
	.section-hero.hero-ryan .image-hero {			background-image: url("../images/hero-ryan-large-2x.jpg");}
	.section-hero.hero-don .image-hero {			background-image: url("../images/hero-don-large-2x.jpg");}
	.section-hero.hero-kevin .image-hero {			background-image: url("../images/hero-kevin-large-2x.jpg");}
	.section-hero.hero-george .image-hero {			background-image: url("../images/hero-george-large-2x.jpg");}
	.section-hero.hero-class .image-hero {			background-image: url("../images/hero-class-large-2x.jpg");}
}





