html {width: 100vw;height: 100vh;padding: 0em;margin: 0em;font-size: 0;	cursor: url('cursor.svg'), auto;}
body {width: 100vw;height: 100vh;padding: 0em;margin: 0em;font-size: 0;background-color: white;font-family: 'MonumentGrotesk', MonumentGrotesk-Regular, sans-serif;;max-height: 100vh;cursor: url('https://sihanling.com/wp-content/uploads/2025/09/sihan-cursor.png') 16 16,
  auto;}

/*					Fonts					*/
@font-face {
  font-family: 'MonumentGrotesk';
  src: url('fonts/MonumentGrotesk-Regular.woff2') format('woff2'),
       url('fonts/MonumentGrotesk-Regular.woff') format('woff');
  font-weight: normal;
}
header {display:none;}
footer {display:none;}

p {position: relative;color: #212121;font-size: 40px;transition: all 0.25s;    font-family: 'MonumentGrotesk';

}
ul {list-style-type: none; margin: 0; padding: 0;overflow: clip;}
li {position: relative;color: #212121;font-size: 40px;line-height: %;transition: all 0.25s;    font-family: 'MonumentGrotesk'; text-align: center; width: 100%;

}
a {text-decoration: none; position: relative;color: #212121;line-height: 120%;transition: all 0.25s;  font-family: 'MonumentGrotesk';}
a:hover {
	cursor: pointer;
	color: #00ff00;
	transition: all 0.25s;
}
:active{
    outline: none !important;
}
:focus {
    outline: none !important;
}
::selection {
  background: #00ff00; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #00ff00; /* Gecko Browsers */
}
.spanCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 40px;
}

/*		PROJECT	MENU		*/
.menu-container {
	position: fixed;
	min-height:100vh;
	height: 100vh;
	width: 100vw;
	top: 0vh;
	left: -100vw;
	z-index: 9999;
	padding-bottom: 0vh !important;
	background-image: linear-gradient(to bottom right, #fff 0%, rgba(255,255,255,1));
	transition: all 0.5s;
}
.menu-container p {
	font-size: 25px;
	font-family: 'MonumentGrotesk';
	color: #212121;
}
.about-container p {
    font-size: 22.5px;
    line-height: 200%;
    max-width: 50vw;
    font-family: 'MonumentGrotesk';
    color: #212121;
    text-align: left;
	transition: all 0.25s;
}
.menu-container-contents {
	margin-top: 25vh;
	position: fixed;
	z-index: 9999;
	width: 100vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	pointer-events: none;
}

.menu-container-contents p {
	font-size: 25px;
    font-family: 'MonumentGrotesk';
	height: 150px;
	width: 150px;
	text-align: center;
	line-height: 150px;
	color: #2A1b0E;
	border: 1px solid #2A1b0E;
    border-radius: 100%;
	-webkit-transform: scale(1,1) !important;
    -moz-transform: scale(1,1) !important;
    -ms-transform: scale(1,1) !important;
    -o-transform: scale(1,1) !important;
    transform: scale(1,1) !important;
    transition: all 0.25s ease-in-out;
}

.menu-container-contents p span {
	display: inline-block;
	-webkit-transform: scale(1,0.85) !important;
    -moz-transform: scale(1,0.85) !important;
    -ms-transform: scale(1,0.85) !important;
    -o-transform: scale(1,0.85) !important;
    transform: scale(1,0.85) !important;
    transition: all 0.25s ease-in-out;
}

.menu-container-contents a {
	font-size: 25px;
    font-family: 'MonumentGrotesk';
	color: #2A1b0E;
	border: 2px solid #2A1b0E;
    padding: 20px;
    border-radius: 100%;
}

.menu-container-contents a:hover{
	color: #2A1b0E !important;
}

.about-manifesto {
	display: block;
	font-size: 25px;
    font-family: 'MonumentGrotesk';
	height: 175px;
	width: 175px;
	text-align: center;
	line-height: 175px;
	color: #2A1b0E;
	border: 1px solid #2A1b0E;
    border-radius: 100%;
	-webkit-transform: scale(1,1) !important;
    -moz-transform: scale(1,1) !important;
    -ms-transform: scale(1,1) !important;
    -o-transform: scale(1,1) !important;
    transform: scale(1,1) !important;
    transition: all 0.25s ease-in-out;
}

.about-manifesto a span {
	display: inline-block;
	-webkit-transform: scale(1,1) !important;
    -moz-transform: scale(1,1) !important;
    -ms-transform: scale(1,1) !important;
    -o-transform: scale(1,1) !important;
    transform: scale(1,1) !important;
    transition: all 0.25s ease-in-out;
}

.about-manifesto:hover {
	padding: 25px !important;
}

.menu-open {
	z-index:999999; 
}
.menu-expand {
	min-height:100vh;
	position: fixed; 
	height: 100vh; 
	width: 100vw;
	top: 0vh; 
	left: 0vw;
	z-index:9999; 
	padding-bottom: 15vh !important;
	transition: all 0.5s; 
	background-image: linear-gradient(to bottom, #fff 90%, rgba(255,255,255,1)) !important;
	border-radius: 0px 0px 0px 0px;
	overflow: scroll;
}
.menu-bg-fade {
	position: absolute;
	z-index: 90;
	top: 0vh;
	left: 0vw;
	width: 100%;
	min-width: 100%;
	height: 100px;
	background-image: linear-gradient(red, red, rgba(0,0,0,0));
}
.menu-items-container {
	position: absolute;
	z-index: 99999; 
	top: 0vh;
	left: 0vw;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	transition: all 0.5s;
	overflow: scroll;
}

.menu-menu {
	margin-right: 2.5vw;
	opacity: 0;
	z-index: -1;
	transition: all 0.25s ease-in-out;
}

.menu-menu .main-menu-items {
	margin-top: 0vh !important;
}
.main-menu-items li {
	line-height: 25%;
	padding-right: 0px;
	transition: all 0.25s;
}
.main-menu-items li:hover {
	padding-right: 20px;
	transition: all 0.25s;
}
.menu-menu .main-menu-items .menu-item {
	text-align: right;
	color: #d5e4f1;
}
.menu-menu .main-menu-items .menu-item a {
	color: #d5e4f1;
	font-size: 15px;
	display: block;
	width: 100%;
	padding-top: 5px;
}
.main-menu-items {
	height: auto;
	overflow: visible;
	cursor: auto;
	margin-top: 5vh;
	margin-bottom: 0vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.footer-menu-items-container {
	position: relative;
	transition: all 0.5s;
}

.footer-menu-items {
	height: auto;
	overflow: auto;
	cursor: auto;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.menu-main-item {
	font-size: 20px;
	text-align: left;
	color: #212121;
	transition: all 0.5s;
	max-width: 80%;
	min-height: 50px;
	padding-left: 15px;
	display: block;
	cursor: auto;
}
.menu-main-item:hover {
	cursor: auto;
}
.menu-item {
font-size: 40px;
    text-align: center;
    cursor: url(auto;
    /* padding: 50px; */
    /* margin-bottom: 2vh; */
    /* border-radius: 50px; */
    background-color: rgba(255, 255, 255, 0);
    overflow: visible;
    transition: all 0.25s;
}
.menu-item a {

    color: #212121;
    /* padding: 50px; */
    /* border-radius: 50%; */
    font-size: 20px;
    /* overflow: visible; */
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    /* border: 1px solid #212121; */
    white-space: nowrap;
	text-transform: uppercase;
}
.menu-item:hover {
	cursor: pointer;
	transition: all 0.25s;
}

.menu-item a:hover {/*
	border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius: 100%;
	background-color: rgba(255, 255, 255, 1);
    padding: 75px;
	color: #212121 !important;
	transition: all 0.25s;*/
}


.footer-menu-items .menu-item {
	text-align: center;
	color: #ef3824;
	cursor: auto;
	margin-left: 25px;
	margin-right: 25px;
	max-width: 80vw;
    padding: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
	transition: all 0.25s;
}
.footer-menu-items .menu-item a {
	color: #ef3824;
	font-weight: bold;
	cursor: auto;
	transition: all 0.25s;
}
.footer-menu-items .menu-item:hover {
	cursor: auto;
	color: #00ff00;
	transition: all 0.25s;
}
.footer-menu-items .menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ef3824;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}
.footer-menu-items .menu-item a:hover:before {
  visibility: visible;
  transform: scaleX(0.9);
	background-color: #00ff00;
	
}
.hamburger {padding: 15px 15px; display: inline-block; 		cursor: auto; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; position: relative; z-index:99999999;}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after {background-color: #fff; }
.hamburger-box {width: 40px; height: 24px; display: inline-block; position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
		transition: all 0.15s;}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
		transition: all 0.15s;}
  .hamburger-inner::before {
    top: -10px; 
		transition: all 0.15s;}
  .hamburger-inner::after {
    bottom: -10px; 
		transition: all 0.15s;}

.hamburger-box:hover .hamburger-inner, .hamburger-box:hover .hamburger-inner::before, .hamburger-box:hover .hamburger-inner::after {
	  background-color: #000;
	transition: background-color 0.25s;
		transition: all 0.15s;
}

.hamburger:hover, .hamburger-box:hover, .hamburger-inner:hover {
	cursor: auto;
}

.page-id-794 .hamburger { 
     display: none !important; 
}



.menu-about, .menu-index {
	background-color: #fff;
	pointer-events: auto;
	transition: all 0.25s ease-in-out;
}

.menu-about:hover, .menu-index:hover {
	box-shadow: rgb(0, 255, 0) 0px 0px 60px 20px;
	transition: all 0.25s ease-in-out;
	cursor: auto;
}


.about-open {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
	transition: all 0.25s ease-in-out;
}
.about-close {
	box-shadow: rgb(0, 255, 0) 0px 0px 60px 20px;
	transition: all 0.25s ease-in-out;
}
.index-open {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
	transition: all 0.25s ease-in-out;
}
.index-close {
	box-shadow: rgb(0, 255, 0) 0px 0px 60px 20px;
	transition: all 0.25s ease-in-out;
}

/*		FOOTER STYLES		*/
.footer {
	min-height: 33vh;
	width: 100vw;
	border-radius: 0px 0px 0px 0px;
	border-top: 2px solid #ef3824;
	margin-top: 15vh;
}
.footer-container {
	position: relative;
	z-index: 200;
	width: 100vw;
	min-height: 100px;
	top: 0vh;
	left: 0vw;
	background-color: #fff;
    /* border-top: 2px solid #2A1b0E; */
	box-shadow: 0 0 25px 10px #2a1b0e;
    border-radius: 50% 50% 0% 0%;
    transition: all 0.25s;
}

.footer-text {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-container p {
	font-size: 15px;
	max-width: 80vw;
	width: 1200px;
	line-height: 150%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer-contact-text {
	padding-top: 25px;
	max-width: 80vw;
	width: 1200px;
	line-height: 150%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.social-links {
	position: relative;
	padding-top: 50px;
	z-index: 3500;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
	align-items: center;
    align-content: center;
	max-width: 80vw;
	width: 80vw;
    margin-left: auto;
    margin-right: auto;
	transition: all 0.25s;
}
.social-links a {
	display: inline-block; 
	width: 40px;
	height: 40px;
	border-radius: 100%;
   -webkit-transform:scale(1,1); /* Safari and Chrome */
    -moz-transform:scale(1,1); /* Firefox */
    -ms-transform:scale(1,1); /* IE 9 */
    -o-transform:scale(1,1); /* Opera */
    transform:scale(1,1); /* W3C */
}
.social-links svg {
	position: absolute; 
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 40px;
	height: auto;
	opacity: 1;
	fill: #2a1b0e;
	transition: all 0.25s;
}
.social-links svg {
	
}
.social-links svg:hover {
	width: 60px;
	opacity: 1;
	transition: all 0.25s;
}
.footer-links-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 35px;
	padding-bottom: 0px;
	max-width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.footer-links-container:last-child {
	padding-bottom: 50px;
}
.footer-link {
	font-size: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	text-decoration: none;
	transition: all 0.25s;
}
.footer-contact-text a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}
.footer-contact-text a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.footer-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}
.footer-link:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
@media only screen and (max-width: 900px) {
	.footer-text {
		font-size: 15px;
		padding-top: 25px;
	}
	.footer-contact-text {
		font-size: 15px;
		padding-top: 25px;
	}
	.footer-links-container {
		padding-top: 25px;
	}
	.footer-link {
		font-size: 12px;
	}
}


/* IMAGES & TEXTS CONTAINER */

.images-set a {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: block;
    margin: auto;
}
.images-set-image {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 0%;
}
.projects-container {
	position: relative;
	z-index: 100;
	top: 0vh;
	left: 0vw;
	width: 100vw;
	height: auto;
	opacity: 1;
	transition: all 0.25s;
}
.homepage-content-container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 25vh;
	left: 0vw;
	display: block;
	transition: all 0.25s ease-in-out;
}
.homepage-content-container-mobile {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 25vh;
	left: 0vw;
	display: none;
	pointer-events: none;
	transition: all 0.25s ease-in-out;
}

.homepage-content-container-mobile .category-sphere-container {
		pointer-events: none !important;
}
.homepage-content-container-mobile .category-sphere-container a {
		pointer-events: auto !important;
}
.page-content-container {
	position: relative;
	z-index: 101;
    background-color: #fff;
}
.page-heading-info-container {
	min-height: 100vh;
	position: fixed;
    z-index: 100;
	transform: translate3d(0,0,0);
    mix-blend-mode: difference;
	transition: all 0.25s ease-in-out;
}
.header-fade {
width: 100vw;
    position: relative;
    z-index: 101;
    height: 20vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
	margin-top: 133vh;
}
.page-heading-info-container-scroll {
	position: relative;
	transition: all 0.25s ease-in-out;
}
.projects-inner-container-title {
	position: relative;
	z-index: 100;
	margin-bottom: 5vh;
	margin-left: auto;
    margin-right: auto;
	width: 90vw;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1;
	transition: all 0.25s;
}
.projects-inner-container {
	position: relative;
	z-index: 100;
	margin-bottom: 5vh;
	margin-left: auto;
    margin-right: auto;
	width: 90vw;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}
.projects-inner-container-video {
	position: relative;
	z-index: 100;
	margin-top: 10vh;
	margin-bottom: 15vh;
	margin-left: auto;
    margin-right: auto;
	width: 90vw;
	max-width: 90vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}
.projects-inner-container-date {
	position: relative;
	z-index: 100;
	margin-bottom: 15vh;
	left: 5vw;
	width: 90vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: space-evenly;
	opacity: 1;
	transition: all 0.25s;
}
.projects-inner-container-question {
	position: relative;
	z-index: 100;
	margin-left: auto;
    margin-right: auto;
	width: 90vw;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}
.projects-inner-container-introduction {
	position: relative;
	z-index: 100;
	margin-left: auto;
    margin-right: auto;
	width: 100vw;
	max-width: 100vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	opacity: 1;
	transition: all 0.25s;
}



.introduction-shadow {
	display: none;
	width: 100vw;
	position: relative;
	margin-bottom: 15vh;
	height: 15vh;
	border-bottom: 2px solid #2A1b0E;
    box-shadow: 0 0 25px 10px #2a1b0e;
    border-radius: 0 0 50% 50%;
    transition: all 0.25s;
    clip-path: inset(2px 0px -1000px 0px);
}

.images-set {
	position: relative;
    z-index: 100;
    margin-bottom: 0vh;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.images-set-gallery {
position: relative;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    width: 100vw !important;
	max-width: 100vw !important;
    height: auto;
}
.images-set-gallery a {
    transition: all 0.25s ease-in-out;
}
.images-set-gallery-container {
	position: relative;
    max-width: 25vw;
    width: 25vw;
    padding: 40px;
    height: auto;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
    z-index: 12;
}


.images-set-gallery-title {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 100%;
	width: 0;
}
.images-set-gallery-year {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	width: 0;
}
.images-set-gallery-fade {
	position: absolute;
	z-index: 999;
	width:25vw;
	height: 18px;
	background: linear-gradient(
	  to right,
	  rgba(0,0,0,0),
	  rgba(0,0,0,0) 80%,
	  #fff 100%
	);
	transition: all 0.25s ease-in-out;
}
.images-set-gallery-image {
	position: relative;
    z-index: 10;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 15px;
	padding-bottom: 10px;
    transition: all 0.25s ease-in-out;
}
.images-set-gallery-text-container li {
	 white-space: nowrap;
	list-style: none;
}
.images-set-gallery-container:hover .images-set-gallery-image {
	border-radius: 50px;
    transition: all 0.25s ease-in-out;
}

.images-set-gallery-container:hover .images-set-gallery-title {
	width: 100%;
    transition: all 0.25s ease-in-out;
}
.images-set-gallery-container:hover .images-set-gallery-year {
	width: 100%;
    transition: all 0.25s ease-in-out;
}


@media only screen and (max-width: 1281px) {
	.images-set-gallery-container {
		position: relative;
		max-width: 40vw;
		width: 40vw;
		padding: 30px;
		transition: all 0.25s ease-in-out;
	}
	.images-set-gallery-fade {
		width: 40vw;
		transition: all 0.25s ease-in-out;
}
	
}

@media only screen and (max-width: 801px) {
	.images-set-gallery-container {
		position: relative;
		max-width: 70vw;
		width: 70vw;
		padding: 20px;
		transition: all 0.25s ease-in-out;
	}
	.images-set-gallery-fade {
		width:70vw;
		transition: all 0.25s ease-in-out;
}
}

/*
.projects-container:first-child {
	padding-top: 15vh;
}
.page-heading-info-container .projects-container:first-child {
	padding-top: 33vh;
}

.page-id-1838 .page-heading-info-container .projects-container:first-child {
	padding-top: 15vh;
}
*/
@media only screen and (max-width: 900px) {
	.projects-inner-container-date {
		margin-bottom: 15vh;
	}
	/*
	.page-heading-info-container .projects-container:first-child {
		padding-top: 20vh;
	}
	*/
} 
@media only screen and (max-width: 750px) {
	/*
	.page-heading-info-container .projects-container:first-child {
		padding-top: 25vh;
	}
	*/
	.projects-inner-container-title {
		margin-bottom: 0vh;
	}
	.projects-inner-container-question {
		left: 5vw;
		width: 80vw;
		margin-bottom: 0vh;
		transition: all 0.25s;
	}
	.homepage-content-container {
		display: none;
		transition: all 0.25s ease-in-out;
	}
	.homepage-content-container-mobile {
		pointer-events: none;
		position: relative;
    width: 100% !Important;
    max-width: 70vw !Important;
    height: 80vh;
    max-height: 90vh;
    top: 0vh !Important;
    left: 0vw !Important;
    margin: 0 !Important;
		display: block;
		transition: all 0.25s ease-in-out;
	}
} 
/* IMAGES */
.image-gallery-slick-container {
	width: 100vw;
	height: 100vh;
	position: relative;
}
.image-gallery-slick-container-absolute {
	position: absolute;
	min-width: 100vw;
	min-height: 100vh;
}
.image-gallery-slick {
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60vw;
    max-height: 70vh;

	display: block;
	border-radius: 0%;
    overflow: hidden;
	transition: all 0.25s ease-in-out !important;
}

.image-gallery-slick img {
	height: 100%;
    max-height: 70vh;
    max-width: 100%;
	margin: auto;
	border-radius: 0%;
	transition: all 0.25s ease-in-out;
}
.image-gallery-slick:hover img {
	border-radius: 2%;
	transition: all 0.25s ease-in-out;
}
.image-gallery-slick-image-caption {
	position: absolute;
	
}
.image-gallery-slick-image-caption p {
	font-size: 20px;
	color: #2A1b0E;
}
.image-default-size {
	position: relative;
	display: block;
	min-width: 90vw;
	max-width: 90vw;
	width: 90vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
	min-height: 80vh;
	max-height: 80vh;
	height: auto;
	transition: all 0.25s;
	z-index: 90;
}
.image-default-size-two {
	position: relative;
	display: block;
	min-width: 100vw;
	max-width: 100vw;
	width: 100vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
	height: auto;
	transition: all 0.25s;
	z-index: 90;
}
.image-small-size {
	position: relative;
	min-width: 11.33vw;
	max-width: 20vw;
	width: 250px;
	margin-top: 3vw;
	margin-bottom: 3vw;
	min-height: 11.33vw;
	max-height: 20vw;
	height: 250px;
	transition: all 0.25s;
	z-index: 90;
}
.image-medium-size {
	position: relative;
	min-width: 26.5vw;
	max-width: 26.5vw;
	width: 26.5vw;
	margin-top: 3vw;
	margin-bottom: 3vw;
	min-height: 26.5vh;
	height: auto;
	transition: all 0.25s;
	z-index: 90;
}
.image-large-size {
    position: relative;
    min-width: 40vw;
    max-width: 40vw;
    width: 40vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    min-height: 40vh;
    height: auto;
    transition: all 0.25s;
    z-index: 90;
}
.image-extra-large-size {
	position: relative;
	display: block;
	min-width: 90vw;
	max-width: 90vw;
	width: 90vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
	min-height: 80vh;
	max-height: 80vh;
	height: auto;
	transition: all 0.25s;
	z-index: 90;
}

.image-default-size, .image-small-size, .image-medium-size, .image-large-size, .image-extra-large-size {
	-webkit-transform:scale(1,1) !important; /* Safari and Chrome */
    -moz-transform:scale(1,1) !important; /* Firefox */
    -ms-transform:scale(1,1) !important; /* IE 9 */
    -o-transform:scale(1,1) !important; /* Opera */
    transform:scale(1,1) !important; /* W3C */
}

.thumbnail-image {
	position: absolute;
	z-index: 110;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 0.25s;
	padding: 0;
}
.thumbnail-image:hover {
	cursor: auto;
	transition: all 0.25s;
	max-width: 110%;
	max-height: 110%;
}

.image-info-none {
	display: none;
}
.image-info-display {
	display: block;
}
.no-thumbnail-caption, .no-year, .no-title {
	display: none;
}
.display-thumbnail-caption, .display-year, .display-title {
	display: inline;
    max-width: 40%;
    padding-left: 25px;
    padding-right: 25px;
}


.image-text-size-default p {
	font-size: 20px;
	text-align: center;
}
.image-text-size-small p {
	font-size: 15px;
	text-align: center;
}
.image-text-size-medium p {
	font-size: 30px;
	text-align: center;
}
.image-text-size-large p {
	font-size: 60px;
	text-align: center;
}
.image-text-size-extra-large p {
	font-size: 80px;
	text-align: center;
}


@media only screen and (max-width: 801px) {
	.image-gallery-slick {
		position: absolute !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 65vw;
		max-height: 70vh;

		transition: all 0.25s ease-in-out !important;
	}

	.image-gallery-slick img {
		height: auto;
		max-height: 70vh;
		width: 100%;
		margin: auto;
		border-radius: 0%;
		transition: all 0.25s ease-in-out;
	}
} 

.slick-lightbox-inner:hover,
.slick-lightbox-slick-item:hover 
.slick-prev:hover,
.slick-next:hover,
.slick-lightbox-close:hover
{
	cursor: auto !important;
}

.slick-lightbox-slick-img {
	transition: all 0.25s ease-in-out;
}
.slick-lightbox-slick-img:hover {
	max-width: 100%;
	transition: all 0.25s ease-in-out;
}

.image-gallery-info-old {
	position: absolute;
    bottom: -10vh;
    width: 100px;
	height: 100px;
    margin-left: 5vw;
    border: 1px solid #212121;
    border-radius: 100%;
    padding: 50px;
    background-color: #fff;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 0 0px 0px #2a1b0e;
}
.image-gallery-info {
	position: relative;
    width: 45vw;
    margin-left: 5vw;
	padding-bottom: 25vh;
	transition: all 0.25s ease-in-out;
}

/*
.image-gallery-info:hover {
	position: absolute;
	overflow: auto;
    bottom: -10vh;
    width: 30vw;
	height: 30vw;
	max-width: 300px;
	max-height: 300px;
    margin-left: 5vw;
    border: 1px solid #212121;
	box-shadow: 0 0 25px 10px #2a1b0e;
    border-radius: 20%;
    padding: 50px;
    background-color: #fff;
	transition: all 0.25s ease-in-out;
}
*/
.image-gallery-info-old p {
	text-align: center;
	font-size: 15px;
    color: #212121;
    line-height: 140%;
    transition: all 0.25s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.image-gallery-info p {
	text-align: left;
	font-size: 15px;
    color: #212121;
    line-height: 140%;
    transition: all 0.25s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

@media only screen and (max-width: 1281px) {
	.image-gallery-info {
		position: relative;
		width: 65vw;
		margin-left: 5vw;
		padding-bottom: 30vh;
		transition: all 0.25s ease-in-out;
	}
	
}

@media only screen and (max-width: 801px) {
	.image-gallery-info {
		position: relative;
		width: 70vw;
		margin-left: 15vw;
		padding-bottom: 40vh;
		transition: all 0.25s ease-in-out;
	}
	
}

/*
.video-info {
	position: absolute;
	z-index: 999;
    top: -5vh;
    width: 100px;
	height: 100px;
    margin-left: 2.5vw;
    border: 1px solid #212121;
    border-radius: 100%;
    padding: 50px;
    background-color: #fff;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 0 0px 0px #2a1b0e;
}
*/

.video-info {
	position: relative;
    z-index: 999;
    top: -12vh;
    width: 50vw;
    height: auto;
    margin-left: 5vw;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 0px 0px #2a1b0e;
}
/*
.video-info:hover {
	position: absolute;
	overflow: auto;
    bottom: -225px;
    width: 30vw;
	height: 30vw;
    margin-left: 2.5vw;
    border: 1px solid #212121;
	box-shadow: 0 0 25px 10px #2a1b0e;
    border-radius: 20%;
    padding: 50px;
    background-color: #fff;
	transition: all 0.25s ease-in-out;
}
*/

.video-info p {
	text-align: left;
	font-size: 15px;
    color: #212121;
    line-height: 140%;
    transition: all 0.25s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.embed-info {
	position: relative;
    z-index: 999;
    top: 0vh;
    width: 50vw;
    height: auto;
    margin-left: 5vw;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 0px 0px #2a1b0e;
}
.embed-info p {
	text-align: left;
	font-size: 15px;
    color: #212121;
    line-height: 140%;
    transition: all 0.25s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

/* VIMEO VIDEOS */
.vimeo-iframe-container {
	position:relative;top:0vh;left:0vw;width:100vw;height:100vh;z-index:1000;background-color: black;
}

.vimeo-iframe-container-vimeo-size-default {
	position:relative;top:0vh;left:0vw;width:100vw;height:100vh;z-index:1000;background-color: black;
}
.vimeo-iframe-container-vimeo-size-small {
	position:relative;top:37.5vh;left:37.5vw;width:25vw;height:25vh;z-index:1000;background-color: black;
}
.vimeo-iframe-container-vimeo-size-medium {
	position:relative;top:25vh;left:25vw;width:50vw;height:50vh;z-index:1000;background-color: black;
}
.vimeo-iframe-container-vimeo-size-large {
	position:relative;top:10vh;left:10vw;width:80vw;height:80vh;z-index:1000;background-color: black;
}
.vimeo-iframe-container-vimeo-size-extra-large {
	position:relative;top:0vh;left:0vw;width:100vw;height:100vh;z-index:1000;background-color: black;
}

.vimeo-title {
	
}
.vimeo-year {
	
}
.vimeo-caption {
	
}


.project-audio-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    align-content: flex-start;
	padding-top: 10vh;
    padding-bottom: 10vh;
}
/* VIDEOS */
.project-video-container {
	max-width: 80vw;
	margin: auto;
	padding-bottom: 15vh;
}

.project-video-container video {
	max-width: 100%;
	border-radius: 20px;
}
.video-vimeo-container {
	max-width: 80vw;
	margin: auto;
	padding-bottom: 15vh;
}
.video-vimeo-container iframe {
	max-width: 100%;
	border-radius: 20px;
	min-height: 50vh;
}
#iframe-vimeo {
	max-width: 100%;
	border-radius: 20px;
	min-height: 50vh;
}
/* TEXT STYLES */
.text-no-title, .text-no-year, .text-no-author, .text-no-body-text {
	display: none;
}
.text-display-title, .text-display-year, .text-display-author {
	display: inline;
	max-width: 40%;
	padding-left: 25px;
	padding-right: 25px;
    border: 1px solid #000;
    border-radius: 50%;
}
.text-display-body-text {
	width: 100%;
}

.title-size-default p, .title-size-small p, .title-size-medium p, .title-size-large p, .title-size-extra-large p {
	text-align: center;
}
.text-size-default p, .text-size-small p, .text-size-medium p, .text-size-large p, .text-size-extra-large p {
	text-align: left;
}


.title-size-default p {
	font-size: 20px;
}
.title-size-small p {
	font-size: 15px;
}
.title-size-medium p {
	font-size: 30px;
}
.title-size-large p {
	font-size: 60px;
}
.title-size-extra-large p {
	font-size: 80px;
}

.text-size-default p {
	font-size: 20px;
}
.text-size-small p {
	font-size: 15px;
}
.text-size-medium p {
	font-size: 30px;
}
.text-size-large p {
	font-size: 60px;
}
.text-size-extra-large p {
	font-size: 80px;
}

@media only screen and (max-width: 900px) {
	.text-display-title, .text-display-year, .text-display-author {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.display-thumbnail-caption, .display-year, .display-title {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.title-size-default p {
		font-size: 18px;
	}
	.title-size-small p {
		font-size: 15px;
	}
	.title-size-medium p {
		font-size: 20px;
	}
	.title-size-large p {
		font-size: 30px;
	}
	.title-size-extra-large p {
		font-size: 40px;
	}

	.text-size-default p {
		font-size: 18px;
	}
	.text-size-small p {
		font-size: 15px;
	}
	.text-size-medium p {
		font-size: 20px;
	}
	.text-size-large p {
		font-size: 30px;
	}
	.text-size-extra-large p {
		font-size: 40px;
	}
} 

/* INDIVIDUAL TEXT STYLES */

#change-header {
	position: absolute;
	top: -25vh;
	height: 0;
	width: 0;
	display: ;
	transition: all 0.25s;
}

.text-size-default-title {
	text-align: center;
}
.text-size-default-title p {
	font-size: 120px;
	word-break: break-word;
	color: #d5e4f1;
	text-transform: uppercase;
	transition: all 0.25s;
}


.text-size-default-author {
	text-align: center;
}
.text-size-default-author p {
	font-size: 40px;
	color: #d5e4f1;
	transition: all 0.25s;
}

.text-size-default-date {
	text-align: right;
    background-color: #fff;
    border: 1px solid #212121;
	box-shadow: 0 0 30px 5px #2a1b0e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 20px;
}
.text-size-default-date p {
	font-size: 15px;
}

.text-size-default-introduction {
	text-align: left;
	width: 90vw;
	max-width: 1000px;
}
.text-size-default-introduction p {
	font-size: 24px;
	text-align: center;
	line-height: 150%;
	color: #2A1b0E;
	opacity: 1;
	transition: all 0.25s;
}
.text-size-default-introduction p a {
              pointer-events: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                border-top: 1px solid rgba(255, 255, 255, 0);
                border-right: 1px solid rgba(255, 255, 255, 0);
                border-left: 1px solid rgba(255, 255, 255, 0);
                border-radius: 10px; padding: 10px;
				background-color: rgba(255, 255, 255, 0);
				box-shadow: 0px 0px 0px 0px #2a1b0e;
                transition: all 0.25s;
}
.text-size-default-introduction p a span {
                color: #2a1b0e;
				display:inline-block; 
				margin:0;
               pointer-events: auto;		
}
.text-size-default-introduction p a span:after {
                border-left: 0px solid #2a1b0e;
                border-right: 0px solid #2a1b0e;
                border-top: 0px solid #2a1b0e;
                border-radius: 0px;
                padding: 6px;
                transition: all 0.25s;
                display:block;
                content: '';
                border-bottom: solid 1px #2a1b0e;  
	       		opacity: 0.6;
                transform: scaleX(0.3);  
                transition: opacity 0.5s, transform 250ms ease-in-out;
}
.text-size-default-introduction p a span:hover:after {
                transform: scaleX(0.7);
                 opacity: 0;
                 border-bottom: solid 1px #2a1b0e;
                 transition: transform 250ms ease-in-out, opacity 0.5s, color 250ms ease-in-out;
}
.text-size-default-introduction p a:hover {
                border-bottom: 1px solid #2a1b0e;
                border-top: 1px solid #2a1b0e;
                border-right: 1px solid #2a1b0e;
                border-left: 1px solid #2a1b0e;
                border-radius: 100%; padding: 10px;
				background-color: #fff;
                transition: all 0.25s;
}

@media only screen and (max-width: 750px) {
		.text-size-default-introduction p {
		font-size: 18px;
		transition: all 0.25s;
	}
}

.text-size-default-question {
	text-align: left;
	margin-left: 10vw;
}
.text-size-default-question p {
	font-size: 28px;
	text-align: justify;
	line-height: 180%;
	color: #55493e;
	opacity: 1;
	transition: all 0.25s;
}
.text-size-default-question p a {
            	  pointer-events: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                border-top: 1px solid rgba(255, 255, 255, 0);
                border-right: 1px solid rgba(255, 255, 255, 0);
                border-left: 1px solid rgba(255, 255, 255, 0);
                border-radius: 10px; padding: 10px;
				background-color: rgba(255, 255, 255, 0);
				box-shadow: 0px 0px 0px 0px #2a1b0e;
                transition: all 0.25s;
}
.text-size-default-question p a span {
                color: #55493e;
				display:inline-block; 
				margin:0;
               pointer-events: auto;		
}
.text-size-default-question p a span:after {
                border-left: 0px solid #55493e;
                border-right: 0px solid #55493e;
                border-top: 0px solid #55493e;
                border-radius: 0px;
                padding: 6px;
                transition: all 0.25s;
                display:block;
                content: '';
                border-bottom: solid 1px #55493e;  
	       		opacity: 0.6;
                transform: scaleX(0.3);  
                transition: opacity 0.5s, transform 250ms ease-in-out;
}
.text-size-default-question p a span:hover:after {
                transform: scaleX(0.7);
                 opacity: 0;
                 border-bottom: solid 1px #55493e;
                 transition: transform 250ms ease-in-out, opacity 0.5s, color 250ms ease-in-out;
}
.text-size-default-question p a:hover {
                border-bottom: 1px solid #55493e;
                border-top: 1px solid #55493e;
                border-right: 1px solid #55493e;
                border-left: 1px solid #55493e;
                border-radius: 100%; padding: 10px;
				background-color: #fff;
                transition: all 0.25s;
}
.text-size-default-answer {
	text-align: left;
}
.text-size-default-answer p {
	font-size: 30px;
	line-height: 180%;
	color: #212121;
	transition: all 0.25s;
}
.text-size-default-answer p a {
              pointer-events: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                border-top: 1px solid rgba(255, 255, 255, 0);
                border-right: 1px solid rgba(255, 255, 255, 0);
                border-left: 1px solid rgba(255, 255, 255, 0);
                border-radius: 10px; padding: 10px;
				background-color: rgba(255, 255, 255, 0);
				box-shadow: 0px 0px 0px 0px #fff;
                transition: all 0.25s;
}
.text-size-default-answer p a span {
                color: #212121;
				display:inline-block; 
				margin:0;
               pointer-events: auto;
		
}

.text-size-default-answer p a span:after {
                border-left: 0px solid #212121;
                border-right: 0px solid #212121;
                border-top: 0px solid #212121;
                border-radius: 0px;
                padding: 6px;
                transition: all 0.25s;
                display:block;
                content: '';
                border-bottom: solid 1px #212121;  
	       		opacity: 0.6;
                transform: scaleX(0.3);  
                transition: opacity 0.5s, transform 250ms ease-in-out;
}
.text-size-default-answer p a span:hover:after {
                transform: scaleX(0.7);
                 opacity: 0;
                 border-bottom: solid 1px #212121;
                 transition: transform 250ms ease-in-out, opacity 0.5s, color 250ms ease-in-out;
}

.text-size-default-answer p a:hover {
                border-bottom: 1px solid #212121;
                border-top: 1px solid #212121;
                border-right: 1px solid #212121;
                border-left: 1px solid #212121;
                border-radius: 100%; padding: 10px;
				background-color: #fff;
                transition: all 0.25s;
}

.text-size-default-quote {
	text-align: center;
}
.text-size-default-quote p {
	font-size: 60px;
	line-height: 200%;
	color: #212121;
	transition: all 0.25s;
}
.text-size-default-quote p a {
              pointer-events: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                border-top: 1px solid rgba(255, 255, 255, 0);
                border-right: 1px solid rgba(255, 255, 255, 0);
                border-left: 1px solid rgba(255, 255, 255, 0);
                border-radius: 10px;
				padding: 20px;
				background-color: rgba(255, 255, 255, 0);
				box-shadow: 0px 0px 0px 0px #fff;
                transition: all 0.25s;
}
.text-size-default-quote p a span {
                color: #212121;
				display:inline-block; 
				margin:0;
               pointer-events: auto;
		
}

.text-size-default-quote p a span:after {
                border-left: 0px solid #212121;
                border-right: 0px solid #212121;
                border-top: 0px solid #212121;
                border-radius: 0px;
                padding: 12px;
                transition: all 0.25s;
                display:block;
                content: '';
                border-bottom: solid 1px #212121;  
	       		opacity: 0.6;
                transform: scaleX(0.3);  
                transition: opacity 0.5s, transform 250ms ease-in-out;
}
.text-size-default-quote p a span:hover:after {
                transform: scaleX(0.7);
                 opacity: 0;
                 border-bottom: solid 1px #212121;
                 transition: transform 250ms ease-in-out, opacity 0.5s, color 250ms ease-in-out;
}

.text-size-default-quote p a:hover {
                border-bottom: 1px solid #212121;
                border-top: 1px solid #212121;
                border-right: 1px solid #212121;
                border-left: 1px solid #212121;
                border-radius: 100%;
				padding: 20px;
				background-color: #fff;
                transition: all 0.25s;
}


@media only screen and (max-width: 1200px) {
	.text-size-default-title p {
		font-size: 80px;
		transition: all 0.25s;
	}
	.text-size-default-author p {
		font-size: 30px;
		transition: all 0.25s;
	}
	
	.text-size-default-quote p {
		font-size: 45px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a {
	 	padding: 16px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a span:after {
		padding: 10px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a:hover {
		padding: 16px;
		transition: all 0.25s;
	}
}

@media only screen and (max-width: 1000px) {
	.text-size-default-title p {
		font-size: 60px;
		transition: all 0.25s;
	}
	.text-size-default-author p {
		font-size: 25px;
		transition: all 0.25s;
	}
}

@media only screen and (max-width: 750px) {
	#change-header {
		top: -40vh;
		transition: all 0.25s;
	}
	.text-size-default-title p {
		font-size: 60px;
		transition: all 0.25s;
	}
	.text-size-default-author p {
		font-size: 20px;
		transition: all 0.25s;
	}
	
	
	.text-size-default-question p {
		font-size: 20px;
		line-height: 150%;
		transition: all 0.25s;
	}
	.text-size-default-question p a { 
		padding: 6px;
		transition: all 0.25s;
	}
	.text-size-default-question p a span:after {
		padding: 1px;
		transition: all 0.25s;
	}
	.text-size-default-question p a:hover {
		padding: 6px;
		transition: all 0.25s;
	}
	

	.text-size-default-answer p {
		font-size: 24px;
		line-height: 180%;
		transition: all 0.25s;
	}
	.text-size-default-answer p a {
	 	padding: 6px;
		transition: all 0.25s;
	}
	.text-size-default-answer p a span:after {
		padding: 3px;
		transition: all 0.25s;
	}
	.text-size-default-answer p a:hover {
		padding: 6px;
		transition: all 0.25s;
	}
	
	.text-size-default-quote p {
		font-size: 32px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a {
	 	padding: 10px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a span:after {
		padding: 6px;
		transition: all 0.25s;
	}
	.text-size-default-quote p a:hover {
		padding: 10px;
		transition: all 0.25s;
	}
	
}

/* SPHERE STYLES */

.front-page-caption {
	display: inline-block;
	position: fixed;
    right: 2vw;
    bottom: 2vh;
    z-index: 1000;
}

.front-page-caption p:after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  background-color: #212121;
  border-color: #212121;
  border-radius: 50%;
  border-width: 5px;
  height: 20px;
  width: 20px;
	vertical-align: sub;
}
.front-page-caption p {
	font-size: 20px;
}
.home-sphere-container {
	width: 250px;
    height: 250px;
    background-color: rgba(0,0,0,0);
    position: absolute !important;
    z-index: 1;
	transition: all 0.25s;
	/*
    top: 50%;
    left: 50%;
	*/
	transform: translate(-50%, -50%);
}
.home-sphere {
	padding: 0%;
	background-color: white;
	border-radius: 100%;
	border: 1px solid #212121;
	position: absolute;
    z-index: 1;
	transition: all 0.25s;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.home-sphere-new {
	background-color: #212121;
	border: 1px solid #212121;
}

.home-sphere-text {
	-webkit-transform: scale(1,0.85) translate(-50%, -50%);
    -moz-transform: scale(1,0.85) translate(-50%, -50%);
    -ms-transform: scale(1,0.85) translate(-50%, -50%);
    -o-transform: scale(1,0.85) translate(-50%, -50%);
    transform: scale(1,0.85) translate(-50%, -50%);
	text-align: center;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
	transition: all 0.25s;
	pointer-events: auto;
	padding: 25px;
}
.home-sphere-new .home-sphere-text {
	color: #fff !important;
}
.home-sphere-container:hover {
    z-index: 100;
	transition: all 0.25s;
}
.home-sphere:hover {
	padding: 10%;
	transition: all 0.25s;
}
.home-sphere:hover .home-sphere-text {
	font-size: 5vw !important;
	transition: all 0.25s;
}

.sphere-move-container {
	position: relative;
	padding: 0;
	width: 100%;
	max-width: 85vw;
	height: 80vh;
	max-height: 90vh;
	top: 0%;
	left: 0%;
	margin: auto;
	pointer-events: none;
}

.sphere-move-container {
    -webkit-animation: spherefadeIn 0.5s ease;
    -moz-animation: spherefadeIn 0.5s ease;
    -o-animation: spherefadeIn 0.5s ease;
    animation: spherefadeIn 0.5s ease;
}

@-webkit-keyframes spherefadeIn {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes spherefadeIn {
	0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes spherefadeIn {
	0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes spherefadeIn {
	0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.category-sphere-container {
	position: absolute;
	width: 250px;
    height: 250px;
    background-color: rgba(0,0,0,0);
    z-index: 1;
	transform: translate(-50%, -50%) translate3d(0,0,0);
	pointer-events: auto;
	transition: all 10s ease-in-out;

}
.category-sphere {
	width: 250px;
	height: 250px;
	background-color: white;
	border-radius: 100%;
	border: 1px solid #212121;
	position: absolute;
    z-index: 1;
	transform: translate(0%, 0%) translate3d(0,0,0);
	transition: all 0.25s ease-in-out;
}
.category-sphere-text {
	font-size: 30px;
	-webkit-transform: scale(1,0.85) translate(-50%, -50%);
    -moz-transform: scale(1,0.85) translate(-50%, -50%);
    -ms-transform: scale(1,0.85) translate(-50%, -50%);
    -o-transform: scale(1,0.85) translate(-50%, -50%);
    transform: scale(1,0.85) translate(-50%, -50%);
	text-align: center;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
	text-transform: uppercase;
	transition: all 0.25s;
}
.category-sphere-container:hover {
    z-index: 100;
	transition: all 0.25s;
}
.category-sphere:hover {
	width: 400px;
	height: 400px;
	transition: all 0.25s;
}
.category-sphere:hover .category-sphere-text {
	font-size: 40px;
	transition: all 0.25s;
}


.mobile-category-sphere-container {
	visibility: hidden;
	width: 250px;
    height: 250px;
    background-color: none;
    position: relative;
	margin: auto;
	padding-bottom: 5vh;
    z-index: 1;
	transition: all 0.25s;
}

.mobile-category-sphere-container:hover {
    z-index: 100;
	transition: all 0.25s;
}

@media only screen and (max-width: 750px) {
	.category-sphere {
		width: 150px;
		height: 150px;
		background-color: white;
		border-radius: 100%;
		border: 1px solid #212121;
		position: absolute;
		z-index: 1;
		transform: translate(0%, 0%) translate3d(0,0,0);
		transition: all 0.25s ease-in-out;
	}
	.category-sphere-text {
		font-size: 15px;
		-webkit-transform: scale(1,0.85) translate(-50%, -50%);
		-moz-transform: scale(1,0.85) translate(-50%, -50%);
		-ms-transform: scale(1,0.85) translate(-50%, -50%);
		-o-transform: scale(1,0.85) translate(-50%, -50%);
		transform: scale(1,0.85) translate(-50%, -50%);
		text-align: center;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		text-transform: uppercase;
		transition: all 0.25s;
	}
	.category-sphere-container:hover {
		z-index: 100;
		transition: all 0.25s;
	}
	.category-sphere:hover {
		width: 200px;
		height: 200px;
		transition: all 0.25s;
	}
	.category-sphere:hover .category-sphere-text {
		font-size: 20px;
		transition: all 0.25s;
	}
	
	.front-page-caption p:after {
  border-width: 2px;
  height: 15px;
  width: 15px;
}
.front-page-caption p {
	font-size: 15px;
}
} 

.site-content {
	display: block;
    position: absolute;
    top: 0vh;
	left: 0vw;
    height: 100vh;
    width: 100vw;
}

.sphere-icon {
    width: 250px;
    height: 250px;
    background-color: none;
    position: fixed;
    z-index: 1;
	transition: all 0.25s;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.sphere-icon-a {
    width: 250px;
    height: 250px;
    background-color: none;
    position: fixed;
    z-index: 1;
	background: radial-gradient(closest-side, #df38, #ebf8e1, rgba(255, 255, 255, 0));
	transition: all 0.25s;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.sphere-icon-b {
    width: 250px;
    height: 250px;
    background-color: none;
    position: fixed;
    z-index: 1;
	background: radial-gradient(closest-side, #b892ab, #ada6e1, rgba(255, 255, 255, 0));
	transition: all 0.25s;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.sphere-icon-c {
    width: 250px;
    height: 250px;
    background-color: none;
    position: fixed;
    z-index: 1;
	background: radial-gradient(closest-side, #1261ee, #1ea8ed, rgba(255, 255, 255, 0));
	transition: all 0.25s;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.sphere-icon-fixed {
	width: 50px;
    height: 50px;
    background-color: none;
    position: fixed;
    z-index: 9999;
	top: -25px;
	right: -25px;
}

.sphere-xxxl {
	width: 50vw !important;
    height: 50vw !important;
}
.sphere-xxl {
	width: 40vw !important;
    height: 40vw !important;
}
.sphere-extra-large {
	width: 35vw !important;
    height: 35vw !important;
}
.sphere-large {
	width: 30vw !important;
    height: 30vw !important;
}
.sphere-medium {
	width: 25vw !important;
    height: 25vw !important;
}
.sphere-small {
	width: 15vw !important;
    height: 15vw !important;
}
.sphere-extra-small {
	width: 10vw !important;
    height: 10vw !important;
}

.sphere-icon p, .sphere-icon-a p, .sphere-icon-b p, .sphere-icon-c p {
    text-align: center;
    opacity: 0.5;
    line-height: 300%;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 15vw;
    height: 15vw;
    margin: -7.5vw 0 0 -7.5vw;
    transition: all 0.25s;
}

.image {
    position: absolute;
    top: 50%;
    left: 50%;
	border-radius: 250px 250px;
    width: 100%;
    height: 100%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
    -webkit-animation: spin 20s ease-in-out infinite;
    -moz-animation: spin 20s ease-in-out infinite;
    animation: spin 20s ease-in-out infinite;
    transition: all 0.25s;
}
.image:hover {
	border-radius: 450px 450px;
    transition: all 0.25s;
    cursor: auto;
}

.sphere-main-image {
	filter: blur(2px);
}
.sphere-main-image:hover {
	filter: blur(0px);
}

.sphere-icon:hover, .sphere-icon-a:hover, .sphere-icon-b:hover, .sphere-icon-c:hover {
    width: 450px;
    height: 450px;
	transition: all 0.25s;
	z-index: 100;
}
.sphere-icon-fixed .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10vw;
    height: 10vw;
    margin: -5vw 0 0 -5vw;
    -webkit-animation: spinreverse 20s ease-in-out infinite;
    -moz-animation: spinreverse 20s ease-in-out infinite;
    animation: spinreverse 20s ease-in-out infinite;
    transition: all 0.25s;
}
.sphere-icon-fixed .image:hover {
	width: 20vw;
    height: 20vw;
    margin: -10vw 0 0 -10vw;
    transition: all 0.25s;
    cursor: auto;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@-moz-keyframes spinreverse { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spinreverse { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spinreverse { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}
/*
p span {
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 0%;
	padding: 0px;
	transition: all 0.25s;
	text-decoration: none;
    background-image: linear-gradient(#000, #000), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(#000, #000);
    background-size: 20px 2px, 0 2px, 100% 2px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.25s ease-in-out, background-position 0.25s ease-in-out;
}

a:hover span {
	color: black !important;
	background: radial-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(211,211,211,1) 100%);
	border: 1px solid #000;
	border-radius: 50%;
	padding: 0px;
	transition: all 0.25s;
    background-size: 20px 2px, 100% 2px, 0 2px;
    background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
}
*/


.linked-spheres-logo {
	position: absolute;
	z-index: 99999;
	top: 0vh;
	width: 100%;
	text-align: center;
	mix-blend-mode: difference;
}
.linked-spheres-logo p {
	color: #fefefe;
	font-size: 80px;
}

.category-title-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 100%;
	border: 0px solid #212121;
	box-shadow: 0 0 25px 10px #2a1b0e;
	width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	transition: all 0.25s ease-in-out;
}
.category-title {
	text-align: center;
	padding: 15px;
	transition: all 0.25s ease-in-out;
}
.category-result-container {
	width: 200px;
    height: 200px;
    background-color: none;
    position: fixed;
    z-index: 1;
	transition: all 0.25s;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("https://linkedspheres.art/wp-content/uploads/2022/02/cropped-sphere.png");
	width: 250px;
	height: 250px;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.category-result {
	font-size: 30px;
	
}

.category-result-container:hover {
    z-index: 100;
	transition: all 0.25s;
}

/*
@media only screen and (max-width: 750px) {
	.category-title-container {
		top: auto;
		left: auto;
		bottom: 2vh;
		right: 2vw;
		transform: translate(0%, 0%);
		width: 200px;
		height: 200px;
		max-width: 60vw;
		max-height: 60vw;
		transition: all 0.25s ease-in-out;
	}
	.category-title {
		font-size: 20px;
		transition: all 0.25s ease-in-out;
	}
} 
*/

@media only screen and (max-width: 750px) {
	.category-title-container {
		width: 150px;
		height: 150px;
		max-width: 50vw;
		max-height: 50vw;
		transition: all 0.25s ease-in-out;
	}
	.category-title {
		font-size: 15px;
		transition: all 0.25s ease-in-out;
	}
} 


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

.site-title {
	position: fixed;
	right: 0vw;
	top: 0vh;
	z-index: 99999;
	mix-blend-mode: difference;
}


.sihanButton p {
	font-size: 40px;
	font-weight: 400;
	text-align: right;
	margin-right: 2.5vw;
	margin-top: 2.5vw;
	padding-right: 0;
	margin-bottom: 0;
	color: #d5e4f1;
	transition: all 0.25s ease-in-out;
}

.site-title:hover {
	cursor: pointer;
}


.sihanButton:hover p {
	padding-right: 20px;
	transition: all 0.25s ease-in-out;
}

.sihanButton:hover ~ .menu-menu {
	opacity: 1;
	z-index: 999;
	transition: all 0.25s ease-in-out;
}

.menu-menu:hover {
	opacity: 1;
	z-index: 999;
	transition: all 0.25s ease-in-out;
}

.page-title-container {
	position: fixed;
	left: 0vw;
	bottom: 0vh;
	margin-left: 2.5vw;
	margin-bottom: 2.5vw;
	max-width: 95vw;
	z-index: 9999;
	mix-blend-mode: difference;
}

.page-title-container p {

}

.page-info-title, .page-info-year, .page-info-dimensions, .page-info-extra {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	line-height: 50%;
	color: #d5e4f1;
}
.page-info-title {
	line-height: 100%;
	transition: all 0.25s;
}
.page-info-year {
	font-size: 12px;
	transition: all 0.25s;
}
.page-info-dimensions {
	font-size: 12px;
	transition: all 0.25s;
}
.page-info-extra {
	font-size: 12px;
	line-height: 100%;
	transition: all 0.25s;
}

.page-navbar-container {
	position: fixed;
	top: 0vh;
	width: 100vw;
	margin-left: 0vw;
	height: 15vh;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #2A1b0E;
	box-shadow: 0 0 25px 10px #2a1b0e;
	border-radius: 0 0 50% 50%;
	pointer-events: none;
	transition: all 0.25s;
}
.nobg-nav {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 0px solid #2A1b0E;
	box-shadow: 0 0 0px 0px #2a1b0e;
	border-radius: 0 0 50% 50%;
}
.page-navbar-container a {
	box-shadow: rgb(255 255 255) 0px 0px 0px 0px !important;
	transition: all 0.25s;
   -webkit-transform:scale(1,1) !important;  /* Safari and Chrome */
    -moz-transform:scale(1,1) !important) ; /* Firefox */
    -ms-transform:scale(1,1) !important;  /* IE 9 */
    -o-transform:scale(1,1) !important;  /* Opera */
    transform:scale(1,1) !important;  /* W3C */
}
.page-navbar-container a, .page-navbar-container button {
	pointer-events: auto;
}
.page-navbar-container svg {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 100%;
	max-height: 12vh;
	max-width: 80vw;
	z-index: 1000;
	transition: all 0.25s ease-in-out;
	pointer-events: visiblepainted;
}
.page-navbar-container:hover svg {
	max-height: 9vh;
	transition: all 0.25s ease-in-out;
}
.page-navbar-container svg:hover {
	z-index: 2000;
	transition: 0.25s;
	pointer-events: visiblepainted;
}

.home-navbar-container {
	position: fixed;
	top: -15vh;
	width: 100vw;
	margin-left: 0vw;
	height: 15vh;
	z-index: 10000;
	background-color: #fff;
	border-bottom: 2px solid #2A1b0E;
	box-shadow: 0 0 25px 10px #2a1b0e;
	border-radius: 0 0 50% 50%;
	transition: all 0.25s;
}
.home-navbar-container a {
	box-shadow: rgb(255 255 255) 0px 0px 0px 0px !important;
	transition: all 0.25s;
	   -webkit-transform:scale(1,1) !important;  /* Safari and Chrome */
    -moz-transform:scale(1,1) !important) ; /* Firefox */
    -ms-transform:scale(1,1) !important;  /* IE 9 */
    -o-transform:scale(1,1) !important;  /* Opera */
    transform:scale(1,1) !important;  /* W3C */
}
.home-navbar-container svg {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 100%;
	max-height: 10vh;
	max-width: 70vw;
	z-index: 1000;
	transition: 0.25s;
	pointer-events: visiblepainted;
}
.home-navbar-container:hover svg {
	max-height: 7.5vh;
	transition: 0.25s;
}
.home-navbar-container svg:hover {
	z-index: 2000;
	transition: 0.25s;
	pointer-events: visiblepainted;
}

.navbar-sphere-container {
	position: absolute;
	height: 5vh;
    left: 1vw;
    top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.navbar-sphere {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	background: radial-gradient(rgba(255,255,255,0) 0%, rgba(211,211,211,1) 100%);
	border-radius: 50%;
}

.navbar a {
	
}

/* SPAGE TITLE IMAGE */
.title-image-container {
	position: absolute;
    top: 0vh;
	left: 0vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
.title-image {
    position: absolute;
    top: 50%;
    left: 50%;
	width: auto;
    height: 100vh;
    max-height: 100vh;
	border-radius: 0 0 100% 100%;
    transform: translate(-50%, -50%);
}
.title-image-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 70%);
}
.title-video-container {
	position: absolute;
    top: 0vh;
	left: 0vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
	border-radius: 0 0 100% 100%;
}
.video-vimeo-title {
	position: absolute;
    top: 50%;
    left: 50%;
	width: auto;
    height: 100vh;
    max-height: 100vh;
    transform: translate(-50%, -50%);
}
.video-vimeo-title iframe {
    width: 100vw;
    height: 150vh;
    min-height: 100vh;
    min-width: 800vw;
    pointer-events: none;
}
/* */

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}
.from-left {
  grid-column: 2 / 3;
  transform: translateX(-10%);
}

.from-right {
  grid-column: 3 / 4;
  transform: translateX(10%);
}
.from-bottom {
  transform: translateY(10%);
}

.from-left,
.from-right,
.from-bottom {
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  transform: translateX(0);
  opacity: 1;
}
/*
.fade-in {
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  opacity: 0;
}

.fade-in.appear {
  transform: translateX(0);
  opacity: 1;
}

.from-bottom .appear {
  transform: translateY(0);
  opacity: 1;
}
*/

.title-fixed {
	position: fixed;
	top: 10px;
	transition: all 0.25s;
}
.title-fixed p {
	font-size: 20px !important;
	transition: all 0.25s;
}
.author-fixed {
	position: fixed;
	top: 30px;
	transition: all 0.25s;
}
.author-fixed p {
	font-size: 20px !important;
	transition: all 0.25s;
}

/*
.slick-slide {
	display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
	
}
.slick-slide div {
	display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
}

.slick-slide div img {
	width: 80vw !important;
    max-width: 1400px;
    margin: auto;
    position: relative;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
}
*/

@media only screen and (max-width: 750px) {
	.title-fixed {
		top: 10px;
		transition: all 0.25s;
	}
	.title-fixed p {
		font-size: 15px !important;
		transition: all 0.25s;
	}
	.author-fixed {
		top: 30px;
		transition: all 0.25s;
	}
	.author-fixed p {
		font-size: 15px !important;
		transition: all 0.25s;
	}
}


.guide-container {
	position: relative;
	display: block;
	width: 100vw;
	margin-bottom: 25vh;
	padding-bottom: 25vh;
}

.guide-container .projects-container {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70vw;
	max-width: 1000px;
}
.guide-container .projects-container .projects-inner-container {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #212121;
}
.guide-image {
	max-width: 100%;
	height: auto;
	padding-top: 5vh;
}
.guide-image-caption {
	font-size: 20px;
	max-width: 100%;
	height: auto;
	padding-top: 2.5vh;
}
.guide-image-caption p {
	font-size: 20px;
   -webkit-transform:scale(1,0.85); /* Safari and Chrome */
    -moz-transform:scale(1,0.85); /* Firefox */
    -ms-transform:scale(1,0.85); /* IE 9 */
    -o-transform:scale(1,0.85); /* Opera */
    transform:scale(1,0.85); /* W3C */}
}
.guide-info-text {
	font-size: 20px;
	max-width: 100%;
	height: auto;
	padding-top: 2.5vh;
}
.guide-info-text p {
	font-size: 20px;
}
.guide-span {
	color: red;
}
.guide-container .projects-container .projects-inner-container .guide-info-text p a {
	text-decoration: underline;
	color: #00ff00;
}
.guide-container .projects-container .projects-inner-container .guide-info-text p a:hover {
	text-decoration: none;
	color: #212121;
	box-shadow: rgb(255 255 255) 0px 0px 0px 0px !important;
}

.about-container {
	display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
	margin: auto;
	max-width: 80vw;
	margin-top: 50vh;
}

.about-expand {
	display: block !important;
}

.about-sponsors {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	position: relative;
	padding-top: 10vh;
    width: 80vw;
}

.about-sponsor-text {
	font-size: 20px;
}

.about-sponsor-image {
	width: 300px;
    max-width: 40%;
    max-height: 100px;
    min-width: 200px;
}

.about-sponsor-text, .about-sponsor-image {
	padding-right: 50px;
	padding-top: 50px;
}

.about-text {
	padding-top: 100px;
}

.about-text p a{
	transition: all 0.25s ease-in-out;
}


.about-text p a:hover {
	border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius: 100%;
    padding: 50px;
    background-color: #fff;
	color: #212121;
    transition: all 0.25s ease-in-out;
}

.about-instagram {
	margin-top: 10vh;
	position: relative;
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.about-instagram svg {
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 25px;
    height: auto;
    opacity: 1;
    fill: #212121;
    transition: all 0.25s;
}

.index-container {
	display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
	margin: auto;
	max-width: 100vw;
	margin-top: 10vh;
}

.index-expand {
	display: flex !important;
}

/* Project Social Links */
.project-social-link-container {
	display: flex;
	 flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
	width: 100%;
}

.project-social-link-container p a {
	transition: all 0.25s;
	color: #212121;
}

.project-social-link-container p a:hover {
	border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius: 100%;
    padding: 10px;
    background-color: #fff;
	padding: 50px;
    transition: all 0.25s;
}

.circle {
    display: inline-block;
    position: relative;
    margin-left: 1vw;
    height: 5px;
    width: 5px;
    background-color: #2A1b0E;
    border-style: solid;
    border-color: #2A1b0E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: 0.25s -webkit-filter linear, 0.25s font-size linear;
    -moz-transition: 0.25s -moz-filter linear, 0.25s font-size linear;
    -ms-transition: 0.25s -ms-filter linear, 0.25s font-size linear;
    -o-transition: 0.25s -o-filter linear, 0.25s font-size linear;
    transition: 0.25s filter linear, 0.25s font-size linear;
    font-size: 2vw;
}

.break-dot {
    -webkit-animation-name: dot-break;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: dot-break;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.essay-break {
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-size: 2vw;
    width: 100vw;
	height: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.webpage-embed {
	text-align: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-size: 2vw;
    width: 80vw;
	height: 50vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
.projects-inner-container-introduction .essay-break:last-child {
	display: none;
	visibility: hidden;
}
*/

@keyframes dot-break {
	0% {
    height: 0px;
    width: 0px;
}
50% {
    height: 10px;
    width: 10px;
}
100% {
    height: 0px;
    width: 0px;
}
}

.menu-side-sphere {
	height: 100vh;
	position: absolute;
	right: -15vw;
	top: 0vh;
	width: 15vw;
	border-right: 1px solid red;
    box-shadow: 0 0 25px 10px #2a1b0e;
    border-radius: 0 0 50% 50%;
}

.image-gallery-slick button {
	background-color: rgba(0, 0, 0, 0);
    border: 0px;
}