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;
}


/* let's rock */
html {
  background:#000;
}
body {
  font-family:Raleway, sans-serif;
  color:#fff;
  font-size:14px;
  font-weight:400;
}
.body {
  background:url("larry-gelmini-bg.jpg") center center no-repeat #000;
  background-size:cover;

  padding-bottom:14%; 
}

section, footer {
  width:90%;
  margin:0 auto;
}

section:after {
  display:table;
  content:"";
  clear:both;
}

.logo {
  margin-top:50px;
  width:50%;
  height:auto;
}

UL {
  display:block;
  float:right;
}

UL LI {
  margin-bottom:10px;
}

LI A {
  display:block;
  color:#000;
  background-color:#eed100;
  border-radius:50%;
  width:52px;
  height:52px;
  position:relative;
  text-align:center;
}

LI A svg {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

LI A.fl svg {

}


LI A IMG, .contact img {
  visibility:hidden;
  opacity:0;
  position:absolute;
  bottom:50%;
  right:100%;
  transform:scale(0.66) translate(25px, 0);
  transition:0.4s;
  transform-origin: bottom right;
}

.contact {position:relative;}

.contact img {
  transform:scale(1) translate(-50%, 10px);
  bottom:100%;
  left:50%;
}

LI A:hover IMG, .contact:hover img {
  visibility:visible;
  opacity:1;
  transform:scale(0.66) translate(0);
}

.contact:hover img {
  transform:scale(1) translate(-50%, -10px);
}

footer {
  text-align:center;
}

footer a, footer a:hover, footer a:focus, footer a:visited, footer a:active {
  color:#fff;
}

@media (max-width:980px) {
  .logo {
    width:100%;
  }


}
