@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
BODY { background-color:#222; color:#FFF;}
.container { padding-top:80px;}
H1,H2, .header {font-family: 'Shadows Into Light', cursive}
A:hover {color:#FFF;text-decoration:underline}
A.header {font-size:150%; color:#FFF!important}
.navbar-brand:before {content:'';background-image:'/images/tinylogo.jpg'} 
footer > .container { padding-top:10px;}
footer A { color:#FFF;}
.social{list-style-type:none;margin:0;padding:0}
.social LI{display:inline;padding-right:20px}
.social LI A{color:#c4c4c4;transition:all .5s}
.social LI A:hover{text-decoration:none;color:#FFF}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 140px;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height:120px;
  background-color: #000;
}

