.brain{
	background: url('../images/brain_canvas.png');
	width:1000px;
	height:379px;
    max-width: 100%;
	margin-top:5em;
	z-index:-1;
	margin-left: auto;
    margin-right: auto;
}



#summary{
	max-width:1000px;
	width:80%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
	margin-top:2em;
	font-size:16px;
}

#summary .img-responsive {
    border:2px solid;
    border-radius:25px;
    border-color:#e0e0e0;
    margin-top:1em;
}

#summary .row {
    margin-top:2em;
}

#twit{
	text-align:center;
	margin-top:2em;
}

#copyright{
	margin-top:3em;
	width:100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 100;
}

ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: black;
    background-color:  #e0e0e0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color:  #8cb5f7;
}