*, img, body{ margin: 0; padding: 0; border: 0; }

body{
	font-family: 'Realtime-Regular', sans-serif;
	line-height: 16px;
	font-size: 13px;
	color: #1a1a1a;
	position: relative;
}

.pink{ background-color: #FF002B; }
.purple{ background-color: #411485; }

/* -------------------- type -------------------- */

@font-face {
    font-family: 'Realtime-Regular';
    src: url('../fonts/realtime.eot');
    src: url('../fonts/realtime.eot?#iefix') format('embedded-opentype'),
         url('../fonts/realtime.woff2') format('woff2'),
         url('../fonts/realtime.woff') format('woff'),
         url('../fonts/realtime.ttf') format('truetype'),
         url('../fonts/realtime.svg#ywftsvg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------- links -------------------- */

a:active{ outline: none; }
a:focus{ -moz-outline-style: none; outline-style: none; }

a:link{
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

a{
	background-color: #fff;
	padding: 7px 10px 10px 10px;
	margin: 0px 1px 1px 0;
	float: left;
	color: #1a1a1a;
}

a:hover{
	background-color: rgba(255, 255, 255, 0);
}

.ghost{
	background-color: #fff;
	padding: 7px 10px 10px 10px;
	margin: 0px 1px 1px 0;
	float: left;
	opacity: 0.4;
}

/* -------------------- header -------------------- */

header{
	position: fixed;
}

nav, .name{
	display: table-row;
}

nav a{
	padding-right: 11px;
}

.name p{
	background-color: #444;
	padding: 7px 10px 10px 10px;
	margin: 0px 1px 0 0;
	color: #fff;
	float: left;
}

/* -------------------- content -------------------- */

.content{
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	resize: both;
	overflow: auto;
}

.content img{
	max-height: 95vh;
	max-width: 95vw;
	resize: both;
	overflow: auto;
}

.full img{
	height: 100vh;
	width: 100vw;
}

iframe{
	height: 100vh;
	width: 100vw;
}

/* -------------------- contents -------------------- */

.rows{
	padding-top: 34px;
}

.row{
    display: block;
    float: none;
}

.title{
	padding: 0 0 2px 0px;
	text-rendering: optimizelegibility;
}

.row:visited .title{
	text-decoration: line-through;
}

.about{
	padding: 30px 0 36px 0;
}

.about p{
	padding: 0 10px 0 10px;
	line-height: 18px;
}

.social{
	float: left;
	width: 92%;
	padding: 30px 0 0 0;
	list-style-type: none;
}

/* -------------------- text highlighting -------------------- */

::selection{ background: #ffffff; color: #282828; } /* Safari */
::-moz-selection{ background: #ffffff; color: #282828; } /* Firefox */

/* -------------------- media queries -------------------- */

@media screen and (min-width: 500px) {
}
