@charset "UTF-8";



body {
	background-color: #495140;
    overflow-x: hidden;
}

h1 {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
  	font-style: normal;
	letter-spacing: -2px;
	font-size: 16pt;
	color: white;
	padding: 7px 0;
	line-height: 0.9;
	position: relative;
	top: calc(50% - 25px); /* 50% - 3/4 of icon height */
    cursor: default;
}

h2 {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
  	letter-spacing: -2px;
	font-style: italic;
	font-size: 12pt;
	color: white;
	padding: 7px 0;
	line-height: 0.9;
	position: relative;
	top: calc(50% - 15px); /* 50% - 3/4 of icon height */	
}

h3 {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
  	letter-spacing: -1px;
	font-size: 11pt;
	color: white;
	padding: 20px 0px 0px;
	line-height: 0.9;
	position: relative;
}

p {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
	letter-spacing: -1px;
	font-size: 10pt;
	color: white;
	text-align: center;	
	top: calc(50% - 20px); /* 50% - 3/4 of icon height */
    cursor: default;
}

ul, li {
    list-style-type: none;
    font-family: "logic-monospace", monospace;
  	font-weight: 300;
	letter-spacing: -1px;
	font-size: 9pt;
	color: white;
	text-align: center;	
	text-indent:-4.5em;
    cursor: default;
}


a {
	color: white;
    cursor: pointer;
}

a:hover {
	color: white;
	font-style: normal;
	text-decoration: none;
	transition-timing-function: ease;
    cursor: pointer;
}
	
a.blur:hover {
	filter: blur(3px);
	font-style: normal;
	transition-timing-function: ease-in;
    cursor: pointer;
}

img.hero {
	height: 540px;
	padding: 30px 20px;
	align-content: center;
}

img.comma {
	height: 24px;
	padding: 2px;
    cursor: pointer;
}

img.bts {
    width: 90%;
    padding: 5px 0;
}


a.comma {
	filter: none;
    cursor: pointer;
}

a.comma:hover {
	filter: blur(1px);
	transition: 200ms;
	transition-timing-function: linear;
    cursor: pointer;
}

p.summary {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
	letter-spacing: -1.5px;
	font-size: 10pt;
	color: white;
	text-align: left;
	padding: 70px 0;
}

p.navigation {
	color: #ffbaff;
    cursor: pointer;
}

p.navigation:hover {
    font-style: italic;
   text-decoration: underline;
    cursor: pointer;
}

p.name {
	font-family: "logic-monospace", monospace;
  	font-weight: 300;
	letter-spacing: -1.5px;
	font-size: 10pt;
	color: white;
	text-align: center;	
	position: relative;
	line-height: 2;
    cursor: pointer;
}


div.handle {
 	position: relative;
	top: calc(50% - 10px); /* 50% - 3/4 of icon height */	
}

div.wall {
    height: 800px;
    padding: 0 40px;
}

.wall {
	overflow-y: scroll;
}

.col-1 {
	width: 100%;
	height: 100px;
	padding: 0px;
}

.col-xs-2 {
	width: 25%;
	height: 100px;
	padding: 0px;
}


.bio {
	outline: 0px dotted white;
	overflow-y: scroll;
}


.row {
	height: 100%;
}

.center {
	display: block;
	margin: auto;
}

.logo {
	display: block;
	margin: auto;
	padding-bottom: 5px;
}

div.social {
	height: 40px;
	margin-top: 1px;
}

div.tab {
	margin-bottom: 1px;
}

div.bio {
	max-height: 580px;
	
}

div.about {
	outline: 0px solid white;
    height: 100%;
    padding: 0px 30px;
}

.grain {
    position: fixed;
	top: -200px;
	left: -200px;
    height: 50%;
    width: 25%;
	mix-blend-mode: multiply;
}
.grain:before {
     content: "";
     width: calc(100% + 150rem);
     height: calc(100% + 100rem);
     position: fixed;
     background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/5c/Image_gaussian_noise_example.png);
     opacity: 0.25;
     pointer-events: none; 
}    

#draggable { 
	width: 150px;
	padding: 0.5em;
	z-index: 1;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #495140;
  margin: 10px 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffbaff;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  outline: 1px solid white;
  background: #e9ecef;
}


