/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fade-wrapper,
body.video-page .fade-wrapper .video-info {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.fade-wrapper.on,
body.video-page #main-content .fade-wrapper,
body.video-page .fade-wrapper.on .video-info {
	opacity: 1;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

* {
	margin: 0;
	padding: 0;
	font-family: 'DM Sans', Arial, sans-serif;
}

*:focus {
    outline-style: solid;
    outline-width: 3px;
    outline-color: var(--light-blue);
    outline-offset: 0;
}

:root {

  --gc:              #f7f5f0;
	--cream:					 #f7f5f0;

	--dark-grey:  		 #202828;
  --dark-blue:       #273850;
	--light-blue: 		 #5089c8;

  --dark-green-grey: #002828;
  --dark-green:      #20441a;
  --mint-green:      #389184;

  --dark-red:        #913845;
  --light-red:       #da6170;

  --vivid-purple:    #bd50ce;
  --vivid-green:     #54d858;
  --vivid-yellow:    #fffc00;

}

@media screen and (min-width: 1280px) {

  :root {
    --grid:          98px;
  }

}

body {
	color: var(--dark-blue);
	background: var(--cream);
  font-size: 16px;
  line-height: 1.2;
}


  body.stop-transitions #menu {
    transition: none!important;
  }


a {
  text-decoration: none;
  color: var(--dark-blue);
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.25s ease-in-out;
}

a:hover {
  color: var(--light-red);
}

button {
  border: none;
}

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

.clear {
	clear: both;
}

.hidden {
    visibility: hidden;
}

/* grid */

.row {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.column,
.columns {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 12px;
}

.column.np,
.columns.np {
	padding-left: 0;
	padding-right: 0;
}

.column.centred,
.columns.centred {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.column.v-centred,
.columns.v-centred {
	justify-content: center;
}

/* /grid */

/* column widths – comment out as necessary */

/*.small-1 {
  width: 8.33333%;
}*/

/*.small-2 {
  width: 16.66667%;
}*/

/*.small-3 {
  width: 25%;
}*/

/*.small-4 {
  width: 33.33333%;
}*/

/*.small-5 {
  width: 41.66667%;
}*/

/*.small-6 {
  width: 50%;
}*/

/*.small-7 {
  width: 58.33333%;
}*/

/*.small-8 {
  width: 66.66667%;
}*/

/*.small-9 {
  width: 75%;
}*/

/*.small-10 {
  width: 83.33333%;
}*/

/*.small-11 {
  width: 91.66667%;
}*/

/*.small-12 {
  width: 100%;
}*/

@media screen and (min-width: 768px) {

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }
  
  .medium-3 {
    width: 25%;
  }
  
  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }
  
  .medium-9 {
    width: 75%;
  }
  
  .medium-10 {
    width: 83.33333%;
  }
  
  .medium-11 {
    width: 91.66667%;
  }
  
  .medium-12 {
    width: 100%;
  }

  .row.reverse-for-medium-up {
		flex-direction: row-reverse;
	}

}

@media screen and (min-width: 1024px) {

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }
  
  .large-3 {
    width: 25%;
  }
  
  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }
  
  .large-9 {
    width: 75%;
  }
  
  .large-10 {
    width: 83.33333%;
  }
  
  .large-11 {
    width: 91.66667%;
  }
  
  .large-12 {
    width: 100%;
  }

  .row.reverse-for-large-up {
		flex-direction: row-reverse;
	}

}

/* text */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin: 0 0 1rem;
}

h1 {
	display: inline-block;
  font-weight: 300;
  font-size: 15vw;
  margin: 110px 0 25px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  transform: translateX(-2px);
}

@media screen and (min-width: 1024px) {

	h1 {
	  font-size: 152px;
	  margin: 0 0 50px;
	  transform: translateX(-6px);
	}

}

h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

/* buttons */

.button {
  display: inline-block;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  padding: 12.5px 18px;
  border-radius: 25px;
  margin: 0 0 20px;
  width: max-content;
  cursor: pointer;
  transition: 0.6s all ease-in-out;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.button:hover {
	color: var(--cream);
	background-color: var(--dark-grey);
  border-color: var(--dark-grey);
  transition: 0.2s all ease-in-out;
}

@media screen and (min-width: 1280px) {

	.button {
    font-size: 22px;
    font-weight: 400;
    border-width: 3px;
    padding: 20px 28px;
    border-radius: 50px;
    letter-spacing: -0.02rem;
  }

}

/* for button and .button with colour class, e.g .gradient-01 -- see .home-contact-container stuff... */

.has-gradient {
  position: relative;
  border: solid 2px transparent;
  background: var(--cream);
  background-clip: padding-box;
}

.has-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: var(--dark-blue);
}

@media screen and (min-width: 1280px) {

	.has-gradient {
	  border-width: 3px;
	}

	.has-gradient::before {
		margin: -3px;
	}

}

/* for button and .button with colour class, e.g .gradient-01 -- see .home-contact-container stuff... */



@media (min-width: 1024px) {

    /* skip to content */

    #skip-container {
        position: fixed;
        transition: transform 0.25s ease-in-out;
        transform: translateY(-38px);
        top: 0;
        width: 100%;
        color: #000;
        background: #f7f7f7;
        font-size: 0;
        line-height: 0;
        z-index: 20;
        visibility: hidden;
    }

    body.keyboard-control #skip-container {
    	transform: translateY(0);
      visibility: visible;
    }

    #skip-container a {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        color: #000;
        margin: 5px;
        min-height: 28px;
        display: inline-block;
        padding: 3px 10px;
        text-decoration: none;
    }

    body {
    	transition: padding 0.25s ease-in-out;
    }

    body.keyboard-control {
    	padding-top: 38px;
    }

}

@media (max-width: 1023px) {

    #skip-container {
        display: none;
    }

}



/* header and nav */

header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 70px;
	/*transition: transform 0.5s ease-in-out;*/
    background: rgba(247, 245, 240, 0.66);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

  body.home header {
    background: transparent;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
  }

.floating-home-button {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 25px 25px 25px 24px;
  text-decoration: none;
  display: block;
}

.floating-home-button,
.floating-home-button:hover {
  color: var(--dark-blue);
}

	@media (min-width: 1024px) {

    header {
        background: transparent;
        -webkit-backdrop-filter: initial;
        backdrop-filter: initial;
        height: 0;
    }

		.floating-home-button {
			display: none;
		}

	}

body.home .floating-home-button {
	opacity: 0;
}

body.menu-open {
	overflow: hidden;
}

a#menu-trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	font-size: 0;
	line-height: 0;
	z-index: 10;
}

a#menu-trigger span {
	position: absolute;
	left: 25px;
  right: 25px;
	border-top: 1px solid var(--dark-blue);
	border-bottom: 1px solid var(--dark-blue);
/*	box-shadow: 0px 2px 0 var(--cream);*/
	top: calc(50% - 1px);
	transition: all 0.5s ease-in-out;
}

a#menu-trigger span:before,
a#menu-trigger span:after {
	content: "";
	position: absolute;
	border-top: 1px solid var(--dark-blue);
	border-bottom: 1px solid var(--dark-blue);
/*	box-shadow: 0px 2px 0 var(--cream);*/
	left: 0;
	right: 0;
	top: -8px;
	transition: all 0.5s ease-in-out;
}

a#menu-trigger span:after {
	top: 6px;
}

body.menu-open a#menu-trigger span {
	transform: rotate(-45deg) translateY(1px);
	border-color: var(--cream);
	box-shadow: none;
}

body.menu-open a#menu-trigger span:before {
	transform: rotate(90deg) translate(9px,0px);
	border-color: var(--cream);
	box-shadow: none;
	opacity: 0;
}

body.menu-open a#menu-trigger span:after {
	transform: rotate(90deg) translateX(-7px);
	border-color: var(--cream);
	box-shadow: none;
}

nav#main-nav {
	position: fixed;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 1;
}

#menu {
	list-style: none;
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding: 50px;
	background: var(--dark-grey);
	width: 100%;
	height: 100vh;
	height: 100dvh;
	transform: translateY(-105lvh);
	transition: transform 0.25s ease-in-out, background 1s ease-in-out;
	z-index: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#menu.active {
	transform: translateX(0);
}

#menu.active.redirecting {
	background: var(--cream);
}

#menu li {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0.25s;
}

#menu li.soc-med {
	transition-duration: 1.5s;
}

#menu.active li {
	opacity: 1;
}

#menu a {
	display: block;
  color: var(--cream);
  text-decoration: none;
  padding: 7px 0;
  line-height: 1;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
}

#menu a.selected {
	font-weight: 600;
}

#menu.active.redirecting a {
	opacity: 0;
}

#menu.active.redirecting a.active {
	opacity: 1;
}

#menu *:focus {
    outline-offset: -3px;
    																								outline: none;
}

#menu li.soc-med {
  position: absolute;
  bottom: 50px;
}

/*#menu li.soc-med.phone {
	left: 50px;
	bottom: 125px;
}

#menu li.soc-med.email {
	left: calc(50% - 28px);
	bottom: 125px;
}*/

#menu li.soc-med.imdb {
	left: 40px;
}

#menu li.soc-med.instagram {
	left: 103px;
}

#menu li.soc-med.linkedin {
	left: 166px;
}

#menu li.soc-med.facebook {
  left: 229px;
}

#menu li.soc-med.spotify {
  left: 292px;
}

#menu li.soc-med a {
  width: 45px;
  height: 45px;
  display: block;
  border: 1px solid var(--cream);
  border-radius: 45px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  font-size: 0;
  line-height: 0;
}

/*#menu li.soc-med.phone a {
	background-image: url(img/soc-med-phone-white.svg);
	background-size: 21px;
}

#menu li.soc-med.email a {
	background-image: url(img/soc-med-email-white.svg);
}*/

#menu li.soc-med.linkedin a {
	background-image: url(img/soc-med-linkedin-white.svg);
	background-size: 20px;
	background-position: center 10px;
}

#menu li.soc-med.imdb a {
	background-image: url(img/soc-med-imdb-white.svg);
	background-size: 30px;
}

#menu li.soc-med.instagram a {
	background-image: url(img/soc-med-instagram-white.svg);
}

#menu li.soc-med.facebook a {
  background-image: url(img/soc-med-facebook-white.svg);
  background-position: 8px 9px;
  background-size: 24px;
}

#menu li.soc-med.spotify a {
	background-image: url(img/soc-med-spotify-white.svg);
}

@media (max-height: 600px) {

	#menu li.soc-med {
	  position: relative;
	  display: inline-block;
	  left: initial !important;
	  bottom: initial !important;
	  margin: 15px 10px 0 -9px;
	}

}

@media screen and (min-width: 1024px) {
 
  nav#main-nav {
    transform: translateY(0);
    transition: transform 1s ease-in-out;
  }

  body.off-top nav#main-nav {
    transform: translateY(-140px);
  }

  body.scrolling-up nav#main-nav {
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
  }

}
/* /header and nav */



/* main */

main {
	padding: 0 25px 25px;
}

body .fade-wrapper {
  margin-top: 70px;
}

body.home .fade-wrapper {
  margin-top: 0;
}

.first-reveal {
  display: flex;
  position: relative;
  margin: 0 0 25px;
  justify-content: flex-end;
  flex-direction: column;
}

.first-reveal h1 {
	position: relative;
  font-size: 0;
  line-height: 0;
  margin: 180px 0 0;
  height: 105px;
  overflow: hidden;
  transform: none;
}

.first-reveal h1 span {
	display: flex;
	opacity: 0;
  transition: opacity 1s ease-in-out;
}


.first-reveal h1.on span {
	opacity: 1;
}

.first-reveal h1 span span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 2.5s ease-in-out;
  /* 5s ease-out */
  /* 2.5s ease-out */
  /* 1.25s ease-out */
  /* 5s ease-in-out */
  /* 2.5s ease-in-out */
  /* 1.25 ease-in-out */
  /* 10s cubic-bezier(0,.5,.5,1) = extreme ease-out */
}

body.stop-transitions .first-reveal h1 span span {
  transition: none!important;
}

.first-reveal h1 span.neil span {
	bottom: 50px;
}

.first-reveal h1 span.neil span:nth-of-type(2) 			 { width: 20px }
.first-reveal h1 span.neil span:nth-of-type(3) 			 { width: 12px }
.first-reveal h1 span.neil span:nth-of-type(4) 			 { width: 20px }

.first-reveal h1 span.davidge span:nth-of-type(4) 	 { width: 12px }
.first-reveal h1 span.davidge span:nth-of-type(7) 	 { width: 20px }

.first-reveal h1 span.neil span:nth-of-type(1) 		   { transform: translateX(calc(0vw + 0px));   	}
.first-reveal h1 span.neil span:nth-of-type(2) 		   { transform: translateX(calc(12vw - 23px));  }
.first-reveal h1 span.neil span:nth-of-type(3) 		   { transform: translateX(calc(23vw - 45px));  }
.first-reveal h1 span.neil span:nth-of-type(4) 		   { transform: translateX(calc(35vw - 81px)); 	}

.first-reveal h1 span.davidge span:nth-of-type(1) 	 { transform: translateX(calc(0vw - 0px)); 	  }
.first-reveal h1 span.davidge span:nth-of-type(2) 	 { transform: translateX(calc(10vw - 15px)); 	}
.first-reveal h1 span.davidge span:nth-of-type(3) 	 { transform: translateX(calc(20vw - 30px)); 	}
.first-reveal h1 span.davidge span:nth-of-type(4) 	 { transform: translateX(calc(30vw - 45px)); 	}
.first-reveal h1 span.davidge span:nth-of-type(5) 	 { transform: translateX(calc(40vw - 72px)); 	}
.first-reveal h1 span.davidge span:nth-of-type(6) 	 { transform: translateX(calc(50vw - 87px)); 	}
.first-reveal h1 span.davidge span:nth-of-type(7) 	 { transform: translateX(calc(60vw - 102px)); }

.first-reveal h1.on span.neil span:nth-of-type(1) 	 { transform: translateX(calc(0vw - 0px));   	}
.first-reveal h1.on span.neil span:nth-of-type(2) 	 { transform: translateX(calc(25vw - 21px));  }
.first-reveal h1.on span.neil span:nth-of-type(3) 	 { transform: translateX(calc(50vw - 45px));  }
.first-reveal h1.on span.neil span:nth-of-type(4) 	 { transform: translateX(calc(75vw - 79px)); 	}

.first-reveal h1.on span.davidge span:nth-of-type(1) { transform: translateX(calc(0vw - 0px)); 	  }
.first-reveal h1.on span.davidge span:nth-of-type(2) { transform: translateX(calc(17vw - 15px)); 	}
.first-reveal h1.on span.davidge span:nth-of-type(3) { transform: translateX(calc(33vw - 30px)); 	}
.first-reveal h1.on span.davidge span:nth-of-type(4) { transform: translateX(calc(50vw - 45px)); 	}
.first-reveal h1.on span.davidge span:nth-of-type(5) { transform: translateX(calc(67vw - 71px)); 	}
.first-reveal h1.on span.davidge span:nth-of-type(6) { transform: translateX(calc(83vw - 84px)); 	}
.first-reveal h1.on span.davidge span:nth-of-type(7) { transform: translateX(calc(100vw - 98px)); }

.first-reveal .haze {
  position: absolute;
  width: 100%;
  bottom: 0;
  mix-blend-mode: lighten;
}

.first-reveal .haze-01 {
  background: linear-gradient(0deg, rgba(215,80,98,0.75) 0%, rgba(255,255,255,0) 100%);
  top: -10px;
}

.first-reveal .haze-02 {
  background: radial-gradient(circle, rgb(91, 217, 94) 0%, rgba(255,255,255,0) 75%);
  top: -25px;
  left: -25%;
}

@media screen and (min-width: 1024px) {

	main {
    margin: auto;
    max-width: 1280px;
    padding: 0 45px;
  }

  a#menu-trigger {
  	display: none;
  }

  #menu {
    transform: none;
    background: transparent;
    overflow: hidden;
    max-width: 1280px;
    margin: auto;
    height: 140px;
    display: flex;
    flex-direction: column;
    padding: 47px 45px 0 min(640px, 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(247, 245, 240, 0.66);
    /*transition: all 1s ease-out;*/
  }

  /*#menu:hover,
  #menu.hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  	background: rgba(247, 245, 240, 0.8);
  	transition: all 0.15s ease-in-out;
  }*/

  #menu li {
  	opacity: 1;
  	width: 33.333%;
  }

  #menu li.home {
  	position: absolute;
  	left: 45px;
  	width: calc(50% - 45px);
  }

  #menu li:nth-of-type(4),
  #menu li:nth-of-type(5) {
  	transform: translate(101%, -200%);
  }

  #menu li:nth-of-type(6),
  #menu li:nth-of-type(7) {
  	transform: translate(200%, -400%);
  }

  #menu li.soc-med {
  	display: none;
  }

  #menu a {
  	color: var(--dark-blue);
  	font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
    padding: 2px 3px;
    margin: 0 0 0 2px;
    position: relative;
    will-change: transform;
    transition: color 0.15s ease-in-out;
  }

      #menu a:hover {
        color: var(--cream);
      }

    #menu a::before {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: -1;
      transform: scaleX(0);
      transform-origin: 0 0;
      transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
    }

      #menu li:nth-of-type(1) a::before {   background: var(--cream);          }
      #menu li:nth-of-type(2) a::before {   background: var(--light-red);      }
      #menu li:nth-of-type(3) a::before {   background: var(--light-blue);     }
      #menu li:nth-of-type(4) a::before {   background: var(--mint-green);     }
      #menu li:nth-of-type(5) a::before {   background: var(--dark-red);       }
      #menu li:nth-of-type(6) a::before {   background: var(--vivid-green);    }
      #menu li:nth-of-type(7) a::before {   background: var(--light-red);      }

      #menu a:hover::before {
        background: var(--dark-grey)!important;
        transform: scaleX(1);
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
      }

      	#menu a.active,
      	#menu a.active:hover {
      		color: var(--dark-grey);
      	}

      	#menu a.active::before {
      			background: var(--light-red)!important;
      			opacity: 0;
      			transform: scaleX(1);
      			transition: 1s background ease-in-out, opacity 0.5s ease-in 0.5s;
      	}

      	#menu.redirecting li:nth-of-type(1) a.active {
      		opacity: 0;
      		transition: opacity 1s ease-in-out;
      		color: var(--cream);
      	}

  #menu a.selected,
  #menu .home a {
	  font-weight: 600;
	  letter-spacing: -0.025em;
	}

	#menu li.home a {
		padding-left: 0;
	}

  .first-reveal {
  	position: fixed;
  	top: 0;
    /*height: calc(100vh - 50px);*/ /* what it was */
    height: calc(50vh + 100px);
	  padding: 0 0 75px;
	  z-index: -1;
	}

  .first-reveal h1 {
  	height: 150px;
    overflow: visible;
  }

	.first-reveal h1 span span {
		width: 21px;
		height: 44px;
	}

	.first-reveal h1 span.neil span {
		bottom: 100px;
	}

	.first-reveal h1 span.neil span:nth-of-type(1) 				{ width: 19px }
	.first-reveal h1 span.neil span:nth-of-type(2) 				{ width: 16px }
	.first-reveal h1 span.neil span:nth-of-type(3) 				{ width: 9px  }
	.first-reveal h1 span.neil span:nth-of-type(4) 				{ width: 15px }

	.first-reveal h1 span.davidge span:nth-of-type(4) 		{ width: 11px }
	.first-reveal h1 span.davidge span:nth-of-type(7) 		{ width: 18px }

  /* hazes */

  .first-reveal h1 span span {
    background: #f7f5f0;
    mix-blend-mode: multiply;
  }

  .first-reveal h1 span span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: lighten;
  }

  .first-reveal h1 span.neil span:nth-of-type(1):before {       background: linear-gradient(90deg, #2c5139, #3e5d3f);  }
  .first-reveal h1 span.neil span:nth-of-type(2):before {       background: linear-gradient(90deg, #418a46, #397f43);  }
  .first-reveal h1 span.neil span:nth-of-type(3):before {       background: linear-gradient(0deg,  #242f32, #353236);  }
  .first-reveal h1 span.neil span:nth-of-type(4):before {       background: linear-gradient(0deg,  #242f32, #363237);  }

  .first-reveal h1 span.davidge span:nth-of-type(1):before {    background: linear-gradient(0deg,  #7e5a4d, #915650);  }
  .first-reveal h1 span.davidge span:nth-of-type(2):before {    background: linear-gradient(0deg,  #7e8d50, #917b52);  }
  .first-reveal h1 span.davidge span:nth-of-type(3):before {    background: linear-gradient(0deg,  #7d774e, #916951);  }
  .first-reveal h1 span.davidge span:nth-of-type(4):before {    background: linear-gradient(0deg,  #7d424a, #90434f);  }
  .first-reveal h1 span.davidge span:nth-of-type(5):before {    background: linear-gradient(45deg, #7e404a, #8e434f);  }
  .first-reveal h1 span.davidge span:nth-of-type(6):before {    background: linear-gradient(0deg,  #7e404a, #90434f);  }
  .first-reveal h1 span.davidge span:nth-of-type(7):before {    background: linear-gradient(0deg,  #7d404a, #7d3f4a);  }

  /* /hazes */

  body .fade-wrapper {
    margin-top: 140px;
    padding-right: 2px;
    padding-left: 2px;
	}

	body.home main .fade-wrapper {
    margin-top: calc(50vh + 100px);
    padding-right: 0;
    padding-left: 0;
	}

	body.home #menu li.home {
  	opacity: 0;
    transition: all 1s ease-in;
    visibility: hidden;
  }

  	body.home #menu.redirecting li.home {
	  	opacity: 1;
	  	visibility: visible;
	  }

  body.home.off-top #menu li.home {
  	opacity: 1;
    transition: all 1s ease-in-out 1s;
    visibility: visible;
  }

  body .first-reveal h1 {
    transition: opacity 2s ease-in-out;
  }

  body.off-half-window .first-reveal h1 {
    opacity: 0;
    transition: opacity 0s ease-in-out;
  }

  /* fade above main home image */

  body.home .image-container {
    position: relative;
  }

  body.home .image-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 170px;
    top: -150px;
    background: linear-gradient(0deg, rgba(247,245,240,1) 0%, rgba(247,245,240,0) 80%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, filter 2s ease-in-out;
    filter: blur(10px);
  }

  body.home.off-top .image-container:before {
    opacity: 1;
    filter: blur(0px);
  }

  /* /fade above main home image */

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.first-reveal h1 span.davidge {
		transform: scale(0.95) translateY(156px);
  	transform-origin: left bottom;
	}

}

@media screen and (min-width: 1024px) {

	.image-container {
	  position: relative;
	  z-index: 3;
	}

}

@media screen and (min-width: 1280px) {

	.first-reveal h1 span.neil span:nth-of-type(1) 			  { transform: translateX(15px);   	}
	.first-reveal h1 span.davidge span:nth-of-type(1) 	  { transform: translateX(10px); 	  }

		.first-reveal h1 span.neil span:nth-of-type(1) 		{ transform: translateX(0px);   	}
		.first-reveal h1 span.neil span:nth-of-type(2) 		{ transform: translateX(217px);   }
		.first-reveal h1 span.neil span:nth-of-type(3) 		{ transform: translateX(431px);   }
		.first-reveal h1 span.neil span:nth-of-type(4) 		{ transform: translateX(638px); 	}

		.first-reveal h1 span.davidge span:nth-of-type(1) 	{ transform: translateX(0px); 	  }
		.first-reveal h1 span.davidge span:nth-of-type(2) 	{ transform: translateX(145px); 	}
		.first-reveal h1 span.davidge span:nth-of-type(3) 	{ transform: translateX(290px); 	}
		.first-reveal h1 span.davidge span:nth-of-type(4) 	{ transform: translateX(437px); 	}
		.first-reveal h1 span.davidge span:nth-of-type(5) 	{ transform: translateX(574px); 	}
		.first-reveal h1 span.davidge span:nth-of-type(6) 	{ transform: translateX(723px); 	}
		.first-reveal h1 span.davidge span:nth-of-type(7) 	{ transform: translateX(870px); 	}

			.first-reveal h1.on span.neil span:nth-of-type(1) 		{ transform: translateX(0px);   	}
			.first-reveal h1.on span.neil span:nth-of-type(2) 		{ transform: translateX(342px);   }
			.first-reveal h1.on span.neil span:nth-of-type(3) 		{ transform: translateX(681px);   }
			.first-reveal h1.on span.neil span:nth-of-type(4) 		{ transform: translateX(1013px); 	}

			.first-reveal h1.on span.davidge span:nth-of-type(1) 	{ transform: translateX(0px); 	  }
			.first-reveal h1.on span.davidge span:nth-of-type(2) 	{ transform: translateX(195px); 	}
			.first-reveal h1.on span.davidge span:nth-of-type(3) 	{ transform: translateX(390px); 	}
			.first-reveal h1.on span.davidge span:nth-of-type(4) 	{ transform: translateX(587px); 	}
			.first-reveal h1.on span.davidge span:nth-of-type(5) 	{ transform: translateX(774px); 	}
			.first-reveal h1.on span.davidge span:nth-of-type(6) 	{ transform: translateX(973px); 	}
			.first-reveal h1.on span.davidge span:nth-of-type(7) 	{ transform: translateX(1170px); 	}

}

.image-container {
  transition-duration: 2s!important;
}

.image-container.has-haze:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-container.has-haze.haze-03:after {
  background: linear-gradient(0deg, #518fd7, rgba(255, 255, 255, 0));
  mix-blend-mode: lighten;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

body.off-top .image-container.has-haze.haze-03:after {
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {

  .image-container.eiv-animate.has-haze.haze-03:after,
  .image-container.eiv-already-animated.has-haze.haze-03:after {
    opacity: 0.6;
  }

  .main-home-image.image-container.eiv-item {
    transform: translateY(0);
  }

}

/* intro images */

:root {
  --hgrid:            8vw;
  --vgrid:            -4vw;
}

@media screen and (min-width: 1280px) {

  :root {
    --hgrid:          98px;
    --vgrid:          -52px; /* in better times, this was 98px */
  }

}

.intro-container h2 {
  font-weight: 300;
  font-size: 46px;
  margin: 30px 0 35px;
  padding: 0 10px 5px 0;
  letter-spacing: 0.01em;
  line-height: 1.1;
  background: -webkit-linear-gradient(0deg, var(--dark-green), var(--dark-red) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: transform;
}

.intro-image {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.intro-image picture {
  display: block;
}

    .intro-image.has-haze picture:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: opacity 2s ease-in-out;
    }

    .intro-image.has-haze.haze-04 picture:after {
      top: 66%;
      background: linear-gradient(0deg, rgba(255, 252, 0, 1.0), rgba(255, 255, 255, 0));
      transition: opacity 5s ease-in-out;
    }

    .intro-image.has-haze.haze-04 picture.eiv-animate:after,
    .intro-image.has-haze.haze-04 picture.eiv-already-animated:after {
      opacity: 0.3;
    }

.intro-image.piano-console {
  width: calc(var(--hgrid) * 5);
  margin-top: calc(var(--vgrid) * 0);
  margin-left: calc(var(--hgrid) * 0);
}

.intro-image.installation {
  width: calc(var(--hgrid) * 5);
  margin-top: calc(var(--vgrid) * 7);
  margin-left: calc(var(--hgrid) * 6);
}

.intro-image.abbey-road {
  width: calc(var(--hgrid) * 4);
  margin-top: calc(var(--vgrid) * 1);
  margin-left: calc(var(--hgrid) * 1);
}

    .intro-image.has-haze.haze-05 picture:after {
      bottom: 33%;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(80, 137, 200, 1));
      mix-blend-mode: lighten;
    }

    .intro-image.has-haze.haze-05 picture.eiv-animate:after,
    .intro-image.has-haze.haze-05 picture.eiv-already-animated:after {
      opacity: 0.8;
    }

.intro-image.massive-attack {
  width: calc(var(--hgrid) * 4);
  margin-top: calc(var(--vgrid) * 3);
  margin-left: calc(var(--hgrid) * 6);
}

    .intro-image.has-haze.haze-06 picture:after {
      top: 20%;
      background: linear-gradient(0deg, rgba(80, 137, 200, 1), rgba(255, 255, 255, 0));
      mix-blend-mode: lighten;
      transition: opacity 4s ease-in-out;
    }

    .intro-image.has-haze.haze-06 picture.eiv-animate:after,
    .intro-image.has-haze.haze-06 picture.eiv-already-animated:after {
      opacity: 0.8;
    }

    .intro-image.has-haze.haze-07 picture:after {
      top: 20%;
      background: linear-gradient(0deg, rgba(84, 126, 98, 1), rgba(255, 255, 255, 0));
      mix-blend-mode: lighten;
      transition: opacity 4s ease-in-out;
    }

    .intro-image.has-haze.haze-07 picture.eiv-animate:after,
    .intro-image.has-haze.haze-07 picture.eiv-already-animated:after {
      opacity: 0.8;
    }

.intro-container p {
  position: relative;
  margin: 25px 0 35px;
  padding: 0 35px 0 0;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -0.03rem;
  background: -webkit-linear-gradient(260deg, #2c3950, #a24a5c 50%, #9bb15c 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1024px) {

	.intro-container h2 {
    font-size: 70px;
    line-height: 75px;
    width: 100%;
    margin: 60px 0;
  }

	 .intro-container p {
    font-size: 42px;
    line-height: 47px;
    margin: 50px 0;
    padding: 0 1px;
    letter-spacing: 0rem;
  }

}


@media screen and (min-width: 1280px) {

  .intro-container {
    padding: 0 100px;
  }

	.intro-container h2 {
    text-align: center;
    padding: 0 0 5px;
  }

  .intro-container p {
    font-size: 45px;
    line-height: 50px;
    margin: 100px 0 50px;
  }

  .intro-image.piano-console {
    width: calc(var(--hgrid) * 5);
    margin-top: calc(var(--vgrid) * 0);
    margin-left: calc(var(--hgrid) * 0);
  }

  .intro-image.installation {
    width: calc(var(--hgrid) * 4);
    margin-top: calc(var(--vgrid) * 6);
    margin-left: calc(var(--hgrid) * 6);
  }

  .intro-image.abbey-road {
    width: calc(var(--hgrid) * 4);
    margin-top: calc(var(--vgrid) * 0);
    margin-left: calc(var(--hgrid) * 1);
  }

  .intro-image.massive-attack {
    width: calc(var(--hgrid) * 3);
    margin-top: calc(var(--vgrid) * 3);
    margin-left: calc(var(--hgrid) * 6);
  }

}

@media screen and (min-height: 1800px) {

    body.off-top .first-reveal h1 {
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

}

/*@media screen and (min-height: 1200px) {

    .intro-container h2 {
      padding-top: calc(50vh + 780px);
    }

}*/

/* /intro images */

/* video grid and score/records page */

.score-records-container h1 {
	display: none;
}

.video-grid-container {
  overflow: hidden;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.video-grid-container nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-grid-container button,
.video-grid-container nav a {
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
  cursor: pointer;
  margin: 5px;
  background: var(--dark-grey);
}

.video-grid-container nav a {
  transform: none;
}

	/* poster frame gradients */

	.video-grid-container picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  mix-blend-mode: lighten;
  width: 100%;
  display: block;
  margin: 0;
}

	.video-grid-container button:nth-of-type(1) picture:after,
  .video-grid-container nav a:nth-of-type(6n + 1) picture:after {
	  background: linear-gradient(0deg, rgba(175,88,198,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 25%;
	}

	.video-grid-container button:nth-of-type(2) picture:after,
  .video-grid-container nav a:nth-of-type(6n + 2) picture:after {
	  background: linear-gradient(0deg, rgba(79,141,131,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 30%;
	}

	.video-grid-container button:nth-of-type(3) picture:after,
  .video-grid-container nav a:nth-of-type(6n + 3) picture:after {
	  background: linear-gradient(0deg, rgba(134,61,70,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 66%;
	}

	.video-grid-container button:nth-of-type(4) picture:after,
  .video-grid-container nav a:nth-of-type(6n + 4) picture:after {
	  background: linear-gradient(0deg, rgba(80,86,205,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 50%;
	}

	.video-grid-container button:nth-of-type(5) picture:after,
  .video-grid-container nav a:nth-of-type(6n + 5) picture:after {
	  background: linear-gradient(0deg, rgba(134,61,70,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 66%;
	}

	.video-grid-container button:nth-of-type(6) picture:after,
  .video-grid-container nav a:nth-of-type(6n) picture:after {
	  background: linear-gradient(0deg, rgba(79,141,131,1) 0%, rgba(255,255,255,0) 100%);
	  opacity: 50%;
	}

	/* /poster frame gradients */

.video-grid-container button picture,
.video-grid-container nav a picture {
  display: block;
}

.video-grid-container button img,
.video-grid-container nav a img {
  transition: transform 0.5s ease-out;
}

.video-grid-container button:hover img,
.video-grid-container nav a:hover img {
  transform: scale(0.8);
}

.video-grid-container nav a:hover img {
  transform: scale(0.8);
}

.video-grid-container button .info-container,
.video-grid-container nav a .info-container {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--cream);
  text-align: left;
  width: 100%;
  padding: 10px;
}

.video-grid-container button .info-container span,
.video-grid-container nav a .info-container span {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

  .video-grid-container button .info-container span.ft,
  .video-grid-container nav a .info-container span.ft {
    display: inline-block;
    font-weight: 400;
    font-size: 75%;
  }

.video-grid-container button .info-container span.running-time,
.video-grid-container nav a .info-container span.running-time {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0;
}

.video-grid-container button .info-container span.running-time::before,
.video-grid-container nav a .info-container span.running-time::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/play-triangle.svg) center no-repeat;
  margin: 0 4px 0 1px;
  transform: translateY(1px);
}

.video-grid-container a.button.more {
  display: flex;
  margin: 20px auto 3px;
}

@media screen and (min-width: 1024px) {

	.video-grid-container button,
	.video-grid-container nav a {
		position: relative;
		width: calc(33.333% - 10px);
	}

	/*.video-grid-container button {
		z-index: 10;
	}*/

}

@media screen and (min-width: 1280px) {

	.score-records-container .video-grid-container {
		margin-top: 167px;
		margin-bottom: 75px;
	}

	.video-grid-container a.button.more {
	  margin-top: 64px;
	}

	.video-grid-container button .info-container,
	.video-grid-container nav a .info-container {
		padding: 14px 20px;
		transform-origin: left bottom;
		transition: transform 1s ease-in-out;
		will-change: transform;
	}

		.video-grid-container button:hover .info-container {
		  transform: scale(1.65) translate(-8px, 5px); 
		}

    .video-grid-container nav a:hover .info-container {
      transform: scale(1.2) translate(-8px, 5px); 
    }

	.video-grid-container button .info-container span,
	.video-grid-container nav a .info-container span {
		font-size: 23px;
  	line-height: 23px;
	}

	.video-grid-container button .info-container span.running-time,
	.video-grid-container nav a .info-container span.running-time {
		font-size: 16px;
	}

	.video-grid-container button .info-container span.running-time::before,
	.video-grid-container nav a .info-container span.running-time::before {
		transform: translateY(-1px);
	}

}

/* /video grid */

/* home contact details */

.home-contact-container {
  text-align: center;
  padding: 45px 0 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 50px 0 10px;
}

.home-contact-container .button:last-of-type {
  margin-bottom: 0;
}

.home-contact-container .col {
  padding: 0 0 40px;
}

.home-contact-container h2 {
  font-size: 17px;
  margin: 0 0 3px;
  letter-spacing: -0.05rem;
  font-weight: 600;
}

.home-contact-container h3 {
  font-size: 48px;
  margin: 0 0 2px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}

.home-contact-container p {
  font-size: 28px;
  margin: 0 0 20px;
  letter-spacing: -0.02rem;
  font-weight: 300;
}

  .home-contact-container p span.br {
    display: block;
    font-size: 0;
  }

.home-contact-container a.button {
  display: block;
  margin: 0 auto 15px;
}

  .has-gradient.gradient-01::before {
    background: linear-gradient(160deg, #2e3951, #626e56 80%); 
  }

    .has-gradient.gradient-01 span {
      color: #443c53;
    }

  .has-gradient.gradient-02::before {
    background: linear-gradient(90deg, #98aa5c, #97485c 80%); 
  }

    .has-gradient.gradient-02 span {
      background: -webkit-linear-gradient(0deg, #988a5c, #9c485c 80%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

  .has-gradient.gradient-03::before {
    background: linear-gradient(90deg, #493d54, #4d9a55 80%); 
  }

    .has-gradient.gradient-03 span {
      background: -webkit-linear-gradient(0deg, #413c53, #4d9a55 80%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

  .has-gradient.gradient-04::before {
    background: linear-gradient(90deg, #5f975c, #aa4e5d 80%); 
  }

    .has-gradient.gradient-04 span {
      background: -webkit-linear-gradient(0deg, #5f975c, #8f665b 80%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

.has-gradient:hover span {
  background: var(--cream);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {

  /*.home-contact-container {
    display: flex;
    justify-content: center;
    border: none;
  }

  .home-contact-container .col {
    width: 50%;
  }

  .home-contact-container .col:first-of-type {
    border-right: 0.5px solid var(--dark-blue);
  }

  .home-contact-container .col:last-of-type {
    border-left: 0.5px solid var(--dark-red);
  }

  .home-contact-container a.button {
    width: calc(100% - 40px);
    max-width: 340px;
  }*/

  .home-contact-container {
    padding: 55px 0 45px;
  }

  .home-contact-container .col {
    padding: 20px 0 75px;
  }

  .home-contact-container p span.br {
    display: inline-block;
    font-size: 28px;
  }

}

/*@media screen and (min-width: 1024px) {

	.home-contact-container {
  	position: relative;
    z-index: 1;
  }

}*/

@media screen and (min-width: 1280px) {

	.home-contact-container {
    max-width: 800px;
    margin: 70px auto 0;
    padding: 55px 0 35px;
  }

    body.home .home-contact-container {
      max-width: 800px;
    }

  .home-contact-container h2 {
    font-size: 20px;
    margin: 0;
  }

  .home-contact-container h3 {
    font-size: 65px;
    margin: 5px 0 8px;
    letter-spacing: 0.05rem;
    line-height: 1;
  }

    .home-contact-container .col-1 h3 {
      font-size: 75px;
      margin: 10px 0 5px;
    }

  .home-contact-container p {
    margin: 0 0 35px;
  }

  .home-contact-container p,
  .home-contact-container p span.br {
    font-size: 28px;
    letter-spacing: -0.02rem;
    font-weight: 300;
  }

  .home-contact-container a.button {
    display: inline-block;
    margin: 0 5px;
  }

}

/* /home contact details */



/* about, discography, news and contact */

.about-container .h1-container,
.about-container + .intro-container {
	display: none;
}

.about-image-container {
  display: block;
  width: 100%;
  margin-top: 0;
}

	.about-image-container .intro-image {
		opacity: 1;
	}

.about-container {
	position: relative;
  margin: 20px -1px 50px;
  padding: 0 5px 0 0;
  background: -webkit-linear-gradient(-45deg, #2c3950, #a24a5c 70%, #7e8e50 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-container p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.04rem;
  line-height: 1.3;
}

.discography-container .h1-container,
.news-container .h1-container {
	width: 100%;
}

.discography-container h1 {
	background: -webkit-linear-gradient(0deg, var(--dark-green), var(--light-red) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-container h1 {
	background: -webkit-linear-gradient(0deg, var(--dark-blue), var(--mint-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discography-container h2,
.news-container h2 {
  color: var(--dark-green);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
  border-top: 2px solid var(--dark-green);
  padding: 20px 0 0;
}

.news-container h2 {
  color: var(--dark-blue);
  border: none;
  margin: 0 0 16px;
  line-height: 1.2;
}

.discography-container .item {
	display: flex;
	transition-delay: 0.1s;
}

.discography-container picture {
	width: 98px;
	margin: 0 20px 30px 0;
}

.discography-container .info {
	width: calc(100% - 118px);
	transition-delay: 0.2s;
}

.discography-container h3 {
  font-size: 17px;
  letter-spacing: -0.01em;
  margin: 0 0 3px;
  font-weight: 600;
  line-height: 1.1;
}

.discography-container p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

  .discography-container p:last-of-type {
    margin-bottom: 35px;
  }

.news-container p {
  font-size: 14px;
  line-height: 1.3;
}

  .news-container p:last-of-type {
    margin-bottom: 0;
  }

    .news-container p strong {
      font-weight: 600;
    }

.discography-container p a,
.news-container p a {
  position: relative;
}

.discography-container p a:hover,
.news-container p a:hover {
  color: var(--dark-blue);
}

.discography-container p a::after,
.news-container p a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--light-red);
  left: 0;
  transition: border 0.25s ease-in-out;
}

.discography-container p a:hover::after,
.news-container p a:hover::after {
  border-color: var(--dark-blue);
}

.news-container .story {
  display: table;
	border-top: 2px solid var(--dark-blue);
  padding-bottom: 20px;
}

.news-container .story img {
  margin: 4px 20px 10px 0;
  float: left;
  width: calc(50% - 10px);
}

	.contact-container .col {
	  padding-bottom: 25px;
	  border-bottom: 1px solid;
	  margin-bottom: 25px;
	}

  	.contact-container .col.col-1 {
	    padding-top: 110px;
	  }

  .contact-container {
    display: table;
    min-height: calc(100vh - 450px);
  }

  .contact-container .h1-container {
    display: none;
  }

  .contact-container h2 {
	  position: relative;
	  margin: 0 0 20px;
	  font-size: 15vw;
	  font-weight: 300;
	  line-height: 0.9em;
	  letter-spacing: -0.01em;
	  border: none;
	  padding: 6px 0 25px;
	}

	   .contact-container .col-1 h2 {
				background: -webkit-linear-gradient(0deg, var(--dark-blue), #84424b 100%);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			}

			.contact-container .col-2 h2 {
				background: -webkit-linear-gradient(0deg, #84424b, #7e8d50 100%);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			}

	  .contact-container .col-1 h2::after {
	    background: linear-gradient(90deg, var(--dark-blue) 0%, #84424b 100%);
	  }

	  .contact-container .col-2 h2::after {
	    background: linear-gradient(90deg, #84424b 0%, #7e8e50 100%);
	  }

  	.contact-container h2 span {
  		display: block;
  		
  	}

  .contact-container h3 {
	  margin: 0 0 25px;
	  font-size: 36px;
	  font-weight: 300;
	  line-height: 1.1;
	  letter-spacing: -0.01rem;
	}

	.contact-container h3 br {
		display: none;
	}

  .contact-container p span.col {
  	display: block;
  	margin: 0;
    padding: 0;
    border: none;
  }

  .contact-container p span.col:nth-of-type(2) {
    padding-top: 1rem;
  }

@media screen and (max-width: 1023px) {

	.contact-container p {
		margin: 0;
	}

	.contact-container a {
		position: relative;
	  display: inline-block;
	  border: 2px solid var(--dark-blue);
	  color: var(--dark-blue);
	  text-decoration: none;
	  text-align: center;
	  background-color: transparent;
	  font-size: 16px;
	  line-height: 1;
	  padding: 12.5px 18px;
	  border-radius: 25px;
	  margin: 0 0 20px;
	  width: 100%;
	  cursor: pointer;
	  transition: 0.6s all ease-in-out;
	  text-transform: none;
	  font-weight: 600;
	  letter-spacing: -0.02rem;
	}

	.contact-container a.top-link {
		border-radius: 25px 25px 0 0;
		border-bottom: none;
		margin-bottom: 0;
		padding-top: 18px;
		padding-bottom: 12px;
	}

		.contact-container a.top-link::after {
	    content: "";
	    position: absolute;
	    left: 15px;
	    right: 15px;
	    bottom: -1px;
	    border-bottom: 1px solid var(--dark-blue);
	    opacity: 0.25;
	  }

	.contact-container a.bottom-link {
		border-radius: 0 0 25px 25px;
		border-top: none;
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.contact-container a:hover {
		color: var(--cream);
		background-color: var(--dark-grey);
	  border-color: var(--dark-grey);
	  transition: 0.2s all ease-in-out;
	}

}

@media screen and (min-width: 1024px) {

	.discography-container {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 75px;
	}

	.discography-container .col {
		float: left;
		width: 33.333%;
		padding-right: 25px;
	}

	.discography-container .col.col-2 {
		padding-left: 4px;
		padding-right: 21px;
	}

	.discography-container .col.col-3 {
		padding-left: 8px;
		padding-right: 17px;
	}

	.discography-container .item {
		padding-right: 20px;
	}

	.news-container {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 75px;
	}

	.news-container .story {
		width: calc(33.333% - 25px);
		margin-right: 25px;
    padding-bottom: 45px;
	}

	.news-container .story:nth-of-type(3n) {
		margin-left: 4px;
		margin-right: 21px;
	}

	.news-container .story:nth-of-type(3n+1) {
		margin-left: 8px;
		margin-right: 17px;
	}

	.news-container .story img {
	  margin: 4px 0 17px;
	  width: 100%;
	}

	.news-container p {
    font-size: 16px;
	  /*line-height: 1.4;*/
	}

  .contact-container .col {
    float: left;
    width: 50%;
    padding-right: 23px;
    padding-bottom: 50px;
    border: none;
  }

  .contact-container .col.col-1 {
	  padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
	}

  .contact-container .col.col-2 {
    padding-left: 6px;
    padding-right: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contact-container {
    min-height: calc(100vh - 450px);
  }

  .contact-container .h1-container {
    display: none;
  }

  .contact-container h2 {
  	position: relative;
    margin: 0 0 20px;
    font-size: 7vw;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.01em;
    border: none;
    padding: 25px 0 50px;
    transform: translateX(-4px);
  }

 	  .contact-container h2::after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    display: block;
	    position: absolute;
	    bottom: -2px;
	    left: 4px;
	  }

	   .contact-container .col-1 h2 {
				background: -webkit-linear-gradient(0deg, var(--dark-blue), #84424b 100%);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			}

			.contact-container .col-2 h2 {
				background: -webkit-linear-gradient(0deg, #84424b, #7e8d50 100%);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			}

	  .contact-container .col-1 h2::after {
	    background: linear-gradient(90deg, var(--dark-blue) 0%, #84424b 100%);
	  }

	  .contact-container .col-2 h2::after {
	    background: linear-gradient(90deg, #84424b 0%, #7e8e50 100%);
	  }

  	.contact-container h2 span {
  		display: block;
  		
  	}

  .contact-container h3 {
    margin: 0 0 100px;
    font-weight: 400;
    transform: translateX(-2px);
  }

  .contact-container p span.col {
    float: none;
    padding: 0;
    display: inline-block;
    width: 197px;
    border: none;
  }

  .contact-container p span.col:nth-of-type(2) {
    padding-top: 0;
  }

  .about-image-container {
    width: calc(100% - 100px);
    margin: 172px 50px 0;
  }

  	.about-image-container .intro-image {
  		opacity: 1;
  	}

  	 .about-image-container .intro-image.has-haze.haze-about picture::after {
	    top: 50%;
	    background: linear-gradient(0deg, var(--vivid-purple), rgba(255, 255, 255, 0));
	    mix-blend-mode: plus-lighter;
	    opacity: 0.5;
	    transition: none;
	  }

	  .about-container {
		  margin: 30px 50px 75px;
		}

	  .about-container p {
      font-size: 40px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0 0 35px;
    }

}

@media screen and (min-width: 1280px) {

  .about-image-container {
    width: calc(100% - 384px);
    margin: 172px 192px 0;
  }

	.contact-container h2 {
    font-size: 96px;
  }

	.contact-container h3 br {
		display: block;
	}

	.about-container {
    margin: 35px 192px 50px;
  }

  body.about-page main {
  	overflow-x: hidden;
  }

}

@media screen and (min-width: 1440px) {

	.about-image-container {
		width: 787px;
	}

  body.about-page .intro-container {
    margin: -1425px 0 150px;
  }

	body.about-page .intro-container .intro-image.about-01 {
    width: calc(var(--hgrid) * 1.75);
	  margin-left: calc(var(--hgrid) * 10.5);
	}

  body.about-page .intro-container .intro-image.about-02 {
    width: calc(var(--hgrid) * 1.5);
  }

	/*body.about-page .intro-container .intro-image.about-03 {
    width: calc(var(--hgrid) * 2.5);
  }*/

  body.about-page .intro-container .intro-image.about-04 {
    width: calc(var(--hgrid) * 2);
    margin-top: calc(var(--vgrid) * 1);
    margin-left: calc(var(--hgrid) * -0.5);
  }

  body.about-page .intro-container .intro-image.about-05 {
    margin-left: calc(var(--hgrid) * 10.25);
  }

  body.about-page .intro-container .intro-image.about-06 {
    width: calc(var(--hgrid) * 2);
    margin-top: calc(var(--vgrid) * 2.5);
  }

}

/* /about, discography, news and contact */



/* /main */



/* eiv */

.eiv-item {
  opacity: 0;
  transform: translateY(25px);
  transition: transform 2.5s ease-out, opacity 0.5s ease-out;
}

.eiv-item.eiv-already-animated,
.eiv-item.eiv-animate {
	opacity: 1;
	transform: translateY(0);
}

/* /eiv */



/* footer */

footer {
	text-align: center;
	margin: 0!important;
}

footer p {
  font-size: 14px;
  letter-spacing: -0.02em;
  margin: 15px 0 50px;
}

@media screen and (min-width: 1024px) {

	footer {
		margin: 55px 0 0!important;
	}

  body.home footer {
    margin: 75px 0 0!important;
  }

}

@media screen and (min-width: 1280px) {

	body.home footer p,
  body.score-page footer p,
  body.recordings-page footer p,
  body.about-page footer p,
  body.works-page footer p,
  body.news-page footer p {
    font-size: 20px;
    margin: 25px 0 100px;
  }

}

/* /footer */



/* soc med */

#social-media-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}

#social-media-nav li {
  font-size: 0;
  line-height: 0;
}

#social-media-nav a {
  width: 45px;
  height: 45px;
  display: block;
  border: 2px solid var(--dark-blue);
  border-radius: 45px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  transition: border 1s ease-in-out;
}

#social-media-nav a:hover {
  border-color: var(--light-red);
  transition: border 0.1s linear;
}

/*#social-media-nav a.phone {
	background-image: url(img/soc-med-phone.svg);
	background-size: 21px;
}

#social-media-nav a.email {
	background-image: url(img/soc-med-email.svg);
}*/

#social-media-nav a.linkedin {
	background-image: url(img/soc-med-linkedin.svg);
	background-size: 20px;
	background-position: center 10px;
}

#social-media-nav a.imdb {
	background-image: url(img/soc-med-imdb.svg);
	background-size: 30px;
}

#social-media-nav a.instagram {
	background-image: url(img/soc-med-instagram.svg);
}

#social-media-nav a.spotify {
	background-image: url(img/soc-med-spotify.svg);
}

#social-media-nav a.facebook {
  background-image: url(img/soc-med-facebook.svg);
  background-position: 8px 9px;
  background-size: 23px;
}

/* /soc med */

/* lightboxes */

#lightbox-zone {
	position: fixed;
	display: flex;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.25s ease-in-out, height 0s linear 0.25s;
}

#lightbox-zone[class^="lightbox"][class$="-is-open"] {
	height: 100vh;
	opacity: 1;
	transition: opacity 1s ease-in-out, height 0s linear 0s;
}

.lightbox-backing {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(32,40,40,0.95);
	transition: opacity 0.25s ease-in-out, height 0s linear 0.25s;
}

#lightbox-zone[class^="lightbox"][class$="-is-open"] .lightbox-backing {
	opacity: 1;
	height: 100vh;
	transition: opacity 1s ease-out, height 0s linear 0s;
}

.lightbox {
	position: relative;
  background: transparent;
	margin: 0;
	z-index: 1;
  width: 100%;
  height: max-content;
  max-height: 100%;
  overflow-y: scroll;
  padding: 52px 20px 35px;
  color: var(--cream);
}

.lightbox {
	display: none;
}

body.hide-overflow {
	overflow: hidden;
}

.lightbox .lightbox-content iframe {
                                                outline: none;
  display: block;
  border: 0;
  width: calc(100% + 40px);
  height: 56.25vw;
  margin: 0 -20px 25px;
  background: black;
}

.vimeo-embed-container {
  position: relative;
  background: #000;
	margin: 0 0 20px;
}

  .vimeo-embed-container::before,
  .vimeo-embed-container::after {
    content: "";
    position: absolute;
    border: 1px solid var(--cream);
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    opacity: 0.67;
  }

  .vimeo-embed-container::before {
    -webkit-animation: rotate-1 3s normal linear infinite;
    animation: rotate-1 3s normal linear infinite;
  }

  .vimeo-embed-container::after {
    -webkit-animation: rotate-2 5s normal linear infinite;
    animation: rotate-2 5s normal linear infinite;
  }

  @keyframes rotate-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotate-2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(-360deg);
    }
  }

.vimeo-embed-container > div {
  z-index: 1;
}

.vimeo-embed-container iframe {
	outline: none;
}

.lightbox h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 23px;
  letter-spacing: -0.02em;
  float: left;
  width: calc(100% - 100px);
}

.score-records-container .video-info h1 {
  display: block;
}

.video-info h1 {
  float: none;
  transform: none;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.lightbox h2 span.info-01,
.video-info h1 span.info-01 {
  display: block;
}

.lightbox h2 span.info-02,
.video-info h1 span.info-02 {
  font-weight: 300;
}

.lightbox button.button {
  color: var(--cream);
  border-color: var(--cream);
  margin: 0;
}

.lightbox button.prev,
.lightbox button.next {
  color: var(--cream);
  background: transparent;
  font-weight: 600;
  position: absolute;
  border-radius: 20px;
  border: 2px solid var(--cream);
  padding: 10px 15px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  margin: 5px 0;
}

.lightbox button.prev {
  transform: rotate(180deg);
}

.lightbox button.prev::after,
.lightbox button.next::after {
  content: "";
  position: absolute;
  border: 2px solid;
  border-left: none;
  border-bottom: none;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translate(-6px,-1px);
}

.lightbox button.prev {
  transform: rotate(180deg);
  right: 70px;
}

.lightbox-info {
  margin: 0;
  padding: 18px;
  float: left;
  width: 100%;
  background: black;
  border-radius: 5px;
  transition: opacity 0s linear;
  opacity: 0;
}

.video-info .button.back-to {
  margin: 25px auto 0;
  display: table;
}

	/* fade content */

	.lightbox h2,
	.lightbox-info { 
	  opacity: 0;
	  transition: opacity 0s linear;
	}

	.lightbox.fade-content h2,
	.lightbox.fade-content .lightbox-info {
	  opacity: 1;
	  transition: opacity 1s ease-out;
	}

	/* /fade content */

.lightbox-info ul,
.video-info ul {
  margin: 0 0 0 15px;
  font-size: 14px;
  list-style: none;
  font-weight: 600;
}

.video-info ul {
  margin-left: 20px;
}

.video-info li {
  margin: 0 0 10px;
}

.lightbox-info li {
  margin: 2px 23px 3px 0px;
  display: inline-block;
}

.lightbox-info li::before,
.video-info li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px 0 -18px;
  background: var(--light-red);
}

.lightbox-info li:last-of-type {
  margin: 0;
}

.lightbox button.close-lightbox {
  position: absolute;
  top: 10px;
  right: 8px;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 32px;
  background: black;
  padding: 0;
  margin: 0;
  cursor: pointer;
                                              outline: none;
  border-radius: 5px;
  border: none;
}


.lightbox button.close-lightbox:focus {
  outline-offset: -3px;
}

.lightbox button.close-lightbox::before,
.lightbox button.close-lightbox::after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--cream);
  border-bottom: 1px solid var(--cream);
  width: auto;
  height: auto;
  left: 7px;
  right: 7px;
  top: 15px;
}

.lightbox button.close-lightbox:before {
  transform: rotate(-45deg);
}

.lightbox button.close-lightbox:after {
  transform: rotate(45deg);
}

/* controversial scrollbar removal? */

  /* width */
  .lightbox::-webkit-scrollbar {
    width: 0;
  }

  /* Track */
  .lightbox::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  .lightbox::-webkit-scrollbar-thumb {
    background: transparent;
  }

/* /controversial scrollbar removal? */

@media screen and (min-width: 1024px) {

  .vimeo-embed-container::before,
  .vimeo-embed-container::after {
    border-width: 0.5px;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }

	.lightbox .lightbox-content iframe {
	  width: 100%;
	  height: 54.25vw;
	  margin: 0 auto 25px;
	}

	.lightbox button.close-lightbox {
		right: 28px;
	}

  .lightbox h2 span.info-01,
  .video-info h1 span.info-01 {
    display: initial;
  }

	.lightbox h2 span.info-01:after,
	.video-info h1 span.info-01:after {
    content: "/ ";
    font-weight: 200;
  }

  .lightbox button.prev,
  .lightbox button.next {
  	margin-top: -8px;
  }

  .vimeo-embed-container {
		position: relative;
    margin-top: 145px;
	}

  .video-info {
    position: relative;
  }

  .video-info h1 {
    font-size: 36px;
    letter-spacing: -0.01em;
    margin: 30px 0 25px;
    padding-right: 205px;
  }

  .video-info .button.back-to {
    position: absolute;
    top: 0;
    margin: -2px 0 0;
    right: 0;
  }

}

@media screen and (min-width: 1280px) {

  .video-info .button.back-to {
    border-width: 2px;
    font-size: 16px;
    line-height: 1;
    padding: 12.5px 18px;
    letter-spacing: -0rem;
  }

	.lightbox {
		position: initial;
		max-width: 1280px;
    margin: 0 auto;
    padding: 10vh 100px;
    overflow-y: auto;
  }

  .lightbox .container {
  	position: relative;
  }

	.lightbox-content {
		margin: 0 auto;
		max-width: 1080px;
	}

	.lightbox .lightbox-content iframe {
    height: 609px;
    background: black;
  }

  .lightbox h2 {
  	font-size: 32px;
    letter-spacing: 0;
  	margin: 0 auto 23px;
  	max-width: 1080px;
  	width: 100%;
	  float: none;
  }

  .lightbox-info {
    margin: 0 auto;
    max-width: 1080px;
    float: none;
    background: transparent;
    padding: 0 4px;
  }

  .lightbox-info ul {
  	width: 80%;
  }

	.lightbox-info li,
	.video-info li {
	  margin: 0 23px 5px 0;
	  /*display: inline-block;*/
	}

	.lightbox button.prev,
	.lightbox button.next {
    margin: 0;
    top: 630px;
  }

  .lightbox button.prev {
    right: calc(50% - 490px);
  }

  .lightbox button.next {
    right: calc(50% - 540px);
  }

  .lightbox button.close-lightbox {
  	left: calc(50% + 565px);
    right: auto;
    background: transparent;
    width: 50px;
    height: 50px;
  }

  .lightbox button.close-lightbox::before,
  .lightbox button.close-lightbox::after {
  	top: 23px;
  }

  .vimeo-embed-container {
		margin: 0 0 25px;
	}

}

/* /lightboxes */

/* ie 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {*{display:none!important;}}
/* /ie 11 */


/* new column layout for work page */

.work-intro p.larger {
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 3px 0;
  font-weight: 200;
}

.work-intro .large-12 p {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {

  .work-intro p.larger {
    font-size: 19px;
    margin: 0;
    padding: 0 75px 0 0;
  }

}

/* /new column layout for work page */



