#contact {
	padding-top:25vh;
}

#header-content {
	background-color: #FEFEFE;
}

.gold {
	color: #CCB18A;
}

.subhead {
	margin-top:-1.0em;
	color: #AAAAAA;
}

html {
	overflow-y: scroll;
}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.fixed-content {
  float: left;
  position: absolute;
  top: 0px;
}

.scrollable-content {
  position: absolute;
}


.sticky {
  max-width: 90%;
}


@font-face {
  font-family: "Right Grotesk";
  src: url(../font/RightGrotesk-CompactBlack.otf);
}

@font-face {
  font-family: "SF Compact Text";
  src: url(../font/SF-Compact-Text-Semibold.otf);
}

@font-face {
  font-family: "Rondelle Regular";
  src: url(../font/RTRondelleTest-Book.otf);
}

@font-face {
  font-family: "Rondelle Medium";
  src: url(../font/RTRondelle-Medium.ttf);
}


/* Global overrides */



body {
    color: #565656;
	line-height: 1.5;
    margin:0;
    padding:0;
    font-family: "Rondelle Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
	font-weight: 400;
    letter-spacing: 0.1;
  	background: url(../img/background-colour.png) no-repeat center center fixed; 
	background-position: top 120px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: #FEFEFE;
}


body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url(../img/sf-hero-1.png) url(../img/pictet-hero-1.png) url(../img/vw-hero-1.png) url(../img/ge-hero-1.png) url(../img/finanzhelfer-hero-1.png) url(../img/flydubai-hero-1.png);
}




.silver {
	color: #AAAAAA;
}




em {
	color: #202425;
    font-family: "Rondelle Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #CCB18A;
    }

.link-secondary {
    color: #CCB18A;
}

.link-underline {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 4px;
}

a.link-tertiary {
    color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "SF Compact Text";
	letter-spacing: 0;
}

    a.link-tertiary:hover {
        color: #CCB18A;
    }





.rollcall a {
	color: #000;
}

/*noinspection CssUnusedSymbol*/


.inactive, .metadata, .meta-title {
	color: #999;
}

.meta-desc {
    color: #202425;
}


#salesforce:hover a, #pictet:hover a, #vw:hover a, #ge-healthcare:hover a, #finanzhelfer:hover a, #flydubai:hover a {
    color: #CCB18A;
}


/* Layout */


.footer {
    border-top: 1px solid #DFDFDF;
    padding-top: 24px;
}

.sidebar-right {
	position: sticky;
	top: 15vh;
    max-width: 528px;
}

.sidebar {
	position: sticky;
	padding: 0;
	bottom: 0;
    max-width: 528px;
}

.line-breaker {
    border-bottom: 2px solid #202425;
    max-width: 40px;
}

#rollcall-bg {
	height: 480px;
	width: 800px;
	position:fixed;
	bottom: 10%;
	right: 5%;
	z-index: -900;
	background-size: cover;
}

	/*.rollcall:hover h2:not(:hover) {
		color: transparent;
		-webkit-text-stroke: 1px #CCB18A;
		transition-duration: 0.2s;
	}*/

	.rollcall:hover a:hover {
		z-index: 1000; !important;
	}


.stage-index {
    background-color: #EFEFEF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}

.read-more-link {
	display: none;
}


.showcase {
	padding-bottom: 20vh;
}

.padding-rollcall {
    padding-bottom: 33vh;
}

.padding-section {
    margin-bottom: 20vh;
}

.padding-3xl {
    margin-bottom: 240px;
}

.padding-2xl {
    margin-bottom: 120px;
}

.padding-xl {
    margin-bottom: 80px;
}

.padding-md {
    margin-bottom: 40px;
}

.padding-sm {
    margin-bottom: 20px;
}

.padding-xs {
	margin-bottom: 10px;
}

.padding-top-xl {
    margin-top: 40px;
}


/* Element styling */


.img-fluid {
  max-width: 100%;
  height: auto;
}



/* Typography */


h1 {
    color: #000;
	font-family: "Right Grotesk",  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 72px;
    line-height: 0.85;
}


h2 {
    color: #000;
	font-family: "Right Grotesk",  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 160px;
    line-height: 0.85;
    text-transform: uppercase;
}

h2.work {
    line-height: 1.4;
}

h3 {
    color: #000;
	font-family: "Right Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 96px;
    line-height: 0.9;
	text-transform: uppercase;
}

h4 {
    color: #000;
    font-size: 24px;
	line-height: 1.2;
    font-family: "Rondelle Regular";
	
}

h5 {
    color: #000;
    font-size: 15px;
	line-height: 1.2;
    font-family: "Rondelle Regular";
	
}



.body-copy {

}

.standfirst, overview {
    font-size: 18px;
    color: #000;
}

.lead-in {
    font-family: "Rondelle Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
    color: #202425;
    line-height: 1.5;
    font-weight: 500;
}

.tag {
	color: #CCB18A;
	font-family: "Rondelle Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.lg-offset {
    text-align: right;
}


.fade-in {
  opacity:100%;
  transition:opacity 2s
}




/* Responsive overrides */


@media (max-width: 576px) {
    
    
    .sticky {
  		max-width: 100%;
	}
	
	h2, h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    
    .standfirst {
        font-size: 16px;
        line-height: 1.5;
    }

    .lead-in {
        font-size: 16px;
    }
    
    .padding-3xl {
    	margin-bottom: 40px;
	}

	.padding-2xl {
    	margin-bottom: 40px;
	}

	
	.padding-xl {
        margin-bottom: 40px;
    }

    .padding-md {
        margin-bottom: 20px;
    }

    .padding-sm {
        margin-bottom: 10px;
    }
	
	.padding-xs {
        margin-bottom: 5px;
    }
    
    .padding-top-xl {
        margin-top: 10px;
    }
	
	.body-copy {
    	max-width: 100%;
	}

    .read-more-link {
		display: block;
	}
	

    .lg-offset {
        text-align: left;
    }
	
	.sidebar {
		padding:0;	
	}
	
	.beauty-shots {
		padding: 0 15px;
	}
	
	.padding-rollcall {
    	padding: 0 0 3vh 0;
	}
	
	padding-showcase {
		padding: 0 10vh;
	}
	
	.padding-section {
    	margin-bottom: 10vh;
	}
	
	.showcase {
		padding-bottom: 3vh;
	}
	
    
	#am-sub-head {
		opacity: 100%;
	}
	
	#contact {
		padding-top:10vh;
	}
	
	.subhead {
		margin-top:0;
	}

}


