@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

html{
  position:relative; 
  min-height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
}
header  {
  height: auto;
	background: rgba(133, 132, 131, 0.1);
	background-size: cover;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;
}

h1 {
    margin: 0;
  }
#murder {
  height: auto;
	font: 'Trebuchet MS', 'Lucida Grande', serif;
	color: purple;
	font-size: 40px;
	background: rgba(133, 132, 131, 0.1);
	background-size: 100%;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;

}
#navbar {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background: rgba(133, 132, 131, 0.1); ;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#navbar li {
	float:left;
}
#navbar li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }
#nav li a:hover {
		color: #c00;
		background-color: #fff; }

.jumbotron  {
	background: url('http://www.photos-public-domain.com/wp-content/uploads/2012/04/muffins-cooling-on-rack.jpg')center center no-repeat fixed;
    position: relative;
    padding: 0;
    margin:0 ;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron h2 {
  padding-top: 200px;
  vertical-align: middle;
  top: 50%;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.jumbotron h3 {
  top: 35%;
  margin: 0 0 20px;
  color: #fff;
}

.share_box{
	position:absolute;
	width:100%;
	right:2%;
	bottom:100px;
}

#footer_bottom {
    position: absolute;
    margin:0;
    padding:0;
    left: 0;
    bottom: 0;
    min-height: 0%;
    height: auto ;
    overflow:hidden;
    
}
  _  .copyright  {
        position: absolute;
        width: 100%;
        color: #fff;
        line-height: 40px;
        font-size: 0.7em;
        text-align: left;
        bottom:0;
    }
    
    .footer-social-icons  {
        top:30%;
    height:200px;
    width:60px;
    position:fixed;
    right: 0;
    }
    .copyright .footer-social-icons {
      background: rgba(133, 132, 131, 0.1); ;
	    border-bottom: 1px solid #ccc; 
	    border-top: 1px solid #ccc;
      }


    ul p {
    margin:0;  
    padding:0;
    list-style: none;
}
.copyright .design .social-icons{
  margin: 0;
  padding: 0;
  border: 0;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
    
    height:200px;
    width:60px;
    position: fixed;
    right: 0;
    top: 50%;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #33ad15;
}
.fa-reddit {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-reddit:hover {
    background-color: #fc2909;
}