p {
}

#title {
	position: relative;
	top: 15%;
	left: 10%;
	padding-right: 10%;
	margin-right: 10%;
	margin-top: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
}
#blog_plug {
	position: absolute;;
	bottom: 50px;
	left: 12%;
	padding-left: 5em;
	font-size: 16px;
	font-weight:100;
	font-family: 'Merriweather', serif;
	margin-right: 15%;
	margin-top: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
}
#secondary {
	position: relative;
	top: 100px;
	left: 10%;
	margin-right: 15%;
	margin-top: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
    background: black;
    max-width: 1000px;
}

#evillink:hover {
   text-decoration: none;
   color:red;
}
body {
    margin: 0;
    background: black;
}




/*div#secondary a:hover {
    text-decoration: none;
    color: yellow;
}*/
div#welcome {
    height: 100vh;
    width: 100%;
    background: white;
	font-size: 80px;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

div#everything {
    height: 100vh;
    width: 100%;
    background: black;
	font-size: 40px;
	font-family: 'Karla', sans-serif;;
	-webkit-margin-before: 0em;
	color: white;
}
#arrowdown {
    position: absolute;
    bottom: 50px;
    left: 10%;
}

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
	margin-left: 20px;
  list-style-type:disc;
}
ul.maketree ul {
	padding-left: 1em;
	/*padding-bottom: 1em;*/
}
ul.maketree li {
  padding-left: 13px;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
	padding-bottom: 0px;
}

#superscript {
	position: relative;
	top: -.8em;
	text-decoration: none;
}

#small {
	font-size: 10%;
}
#blog_plug a {
	font-weight: bold;
}
a {
    color:inherit;
		/*margin: -10px;
    padding: 10px;*/
		text-decoration: none;
}
/*a:hover {
    text-decoration: none;
    color:#3399FF;
}*/

/*a:hover {
	text-decoration: none;
	color: #3399FF;
}*/

#black:hover {
	text-decoration: none;
	color: white;
	background: black;
}

#desc {
	font-size: 0.7em;
	margin-bottom: -1.2em;
}

#desc-size {
	font-size: 0.7em;
}

#bulletcap {
	font-size: 0.5em;
	position: relative;
	top: -.7em;
	/*font-family: 'Roboto Mono';*/
	font-style: italic;
	font-family: 'Roboto';
}

#tinybullet {
	font-size: 0.5em;
}

#rspace {
	padding-right: 10px;
}

#comment {
	font-size: 0.5em;
	margin-top: -1.8em;
}

#mono {
	font-size: 0.5em;
	font-family: 'Roboto';
	line-height: 1.2em;
}

#half {
	font-size: 0.5em;
}

#subfont {
	font-family: 'Roboto';
	padding-left: 1em;
}

#underlineonwhite {
  border-bottom: 6px solid currentColor;
	padding-bottom: 6px;
  display: inline-block;
  line-height: 0.85;
  text-shadow:
    4px 4px white,
    4px -4px white,
    -4px 4px white,
    -4px -4px white;
}

#underline {
  border-bottom: 3px solid currentColor;
	/*padding-bottom: 6px;*/
  display: inline-block;
  line-height: 0.85;
  text-shadow:
    3px 3px black,
    3px -3px black,
    -3px 3px black,
    -3px -3px black;
}

a.green:hover { color: #1ace84; }
a.purple:hover { color: #a262c0; }
a.teal:hover { color: #4ac0aa; }
a.violet:hover { color: #8c78ba; }
a.pink:hover { color: #d529cd; }
a.red:hover { color: red; }
a.yellow:hover { color: yellow; }
a.blue:hover { color: blue; }


[id^="togList"],                        /* HIDE CHECKBOX */
[id^="togList"] ~ .list,                /* HIDE LIST */
[id^="togList"] + label  span + span,   /* HIDE "Collapse" */
[id^="togList"]:checked + label span{   /* HIDE "Expand" (IF CHECKED) */
  display:none;
}
[id^="togList"]:checked + label span + span{
  display:inline-block;                 /* SHOW "Collapse" (IF CHECKED) */
}
[id^="togList"]:checked ~ .list{
  display:block;                        /* SHOW LIST (IF CHECKED) */
}
