* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
/*	outline: 1.5px dashed violet;*/
}
/* ^^ browser reset ^^ */


/* home page */
/* home page */
/* home page */


body {
	margin: 0;
		font-family: helvetica, roboto, "work sans", sans-serif;

}

header {
	position: fixed;
	background-color: #ffffff;
	border-bottom: 1px solid #241818;
	width: 100%;
	height: 100px;
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	grid-template-rows: 20px 50px 20px;
	min-width: 1100px;
	z-index: 1000;
}
header h1 {
	color: #241818;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-content: end;
	font-weight: bolder;
	letter-spacing: -1px;
}
header nav {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-right: 100px;
	justify-self: right;
	align-content: end;
	margin-bottom: 5px;
}
header nav ul {
	list-style-type: none;
	width: 550px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #D45755;
}
header nav ul li a {
  position: relative;
  color: #D45755;
  text-decoration: none;
}

header nav ul li a::before {
  content: "";
  position: absolute;
  top: -10px; /* The bar will appear at the top */
  left: 0;
  width: 100%;
  height: 12px; /* Thickness of the bar */
  background-color: #ED323B; /* Bar color */
  transform: scaleX(0); /* Initially hidden */
  transform-origin: left; /* The bar grows from the left */
  transition: transform 0.5s ease-in-out; /* Smooth transition */
}

header nav ul li a:hover::before {
  transform: scaleX(1); /* Bar appears on hover */
}
header h1 a {
  position: relative;
  color: #241818;
  text-decoration: none;
}

header h1 a::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 12px; 
  background-color: #ED323B; 
  transform: scaleX(0); 
  transform-origin: left; 
  transition: transform 0.5s ease-in-out; 
  z-index: -1000;
}

header h1 a:hover::before {
  transform: scaleX(1); 
}
header h1 a.active::before,
header nav ul li a.active::before {
  transform: scaleX(1); 
}

/* ^^ header ^^ */

div.line {
	border-left: 1px solid #D45755;
}

main {
 	margin-top: 140px;
 	margin-left: 20px;
 	margin-right: 20px;
 	min-width: 1100px;
 	display: grid;
 	grid-template-columns: 80px 1fr 1fr 1fr 1fr 1fr 100px 1fr 1fr 1fr 1fr 1fr 80px;
 	grid-template-rows: auto 100px auto auto 100px auto .5fr .5fr .5fr 25px 200px 100px auto 100px auto 50px ;
 }
main h3 {
	grid-column: 4 / 7;
	grid-row: 1 / 2;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: lighter;
	letter-spacing: 0px;
	max-width: 400px;
	margin-right: 50px;

}
div.first {
	grid-column: 10/10;
	grid-row: 1/2;
	height: auto;
}

main h2 {
	font-size: 24px;
	font-weight: normal;
	color: #D45755;
	margin-left: -15px;
}
main h2.inspirations {
	grid-column: 6/10;
	grid-row: 3/4;
	min-width: 500px;
	max-width: 520px;
	padding-bottom: 15px;
}
main div.video-container{
	grid-column: 1/14;
	grid-row: 4/5;
}
main div.video-container iframe {
	width: 100%;
	height: 610px;
}
main h2.biography{
	grid-column: 6/10;
	grid-row: 6/7;
}
main div.second {
	grid-column: 6/6;
	grid-row: 6/8;
	margin-left: -30px;
	height: 125px;
}
main img.about-portrait{
	grid-column: 4/6;
	grid-row: 7/8;
	float: left;
	width: 220px;
	height: auto;
	margin: -27px 75px 50px 0;
}
main p {
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #241818;
	letter-spacing: 1px;
	line-height: 120%;
}
main p.firstp{
	grid-column: 6/11;
	grid-row: 7/8;
	max-width: 400px;
	min-width: 390px;
}
main p.secondp{
	grid-column: 4/11;
	grid-row: 8/12;
	padding-top: 15px;
	max-width: 700px;
}
main a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	box-sizing: border-box;
	border: 1px solid #D45755;
	border-radius: 5px;
	padding: 10px;
	height: fit-content;
	color: #D45755;
	margin: 0 30px;
	justify-self: right;
/*	transition: background-color 0.5s ease, color 0.5s ease;*/
}
main a:hover {
	background-color: #ED323B;
	color: #fff;
	transition: background-color 0.7s ease, color 0.7s ease;
}
main a:active {
	background-color: #28B0A6;
	border: 2px solid #28B0A6;
	transition: background-color 0.01s ease;
}
main a.ellis-link  {
	grid-column: 10/14;
	grid-row: 7/8;
	justify-self: left;
	margin-top: 220px;
	z-index: 10;
}
main div.third1 {
	grid-column: 10/14;
	grid-row: 7/8;
	margin-top: 220px;
	height: 75px;
}
main a.hurricane-link  {
	grid-column: 1/4;
	grid-row: 8/9;
	margin-top: 85px;
}
main div.third2 {
	grid-column: 1/4;
	grid-row: 8/9;
	margin-top: 85px;
	justify-self: right;
	padding-right: 15px;
	height: 75px;
}
main a.daytonight-link  {
	grid-column: 1/4;
	grid-row: 9/10;
	margin-top: 35px;
}
main div.third3 {
	grid-column: 1/4;
	grid-row: 9/10;
	margin-top: 35px;
	justify-self: right;
	padding-right: 15px;
	height: 75px;
}
main a.oglivy-link  {
	grid-column: 1/4;
	grid-row: 10/11;
	margin-top: 100px;
}
main div.third4 {
	grid-column: 1/4;
	grid-row: 11/11;
	margin-top: 75px;
	justify-self: right;
	padding-right: 15px;
	height: 75px;
}
main div.tedtalks {
	grid-column: 2/13;
	grid-row: 13/14;
	border: 1px solid #D45755;
	border-radius: 5px;
	padding: 100px;
	min-width: 900px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
main div.tedtalks * {
	padding: 10px;
}
main div.tedtalks h2 {
	grid-column: 1/2;
	grid-row: 1/2;
}
main div.tedtalks p {
	grid-column: 1/2;
	grid-row: 1/2;
	margin-top: 30px;
	max-width: 360px;
}
main div.tedtalks iframe {
	width: 400px;
	height: 250px;
	margin-top: 30px;
	margin-right: 30px;
	border: 1px solid #28B0A6;
}
main div.tedtalks iframe.ted1 {
	grid-column: 2/3;
	grid-row: 1/2;
}
main div.tedtalks iframe.ted2 {
	grid-column: 1/2;
	grid-row: 2/3;
}
main div.tedtalks iframe.ted3 {
	grid-column: 2/3;
	grid-row: 2/3;
}
main div.tedtalks a {
	display: inline-block;
	margin-left: -10px;
	margin: 5px 0 0 0;
	font-style: italic;
	font-size: 9px;
	text-decoration: underline;
	color: #28B0A6;
	border: none;
	justify-self: left;
}
main div.tedtalks a:hover {
	background-color: #241818;
	color: #fff;
	transition: background-color 0.7s ease, color 0.7s ease;
}
main div.tedtalks a:active {
	background-color: #28B0A6;
	transition: background-color 0.01s ease;
}
main div.tedtalks a.ted-link1 {
	grid-column: 2/3;
	grid-row: 1/2;
}
main div.tedtalks a.ted-link2 {
	grid-column: 1/2;
	grid-row: 2/3;
}
main div.tedtalks a.ted-link3 {
	grid-column: 2/3;
	grid-row: 2/3;
}
main div.awards {
	grid-column: 4/6;
	grid-row: 15/16;
	font-size: 14px;
	font-weight: normal;
	color: #241818;
	letter-spacing: 1px;
	line-height: 120%;
	padding-right: 50px;
	max-width: 300px;
}
main div.awards ul {
	margin-top: 20px;
}
main div.collections {
	grid-column: 8/12;
	grid-row: 15/16;
	font-size: 14px;
	font-weight: normal;
	color: #241818;
	letter-spacing: 1px;
	line-height: 120%;
	padding-right: 40px;
}
main div.collections ul {
	margin-top: 20px;
}
/* ^^ main body ^^ */

footer {
	position: relative;
 	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 80px 1fr 1fr 1fr 1fr 1fr 80px;
	grid-template-rows: 80px 1fr 1fr 80px;
	column-gap: 40px;
	background-color: #241818;
	color: #fff;
}
footer h1 { opacity: 70%; font-size: 20px;
	grid-column: 2/3;
	grid-row: 2/4;
	align-content: start;
	border-right: 1px solid #fff;
	height: 100%;
	min-width: 100px;
	max-width: 200px;
}
footer nav { opacity: 70%; font-size: 12px;
	grid-column: 3/4;
	grid-row: 2/4;
	border-right: 1px solid #fff;
	height: 100%;
	align-content: end;
	min-width: 150px;
}
footer nav ul {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none;
   
	height: 100%;
	color: #D45755;
}
footer address { opacity: 70%;
	grid-column: 4/6;
	grid-row: 2/4;
	align-content: center;
	border-right: 1px solid #fff;
	font-style: normal;
	font-size: 10px;
	min-width: 400px;
}
footer address ul {
	list-style-type: none;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	row-gap: 5px;
}
footer address ul li.a {
	grid-row: 1/2;
	grid-column: 1/2;
}
footer address ul li.c {
	grid-row: 2/3;
	grid-column: 1/2;
}
footer address ul li.b {
	grid-row: 1/2;
	grid-column: 2/3;
}
footer address ul li.d {
	grid-row: 2/3;
	grid-column: 2/3;
}
footer address ul li {
	padding-left: 10px;
	max-width: 150px;
}
footer address ul li a {
	display: inline-block;
	margin-left: -10px;
	font-style: italic;
	color: #28B0A6;
}
footer a:visited {
	color: #ED323B;
}
footer a:hover {
	color: #28B0A6;
	transition: background-color 0.7s ease, color 0.7s ease;
}
footer a:active {
	border: 2px solid #ED323B;
	transition: background-color 0.01s ease;
}
footer div{ opacity: 70%;
	grid-column: 6/7;
	grid-row: 2/4;
	align-content: center;
	min-width: 150px;
}
footer div.icons {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-content: center;
}

footer div.icons img {
	height: 20px;

}
footer span {
	opacity: 70%;
	font-size: 12px;
}
footer span.navigation {
	grid-column: 3/4;
	grid-row: 1/2;
	margin-left: -20px;
	align-content: end;
	margin-bottom: 20px;
}
footer span.contact {
	grid-column: 4/5;
	grid-row: 1/2;
	margin-left: -20px;
	align-content: end;
	margin-bottom: 20px;
}
footer span.socials {
	grid-column: 6/7;
	grid-row: 1/2;
	margin-left: -20px;
	align-content: end;
	margin-bottom: 20px;
}

/* ^^ footer ^^ */ 

main small {
    grid-column: 14/14;
    grid-row: 1/12;
    padding-left: 5px;
    writing-mode: vertical-rl; 
    text-orientation: sideways; 
    color: #544C4C;
    opacity: 10%;
}

/* colors

#ED323B RED
#D45755 Dull RED
#28B0A6 Tourquoise
#241818 Black
#544C4C Grey












/* page loader*/

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #241818; /* Background color for the loader */
  z-index: 9999; /* Ensure it's on top of everything else */
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader::before {
  content: "";
  border: 8px solid #544C4C;
  border-radius: 50%;
  border-top: 8px solid #28B0A6;
  width: 60px;
  height: 60px;
  animation: spin .5s linear infinite;
}

/* Loader spin animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Initially hide the page content */
.content {
  display: none;
}

