:root {
    --light-blue:  rgb(69, 124, 226);
    --dark-blue:   rgb(33, 20, 92);
    --light-green: rgb(69, 226, 103);
    --dark-green:  rgb(10, 92, 7);
    --light-red:   rgb(226, 69, 77);
    --dark-red:    rgb(148, 20, 37);
    --bright-yellow:rgb(245, 217, 139);
    --light-yellow:rgb(231, 186, 62);
    --dark-yellow: rgb(151, 65, 30);
}

*{margin:0}
.wrapper, html, body {
    height: 100%;
    margin: 0;
	background-color: #1d1d1d;
    height: 100%;
}

p {
    font-family: "JetBrains Mono", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
	color: #FFFFFF;
}

span {
    font-family: "JetBrains Mono", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
	color: #FFFFFF;
}

a {
    text-decoration: none;
	color: var(--light-yellow);
    text-shadow: 0 0 10px var(--light-yellow);
    transition: color 0.2s, text-shadow 0.2s;
	transition-timing-function: ease;
}

a:hover {
    text-decoration: none;
	color: var(--bright-yellow);
    text-shadow: 0 0 15px var(--bright-yellow);
}

ul {
	color: #d4d4d4;
}

#title {
    flex-grow: 5;
	font-weight: extra-bold;
    font-size: 12vh;
    margin: 1vh;
    text-shadow: none;
    transition: text-shadow 0.2s;
	transition-timing-function: ease;
}

#title.blue:hover {
    color: var(--light-blue);
	text-shadow: 0 0 10px var(--light-blue);
    -webkit-text-fill-color: var(--light-blue);
	background: none;
}

#title.green:hover {
    color: var(--light-green);
	text-shadow: 0 0 10px var(--light-green);
    -webkit-text-fill-color: var(--light-green);
	background: none;
}

#title.red:hover {
    color: var(--light-red);
	text-shadow: 0 0 10px var(--light-red);
    -webkit-text-fill-color: var(--light-red);
	background: none;
}

#title.yellow:hover {
    color: var(--light-yellow);
	text-shadow: 0 0 10px var(--light-yellow);
    -webkit-text-fill-color: var(--light-yellow);
	background: none;
}

#tagline {
    flex: 1;
	font-weight: normal;
    font-size: 4vh;
    text-shadow: 0 0 5px white;
    padding-left: 2vw;
    padding: 1vh;
    padding-left: 4vh;
    background-color: #0f0f0f;
}

#terminal {
    width: 42vw;
    height: 73vh;
    font-weight: normal;
    font-size: 3vh;
    text-shadow: 0 0 5px white;
    padding: 1vh;
    padding-left: 2vw;
    padding-right:2vw;
    background-color: #0f0f0f;
    box-shadow: inset 40px 0px 40px -40px black;
}

.ultrabold {
	color: white;
	font-weight: extra-bold;
    font-size: 10vh;
    line-height: 8vh;
}

.semibold {
	color: white;
	font-weight: normal;
    font-size: 5vh;
    line-height: 5vh;
}

.italic {
    color: white;
	font-weight: normal;
    font-style: italic;
    font-size: 3vh;
}

.flex-fullscreen {
	height: 100vh;
	min-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	margin: 0;
}

.header-main {
    height: 25vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.header-page {
    height: 20vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.flex-horizontal {
    height: 75vh;
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 100%;
    margin: 0;
}

.flex-horizontal-page {
    height: 80vh;
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 100%;
    margin: 0;
}

.flex-vertical {
    flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: start;
	height: 100%;
    transition: flex 0.2s;
	transition-timing-function: ease;
    margin: 0;
}

.flex-vertical:hover {
    flex:1.2;
}

.full-height {
	height: 100%;
}

.flex-hoverable {
	flex: 1;
	position: relative;
	display: block;
	transition: flex 0.2s;
	transition-timing-function: ease;
	overflow: hidden;
}

.flex-hoverable:hover {
	flex: 1.5;
}

.div-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: blur(3px) grayscale(90%) brightness(30%) contrast(80%) drop-shadow(0 0 50px black);
	transition: filter .2s;
}

.div-image:hover {
	filter: blur(0) grayscale(0) brightness(80%) contrast(100%);
}

.terminal-tab {
    flex: 1;
    overflow: hidden;
}

.terminal-tab-name {
    height: 3vh;
    font-weight: normal;
    font-size: 2vh;
    text-shadow: 0 0 5px white;
    padding: 1vh;
    margin-left: 0.2vh;
    margin-right: 0.2vh;
    background-color: #161616;
}

.text-vertical {
	position: absolute;
    display: inline;
	top: 0;
	left: 0;
    writing-mode: vertical-rl;
    margin-top: 1vh;
    margin-left: 1vh;
}

.text-horizontal {
	position: absolute;
    display: inline;
	top: 0;
	left: 0;
    margin-top: 1vh;
    margin-left: 1vh;
    text-shadow: 0 0 10px black;
}

.text-horizontal-sub {
	position: absolute;
    display: inline;
	bottom: 0;
	left: 0;
    margin-left: 1vh;
    margin-bottom: 1vh;
    text-shadow: 0 0 10px black;
}

.unselectable {
	pointer-events: none;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.blue {
    background: linear-gradient(-45deg,
    var(--dark-blue) 0%, 
    var(--light-blue) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px var(--dark-blue));
}

.green {
    background: linear-gradient(-45deg,
    var(--dark-green) 0%, 
    var(--light-green) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px var(--dark-green));
}

.red {
    background: linear-gradient(-45deg,
    var(--dark-red) 0%, 
    var(--light-red) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px var(--dark-red));
}

.yellow {
    background: linear-gradient(-45deg,
    var(--dark-yellow) 0%, 
    var(--light-yellow) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px var(--dark-yellow));
}

.site-footer {
	height: 10vh;
	flex-direction: row;
	justify-content: center;
}

::selection {
	color: #54c3ff;
	text-shadow: 0 0 10px #54c3ff;
	background: none;
}