@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700');
@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,700');

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed,  
figure, figcaption, footer, header, hgroup,  
menu, nav, output, ruby, section, summary, 
time, mark, audio, video { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font: inherit; 
    vertical-align: baseline;
	box-sizing: border-box;
	}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section { 
    display: block; 
	} 
	
ol, ul { 
    list-style: none; 
	}

sup, sub {	
	vertical-align: baseline;
	font-size: smaller;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em; 
}



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

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
body {
	font-family: 'Inknut Antiqua', serif;
	font-weight: 400;
	text-align: left;
	color: #ff727e;
	background: #343178;
	padding: 40px;
	font-variant-ligatures: common-ligatures;
	font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}

html {
	font-size: 62.5%;
	line-height: 1.45;
	padding: 50px;
	}

::selection {
	color: #fffea1;
	}

::-moz-selection {
	color: #fffea1;

	}

strong {
	font-weight: 800;
}

em {
	font-style: italic;
}

a {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}

a:active, a:focus {
	outline: 1px dotted #ababab;
}


header {
	width: 90%;
	max-width: 950px;
	margin: 0 0 120px 0;
	}

header h1 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
}

header h1 a {
	color: #ff727e;
}

header h1 a:hover {
	color: #ff727e;
	border-bottom: 3px solid #ff727e;
}

section {
}

.intro {
}

.intro a {
	color: #ff727e;
	text-decoration: underline;
	}

.intro a:hover {
	color: #fffea1;
	}

.intro a:after {
	content: " ♦";
	color: #fffea1;
	vertical-align: super;
    font-size: smaller;
	}


.intro-first {
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -.15rem;
}

.intro-sub {
	width: 100%;
	max-width: 800px;
	font-family: 'Space Mono', monospace;
	margin: 0 0 35px 0;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -.025rem;
}

.intro-more {
	width: 100%;
	max-width: 800px;
	font-family: 'Space Mono', monospace;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -.025rem;
	margin: 0 0 20px 0;
}

.thegif {
	width: 100%;
	overflow: auto;
	margin: 90px 0 90px 0;
	padding: 0 0 10px 0;
}

.bridging {
	/*border: 4px solid #4b7aeb;
	padding: 20px;*/
	width: 90%;
	max-width: 650px;
	float: right;
	box-shadow: 4px 4px 0 #ff727e;
	margin: 0 4px 0 0;
}

.emphasis {
	letter-spacing: .8rem;
	padding-left: 10px;}

.theclock {
	margin: 60px 0 0 0;
}

.contact {
	margin: 60px 0 40px 0;
	font-size: 2rem;
}

.contact a:after {
	content: none
}
.mail {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: right;
    font-size: 2rem;
    
}
#special{
    
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
    color: white
}

#special:hover{
    color:#ff727e
    
}

