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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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


html {
  background: url(img/bgbw.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#info {
	position:absolute;
	bottom:12%;
	width:100%;
	color:#000;
	background-color:rgba(0,0,0,0.7);
	padding:10px 0 10px 0;
}

.block {
	margin-left:14%;
}


#photo { float:left }
#photo img{
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	width:140px;
}

#cont {
	margin-left:180px;
	color:#fff;
	top: 50%;
	position: absolute;
	margin-top: -3.8em;
}

h1 {
	font-weight:400;
	font-size:350%;
	letter-spacing:6px;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
}

#cont .logo {
}

.logo a {
	margin:8px 0 0 0;
	width: 143px;
	height: 25px;
	background-image:url("img/connectical.svg")
}

.hide { display:none; }

#top {
	padding:6px 0 0 0;
}

#bottom {
	margin:12px 0 0 0;
	font-size 150%;
	text-shadow: none;
	padding-left: 4px;
	letter-spacing:6px;
}

#bottom a {
	float:left;
	opacity:0.4;
	margin-right:10px;
	color:#fff;
}

#bottom span {
	font-size:160%;
	margin:4px 0 0 0;
}

.logo a {
	opacity:0.6;
}

#bottom a, .logo a {

   -o-transition:opacity .5s ease-in-out;
   -ms-transition:opacity .5s ease-in-out;
   -moz-transition:opacity .5s ease-in-out;
   -webkit-transition:opacity .5s ease-in-out;

   transition:opacity .5s ease-in-out;

}

#bottom a:hover, .logo a:hover {
	opacity:1;
	cursor:pointer;
}

a { text-decoration:none; color:#fff; }
