/*Generic*/
body {
  background: #F3F3F3;
}

h2 {
  font-weight: 300;
}

.btn {
  text-transform: uppercase;
}

/* NAV BAR */

.navSideElements {
  text-transform: uppercase;
  line-height: 200%;
  font-weight: 300;
}

.nav-pic {
  margin: -2px 5px 0 0;
  max-height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* MAIN POSTS PAGE */
.post {
  background: #fff;
  padding:15px 0;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.info {
  font-weight: bolder;
  font-size: 16px;
}

.info .url {
  font-weight: normal;
  color:#999;
  font-size:13px;
  margin-left:5px;
}


/* PROFILE PAGE */
.prof-img{
  width:100%;
  max-width:100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.name {
  font-weight: bolder;
  font-size: 1.5em;
}

.nav-tabs {
  margin-top:30px;
}

.vote {
  height:20px;
  cursor: pointer;
}

.auth-forms {
  max-width:400px;
  margin:0 auto;
  background: #fff;
  padding:1px 25px 25px 25px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.cmt-form {
  margin-top:30px;
}

.cmt {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #ccc;
}

.cmt .author {
  font-size:11px;
  color:#bbb;
}

/*Panel Enhancements*/

.panel-default>.panel-top>a, .panel-default>.panel-top {
	background-color: #34495E;
	color: #fff;
}

.panel-default>.panel-top>a:hover {
	color: #1abc9c;
}

.panel {
	top: 10px;
	left: 0;
	right: 0;
	margin: 10px auto;
	width: 75%;
}

.postCommentButton {
	margin: -10%;
	padding-bottom: 10%;
	top: 10%;
	margin-top: 10px;
}

.gravatar {
	left: 33%;
}

.profileName {
	right: 33%;
	margin-left: 20%;
	font-weight: 300;
	font-size: 2em;
	font-style: "Lato", sans-serif;
}

.profileElement {
	margin-top: 50px;
}

.postTop {
	font-weight: 300;
	font-size: 1.5em;
}

.postBottom {
	height: 40%;
	margin-bottom: 20%;
}

.backToPosts {
	margin-top: 80px;
	left: 10%;
	position: absolute;
	/* bottom: 217px; */;
}

.commentForm {
	width: 75%; 
	left: 0;
	right: 0; 
	margin: auto;
}

#mainNewsFeedPostHeader {
  font-size: 1.5em;
  font-weight: 300;
}