@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");

/* { border: solid 1px #f00; } */

html { background: url(../img/constructiongry.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}
body { font: all-caps 15px/30px montserrat-bold, arial, sans-serif  }
h1  { width: 100%; height: 500px; background-repeat: no-repeat; background-position: center center; border-bottom: solid 1px #999; }} 
h1 span { display: none; }
p { font: 0.8em/1.2em "montserrat-bold", arial, sans-serif; color: #999; text-transform: uppercase; margin: 20px auto; text-align: center; }
ul#social {
  list-style: none;
  display: block;
  font-size: 2.1rem;
  margin:0 auto; 
  width: 15em; 
}
ul#social li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
ul#social li a {  color: #999; }
ul#social li a:hover, ul#social li a:focus { color: #fff; }
ul#social li:last-child { margin: 0; }