@font-face 
{
    font-family: 'integral';
    src: url('/fonts/integral.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* { padding: 0; margin: 0; }

div, textarea, a, body, button, input, li, ul, img { display: flex; }
a { text-decoration: none; }

.kinkColor { color: fuchsia; }
.vanillaColor { color: white; }
.dangerColor { color: red; }
.grassColor { color: #00ffb4; }
.fireColor { color: orange; }
.grabColor { color: rgb(0, 255, 0); }
.skyColor { color: cyan; }
.alienColor { color: #b9ff00; }
.shineColor { color: yellow; }

.attension { font-style: italic; }

body 
{
    position: relative;
    background-color: #000;
    height: 100vh;
    width: 100vw;
    flex-direction: row;
    color: white;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#program
{
	filter: none;
}

#sidebarContainer
{
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 270px;
    flex-direction: column;
}

.sideBarLogoSection
{
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	border-bottom: 1px solid rgb(61, 61, 61);
}

#logo
{
	height: 200px;
	width: 200px;
	background-image: url(../images/diversynthesis_logo_2.svg);
	background-position: center center;
	background-size: 200px 200px;
	/* background-color: transparent; */
	background-repeat: no-repeat;
}

#sideBarContent
{
    border-right: 1px solid rgb(61, 61, 61);
    height: 100%;
}

.sideBarInnerPad
{
    flex-direction: column;
    row-gap: 25px;
	width: 100%;
}

#sideBarHeader
{
    font-family: 'integral';
    font-size: 24px;
    border-bottom: 1px solid rgb(61, 61, 61);
    border-right: 1px solid rgb(61, 61, 61);
    height: fit-content;
    padding: 25px;
}

#leadSidebarContainer
{
	width: 40px;
	height: 100vh;
	position: fixed;
	right: 0px;
	top: 0px;
	border-left: 1px solid rgb(61, 61, 61);
	border-right: 1px solid rgb(61, 61, 61);
}

.navSection
{
	flex-direction: column;
	width: 100%;
	margin-left: 60px;
	row-gap: 15px;
}

.navStrip
{
	flex-direction: column;
	row-gap: 50px;
}

.waypointHeaderName
{
	font-weight:900;
	font-size: 10px;
}

.waypointDimensionLink
{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 300;
	width: fit-content;
}

.waypointDimensionLink:hover
{
	color:#b9ff00;
}

#mainContainer
{
    height: 100vh;
    margin-left: 270px;
	min-width: 500px;
	width: 100%;
	padding: 0px 65px 0px 25px;
    flex-direction: column;
}

.resourceListContainer
{
    height: 100%;
    border-bottom: 1px solid rgb(61, 61, 61);
	max-width: 729px;
}



.outerName
{
    height: fit-content;
    padding: 25px;
}

.buttonShell
{
    padding: 0px 25px 0px 25px;
}

#mainHeader
{
    border-bottom: 1px solid rgb(61, 61, 61);
    align-items: center;
    justify-content: space-between;
    height: 79px;
}

.mainHeaderColumn
{
    column-gap: 25px;
    padding-right: 25px;
}

.headlineTitleContracted
{
    font-family: 'integral';
    font-size: 36px;
}

.headlineTitleExpanded
{
    font-family: 'integral';
    font-size: 128px;
	word-break: break-all;
}

#mainContent
{
    flex-direction: column;
}

.headlineContainer
{
    flex-direction: column;
    border-bottom: 1px solid rgb(61, 61, 61);
}

.contentContainer
{
    border-right: 1px solid rgb(61, 61, 61);
    flex-basis: -webkit-fill-available;
}

.headlineRow
{
    justify-content: space-between;
}

.innerContainerPad
{
    flex-direction: column;
    padding: 25px;
}

.property
{
    column-gap: 25px;
}

.padding25
{
    padding: 0px 0px 25px 0px;
}

.resourceList
{
    row-gap: 25px;
    list-style-type: none;
    flex-direction: column;
}

.resourceLink
{
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration:underline;
    color: white;
}

#mainFooter
{
    font-family: 'integral';
    font-size: 24px;
    border-right: 1px solid rgb(61, 61, 61);
    background-color: black;
    height: fit-content;
    bottom: 0;
    padding: 25px;
    background-color: black;
}



.wideButton
{
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: black;
    border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
    height: fit-content;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.contentHeading
{
	font-family: "new-science", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
}


.inputTextAreaSingle
{
    resize: none;
    background-color: black;
    color: white;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

    border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
    padding: 10px;
}

.contentTopRow
{
    justify-content: space-between;
}

.taskStoryMulti
{
    background-color: black;
    color: white;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    outline: none;
    border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
    padding: 10px;
}

.resourceForm
{
    row-gap: 25px;
    flex-direction: column;
    width: 750px;
}


.resourceCreationContainer
{
    height: 100%;
    border-bottom: 1px solid rgb(61, 61, 61);
    border-right: 1px solid rgb(61, 61, 61);
    flex-basis: -webkit-fill-available;
}

.resourceContent
{
	flex-direction: column;
    row-gap: 25px;
}

.resourceContentParagraph
{
    flex-direction: column;
}

.formDescriptor
{
    color: silver;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

#neuroFigure_front_a
{
	background-image: url(../images/diversynthesis_neurofigure_a_1.svg);
	background-position: center center;
	background-size: 100%;
	/* background-color: transparent; */
	background-repeat: no-repeat;
	aspect-ratio: 15 / 7;
}



/* Email Subscription Form */

#subscriptionDevice
{
	display: none;
	flex-direction: column;
	row-gap: 10px;
	width: 400px;
	height: 200px;
	position: fixed;
	z-index: 1;
	left: calc(50% - 250px);
	top: calc(50% - 250px);
	background-color: black;
	border: 1px solid rgb(28, 28, 28);
	border-radius: 10px;
	padding: 50px;
}





.inputTextAreaSingle
{
    resize: none;
    background-color: black;
    color: white;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
}

.standardButton
{
    padding: 10px;
    color: black;
    background-color: white;
	border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
    height: fit-content;
    font-family: "new-science", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
	width: fit-content;
	transition: all 100ms ease;
}

.standardButton:hover, .wideButton:hover
{
    background-color: black;
    color: fuchsia;
	border: 1px solid white;
	transition: all 100ms ease;
}

#subscriptionDeviceCloseIE
{
	position: absolute;
	right: 0px;
	background-color: red;
	border: 2px solid transparent;
	height: 10px;
	width: 40px;
	transition: all 100ms ease;
	padding: 0px;
	bottom: 50px;
}

#subscriptionDeviceCloseIE:hover
{
	background-color: black;
	border: 2px solid red;
	transition: all 100ms ease;
}

#subscriptionDeviceSubmitIE
{
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 40px;
	height: 10px;
	background-color:#b9ff00;
	border: 2px solid transparent;
	border-radius: 0px;
	transition: all 100ms ease;
	padding: 0px;
	bottom: 50px;
}

#subscriptionDeviceSubmitIE:hover
{
	background-color: black;
	border: 2px solid #b9ff00;
	transition: all 100ms ease;
}
/* 
#emailFNField {
    position: absolute;
    left: 0px;
    -webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;

    border-left: 1px solid transparent;
	border-top: 1px solid rgb(40,40,40);
	border-right: 1px solid rgb(19, 19, 19);
	border-bottom: 1px solid rgb(40,40,40);

}

#emailLNField {
    position: absolute;
    right: 0px;
    border-right: 1px solid transparent;
    -webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	border-top: 1px solid rgb(40,40,40);
	border-left: 1px solid rgb(19, 19, 19);
	border-bottom: 1px solid rgb(40,40,40);
	border-right: 1px solid transparent;
}

#emailSAField {
    position: absolute;
    left: 0px;
	top: 100px;
	width: 480px;
	
    -webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    border-left: 1px solid transparent;
	border: 1px solid rgb(40,40,40);
	border-right: 1px solid transparent;
} */