@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	background-color: #12120f;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/*color: rgba(238,238,238,.9);*/
	color: rgba(220, 215, 210, 1);

	/*background: linear-gradient(315deg, rgba(89,101,80,1), rgba(29,43,43,1));*/
	/*background-image: linear-gradient(to right top, #0c110e, #223627, #3b5035, #586a42, #768d50);*/
	background: linear-gradient(45deg, #092b11 0%, #0c4327 100%), radial-gradient(100% 225% at 100% 0%, #112f07 0%, #344639 100%), linear-gradient(225deg, #243e19 0%, #000000 100%), linear-gradient(135deg, #000000 10%, #bbbbbb 35%, #474747 35%, #98c695 60%, #4c624e 60%, #000000 67%, #000000 100%);
    background-blend-mode: screen, overlay, hard-light, normal;
}

a, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 90%;
}

h2 {
	font-weight: 900;
}

h3,
.h3 {
	font-style: italic;
	opacity: .75;
	font-weight: 100;
	margin: 0;
}

strong {
	font-weight: 500;
}

#hello,
#intro,
#slider,
#contact {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.header { 
	display: flex;
	font-weight: 300;
	line-height: 1.3;
}

@media (min-width: 0px) {
	.container {
		margin: 0 2rem;
		padding: 2rem 0;
	}
	h1 {
		font-size: 7vh;
		letter-spacing: -2px;
    	margin: 0 0 2rem 0;
	}
	h2 {
		line-height: 1.2;
		letter-spacing: 0px;
		font-size: 1.75rem;
		margin: 0 0 1rem 0;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
	#hello {
		min-height: calc(100vh - 6rem);
	}
	#intro,
	#slider,
	#contact {
		min-height: calc(100vh - 4rem);
	}
	.header {
    	justify-content: space-between;
		flex-direction: column;
	}
	.fk {
		width: 64px;
    	height: 36px;
	}
	.fk-is-too-big-eat-your-vegetables {
		margin-left: 0;
	}
	.asterisk {
		font-size: 80%;
	}
	.nutshell {
		margin: 4rem 0;
	}
	.img-list {
    	gap: 0.75rem;
	}
	.img-list img {
		height: 44px;
	}
	.flex-list {
		gap: .5rem;
		margin: 1rem 0 1rem 0;
	}
	.quote {
		margin: 1.5rem 0 2.5rem 2rem;
	}
	.section-heading img {
		height: 28px;
	}
	.fk-pic {
		width: 80vw;
	}
	.mobile-hidden {
		display: none;
	}
	.desktop-hidden {
		display: flex;
	}
	.socials {
		margin: 1.25rem 0 0 0;
	}
	.profiles {
		align-items: flex-start;
		margin: 1rem 0 0 0;
		color: rgba(220, 215, 210, .75);
	}
	.tooltip:before,
	.tooltip:after {
		display: none;
	}
	.disclaimer {
		flex-grow: 0;
	}	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.container {
		margin: 0 4rem;
		padding: 4rem 0;
	}
	h1 {
		font-size: 8vw;
		letter-spacing: -4px;
		margin: 0 0 4rem 0;
	}
	h2 {
		line-height: 1.2;
		font-size: 3.75rem;
		margin: 0 0 2rem 0;
	}
	h3,
	.h3 {
		font-size: 2rem;
	}
	#hello,
	#intro,
	#slider,
	#contact {
		min-height: calc(100vh - 8rem);
	}
	.header {
		justify-content: space-between;
		flex-direction: row;
	}
	.fk {
		width: 85px;
    	height: 48px;
	}
	.fk-is-too-big-eat-your-vegetables {
		margin-left: 544px;
	}
	.img-list {
		gap: 1rem;
	}
	.asterisk {
		font-size: 60%;
	}
	.nutshell {
		margin: 0;
	}
	.img-list img {
		height: 56px;
	}
	.flex-list {
		gap: .75rem;
		margin: 1rem 0 0 0;
	}
	.quote {
		margin: 0rem -2rem 1.5rem 2rem;
	}
	.section-heading img {
		height: 40px;
	}
	.fk-pic {
		width: 480px;
	}
	.mobile-hidden {
		display: flex;
	}
	.desktop-hidden {
		display: none;
	}
	.socials {
		margin: .75rem 0 0 0;
	}
	.profiles {
		align-items: flex-end;
		margin: 0 0 0 0;
		color: rgba(220, 215, 210, 1);
	}
	.tooltip:before,
	.tooltip:after {
		display: block;
	}
	
	.disclaimer {
		flex-grow: 1;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

.headline-block {
	max-width: 960px;
}

.link {
	/*border-bottom: 2px solid rgba(238,238,238,.24);*/
	border-bottom: 2px solid rgba(220, 215, 210, .36);
	transition: all .5s;
}

.link:hover {
	border-bottom: 2px solid rgba(220, 215, 210, 1);
}

a.link-button,
a.link-button-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	white-space: nowrap;
	border-radius: 22px;
	width: fit-content;
	transition: all .5s;
	padding: .625rem 1.375rem .625rem 1.125rem;
}

a.link-button {
	font-weight: 500;
	color: rgba(0,0,0,.8);
	/*background: rgba(238,238,238,.8);*/
	background: rgba(220, 215, 210, .8);
}

a.link-button:hover {
	background: rgba(220, 215, 210, 1);
}

a.link-button-secondary {	
	color: rgba(238,238,238,.8);
	background: rgba(238,238,238,.12);
}

a.link-button-secondary:hover {
	background: rgba(238,238,238,.24);
}

a.link-button img,
a.link-button-secondary img{
	width: auto;
	height: 14px;
	padding: 0 .5rem 0 0;
	border: none;
}

.certification {
	display: block;
	margin: .5rem 0 0 0;
	font-style: italic;
}

.line {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.16);
	margin-top: 32px;
}

.heading,
.lead {
	font-size: 2rem;
	margin: 0 0 2rem 0;
}

.heading,
.heading-smaller {
	font-weight: 900;
}

.heading-smaller,
.lead-smaller {
	font-size: 1.5rem;
}

.lead {
	font-weight: 100;
}

.thin {
	font-weight: 100;
}

.section-heading {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-heading img {
	width: auto;
}

.highlight {
	/*background: url("../img/highlight.svg");*/
	background-repeat: no-repeat;
	background-position: bottom center;
}

.profiles {
	display: flex;
    flex-direction: column;
	font-weight: 300;
}

.img-list {
	display: flex;
}

.img-list a {
	display: inline-block;
}

.img-list img {
	display: block;
	width: auto;
	/*background: rgba(238,238,238,.12);*/
	background: rgba(220, 215, 210, .12);
	/*border: 2px solid rgba(51,51,51,.24);*/
    border-radius: 4px;
	transition: all .5s;
}

.img-list img:hover {
	/*background: rgba(238,238,238,.36);*/
	background: rgba(220, 215, 210, .36);
	/*border: 2px solid rgba(51,51,51,1);*/
}

.img-list .prev {
	transform:rotate(180deg);
}

.img-list .next,
.img-list .prev {
	opacity: .5;
	padding: .25rem;
	/*background: rgba(238,238,238,0);*/
	background: rgba(220, 215, 210, 0);
	border-radius: 4px;
	transition: all .5s;
}

.img-list .next:hover,
.img-list .prev:hover {
	opacity: 1;
	/*background: rgba(238,238,238,.12);*/
	background: rgba(220, 215, 210, .12);
}

.fk {
	background:url("../img/bright/fk.svg");
	background-size: contain;
}

.fullname {
	font-weight: 900;
	font-size: 1.375rem;
}

.flex-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: .875rem;
    font-weight: 400;
}

.cv-chip {
	padding: .625rem 1.125rem;
	/*border: 2px solid rgba(238,238,238,.24);*/
	border: 2px solid rgba(220, 215, 210, .24);
	border-radius: 22px;
	width: fit-content;
	white-space: nowrap;
}

.flex-content {
	display: flex;
    flex-wrap: wrap;
    gap: 0 4rem;
}

.flex-block {
	width: 480px;
}

.spacer {
  flex-grow: 1;
}

.asterisk {
	font-weight: 100;
	vertical-align: text-top;
	opacity: .5;
}

.quote {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 100;
	font-style: italic;
}

.fk-pic {
	height: auto;
	position: absolute;
	bottom: 0;
	opacity: .9;
}

section:last-child {
	position: relative;
}

.gottingham {
	margin: 2rem 0 0 0;
}

span.tooltip {
	cursor: help;
}

.tooltip {
	position: relative;
}

.tooltip:before,
.tooltip:after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}
.tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.8); 
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 16px;
	left: 20px;
	width: 0;
}

.tooltip:before {
	background: rgba(0,0,0,.8);
	border-radius: 6px;
	content: attr(data-title);
	font-size: .75rem;
	font-weight: 500;
	padding: .5rem .625rem;
	top: 22px;
	white-space: nowrap;
}

.tooltip-img:after {
	top: 54px;
	left: 18px;
}

.tooltip-img:before {
	top: 60px;
	white-space: nowrap;
}

.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-16px,0);
  transition: all .25s ease-in-out;
}

.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.check {
	height: 16px;
	width: auto;
	border: none;
    float: left;
    margin: 0 0.25rem 0 0;
}

.disclaimer {
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0 0 0;
	text-align: center;
	opacity: .5;
	font-style: italic;
	font-size: .875rem;
    justify-content: center;
}

.contact-name {
	font-weight: 900;
	font-size: 1rem;
}