body {
  background-color: #EBE8E4;
  color: #222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-top: 60px;
}
.title_paper{
	font-weight:bold;
	color: rgb(90,160,203,1);
}
.abstract{
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
color: #ffffff;
height: 50px;
text-align: center;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 12px 0px #000000;
-moz-box-shadow: 0px 0px 12px 0px #000000;
box-shadow: 0px 0px 12px 0px #000000;
/* Adds the transparent background */
background-color: rgba(90,160,203, 0.97);
color: rgba(1, 1, 1, 1);
}

#navigation a {
font-size: 17px;
padding-left: 1%;
padding-right: 1%;
color: white;
text-decoration: none;
margin-right: 10%;
}

#navigation a:hover {
color: grey;
} 
#paper{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#about{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#now{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#goals{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#me{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#contact{
  padding-top: 60px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#social2{
	background-color: #5aa0cb;
}
#social3{
	background-color: #5aa0cb;
}

.social {
	background-image: url(../images/mache_b.jpg);
	background-repeat:repeat;
	width:100%;
}

.social header {
	height:30%;
	margin:5%;
}
.social footer {
	height:30%;
	margin:5%;
}

.social_icons {
	background-repeat:repeat;
	width:100%;
	/*margin: 0 auto;
	width:1000px;*/
}
.social_icons img {
	width:50%;
	height:50%;
}

.social_icons img:hover {
	width:70%;
	height:70%;
}
.social_icons table {
	margin: 0 auto;
	text-align:center;
}
.social_icons a {
	color: #222;
	font-weight: 300;
	text-decoration: none;
	-o-transition: .3s;
 	-ms-transition: .3s;
 	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .3s;
}
.social_icons a:hover {
	color: #AAA;
}
.social_icons2 {
	background-repeat:repeat;
	width:100%;
	/*margin: 0 auto;
	width:1000px;*/
}
.social_icons2 img {
	width:30%;
	height:30%;
}

.social_icons2 img:hover {
	width:35%;
	height:35%;
}
.social_icons2 table {
	margin: 0 auto;
	text-align:center;
}
.social_icons2 a {
	color: #222;
	font-weight: 300;
	text-decoration: none;
	-o-transition: .3s;
 	-ms-transition: .3s;
 	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .6s;
}
.social_icons2 a:hover {
	color: #AAA;
}
.portrait img{
	/* Adds shadow to the bottom of the bar */
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
}
.portrait img:hover{
	/* Adds shadow to the bottom of the bar */
	-webkit-box-shadow: 0px 0px 14px 0px #000000;
	-moz-box-shadow: 0px 0px 14px 0px #000000;
	box-shadow: 0px 0px 14px 0px #000000;
}