@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font,
img, q, s, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, lable, legend, table, caption, tbody, thead, tr, th, td, hr {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-family: inherit;
}

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



ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



:focus {
    outline: none;
}

:root{
	--bg1: #f7f7f7;
	--colortwo:#2c0e25;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

header, nav, section, article, aside, footer {
    display: block;
}

		@font-face {
			font-family: 'Alien MacSVG';
			src: url('../font/Alien Mac.svg#Alien Mac') format('svg');
		}
	
		@font-face {
			font-family: 'Alien MacTTF';
			src: url('../font/Alien Mac.ttf') format('truetype');
		} 
		
		@font-face {
			font-family: 'Alien MacEOT';
			src: url('../font/Alien Mac.eot');
		} 

html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

body, td, table {
    font: 12px;
	font-family: 'Alien MacEOT', 'Alien MacTTF', 'Alien MacSVG';
    color: var(--colortwo);
    background: var(--bg1);
    margin: 0;
    padding: 0;
    letter-spacing: .1em;
}

#container {
    min-width: 300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#content {
    position: relative;
    min-height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #58ff36;
    transition: color 0.3s ease;
    word-wrap: break-word;
}

a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 3em;
    background-color: #b193ab;
    margin: 30px 0 0 0;
    padding: 0 0 0 30px;
    letter-spacing: 0;
}


span.btn {
	float: right;
	margin: 0 30px 0 0;
	height: 53px;
	width: 55px;
	font-size: 1em;
	border: 1px solid #fff;
	border-width: 0 1px;
	text-align: center;
    cursor: pointer;
	
}

span.menu {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: -50px;
	height: 80px;
	width: 100px;
	text-align: center;
	line-height: 1em;
	clear: both;
    cursor: pointer;
	
}

#menu {
	margin: 0;
	padding: 10px 20px ;
	position: absolute;
	right: 10px;
	top: 132px;
	border: 1px solid #fff;
	border-radius: 6px;
	background: black;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);

}

#menu p {
	text-align: right;
	font-size: 30px;
	color: white;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

p {
    margin: 20px 0;
    line-height: 23px;
}


.wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: white;
}

.wrapper-two {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #333;
}

header {
    background-image: url(../img/space-wallpaper.png);
    background-position: center -260px;
    z-index: 110;
    border-top: 1px solid #cfbdcd;
    border-bottom: 1px solid #cfbdcd;
    width: 100%;
    height: 162px;
    position: relative;
}

header p {
	color: #58ff36;
    font-weight: normal;
    font-size: 6em;
    margin: 100px 0 0 30px;
    letter-spacing: 0.05em;
}

footer {
    background: white;
    z-index: 110;
    border-top: 1px solid #cfbdcd;
    border-bottom: 1px solid #cfbdcd;
    width: 100%;
    height: 162px;
    position: relative;
}

.page_footer-two {
    background: #111;
    z-index: 110;
    border-top: 1px solid #cfbdcd;
    border-bottom: 1px solid #cfbdcd;
    width: 100%;
    height: 162px;
    position: relative;
}

footer p {
    font-weight: normal;
    font-size: 2em;
    margin: 40px 0 0 30px;
    letter-spacing: 0;
}

.page.symbol h2 {
    color: #b3aeb1;
}

.emoji-copy {
    border: none;
    text-align: center;
    line-height: 120px;
    max-width: 100%;
    box-sizing: border-box;
}

.navigation-two .tabs_divs {
	background: #111;
}

.navigation .tabs_divs {
	background: #eee;
}

.navigation .tabs_divs ul {
	margin: 0 0 0 24px;
}

.navigation {
    background: #eee;
}

.navigation .tabs_divs li {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 6em;
    width: 140px;
    line-height: 80px;
    height: 160px;
    text-align: center;
	font-variant-ligatures: common-ligatures;
	border: 1px solid #ddd;
	margin: 10px 10px 0 0;
	background: #fff;
}

.navigation .tabs_divs li p {
    line-height: 60px;
    padding: 10px 0;
}

#typed-strings p {
	color: red;
    line-height: 30px;
    padding: 10px 0;
}

.navigation .tabs_divs p.normal {
    line-height: 60px;
    padding: 10px 0;
    margin: 0 0 0 30px;
    font-family: sans-serif;
    line-height: 24px;
}

 ol.normal {
    font-family: sans-serif;
}

.navigation .tabs_divs li p.description {
	font-family: sans-serif;
	font-size: 12px;
	color: #888;
    line-height: 14px;
    height: 30px;
    padding: 6px 0 0 0;
    border: 1px solid #ddd;
    border-width: 1px 0 0 0;
    display: none;
    letter-spacing: 0em;
}

.navigation .tabs_divs li table, .navigation .tabs_divs li td {
    background: #fff;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 60px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#menu {
	display: none;
}




