*,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,g,img,ins,kbd,q,s,samp,small,strike,strong,svg,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,select,option,path{
	background:none;
	border:0;	
	box-sizing:border-box; 	
	font-family:-apple-system,BlinkMacSystemFont,Roboto,"Open Sans","Helvetica Neue",sans-serif;
	1font-size:0%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	word-wrap:break-word;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
ol,ul{
	list-style:none
}
table{
	border-collapse:collapse;
	border-spacing:0
}
img{	
	height:auto;
	max-width:100%;
	vertical-align:bottom
}
b{
	font-weight:bold
}
i{
	font-style:italic
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
a{
	border-bottom:2px solid rgba(24,107,170,0.4);
	color:rgb(24,107,170);
	text-decoration:none
}
a:hover{
	border-bottom:2px solid rgba(201,72,28,0.4);	
	color:rgb(201,72,28);
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out
}
.an,.an:hover{
	border:0
}
.ad{
	border-bottom:1px dashed rgba(24,107,170,0.4)
}
.ad:hover{
	border-bottom:1px dashed rgba(201,72,28,0.4);
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out
}
.ah{
	border-bottom:1px dashed rgba(24,107,170,0.4);
	color:rgb(24,107,170)
}
.ah:hover{
	border-bottom:1px dashed rgba(201,72,28,0.4);
	color:rgb(201,72,28);
	cursor:help;
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out
}
.ch{
	cursor:help
}
html,body{
	height:100%;
	width:100%;
	word-break:break-all
}
.table{
	display:table;
	height:100%;
	width:100%
}
.cell{
	background:#f7f7f7;
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
	width:100%
}
.cell svg{
	fill:rgb(17,17,17);
	height:15vh;
	width:auto
}
h1{
	color:rgb(17,17,17);
	font-size:200%;
	margin:1% 0 0 0
}
h1 a{
	border-bottom:2px solid rgba(255,255,255,0.5);
	color:#ffffff
}
h1 a:hover{
	border-bottom:2px solid rgb(255,255,255);
	color:#ffffff
}
@media only screen and (max-width:900px),only screen and (max-device-width:900px){
	h1{
		font-size:150%
	}
}
@media only screen and (max-width:600px),only screen and (max-device-width:600px){
	h1 span{
		display:block
	}
}