body {
	padding-top: 80px;

}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) iframe:focus,
body:not(.user-is-tabbing) button:focus {
  outline: none;
}
iframe {
	width: 100%;
	outline: none;
	border: none;
}
.navbar {
	margin-bottom: 40px;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  margin-right: 200px;
 }
.nav-link {
	width: 75px;
}
.nav-link:hover {
	color: #0e75ff;
	font-style: bold;
}
.nav-link.active i {
	color: #0e75ff;
	font-style: bold;
}
.nav_badge {
	border-radius: 50px;
  margin-left: -6px;
  opacity: 0.85;
}
.main_container {
	margin-top: 12px;
	margin-bottom: 36px;
	padding-bottom: 56px;
	/*margin-top: 0px;*/
}
.members_list {
	padding: 6px;
	/*border-bottom: 1px solid #000;*/
}
.members_list a {
	text-decoration: none;
  font-weight: 700;
  margin-left: 6px;
  font-size: 12px;
}
.like_iframe {
	height: 62px;
  padding: 0px;
  margin: 0px;
}
.like_body {
	height: 36px;
  width: 152px;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;	
}
.like_button_form {
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}
button.comment_like {
	left: 0px;
}
.you_like {
	margin-left: 20px;
}
.comment_button_holder {
	margin-top: 6px;
	text-align: right;
	padding-right: 16px;
}
.comment_button_holder a {
	text-decoration: none;
	color: #222222;
}
.card {
	margin-top: 12px;
}
.post_header {
	margin-left: 6px;
}
.post_header a {
	text-decoration: none;
	font-weight: 800;
}
.header_avatar {
	height: 32px;
  border-radius: 30px;
}
.comments_frame_holder {
	/*padding: 0px;
	height: 130px;*/
}
.comment_iframe {
	/*height: 250px;*/
  margin-top: 12px;
}
.no_comment {
	height: 0px;
}
.comment {
	background-color: #f5f5f5;
	padding: 3px 6px;
	border-radius: 5px;
	margin-top: 0px;
}
.comment a {
	text-decoration: none;
	font-weight: 800;
}
.comment_avatar {
	border-radius: 30px;
  margin-top: 0px;
  height: 24px;
}
.comment_form {
	background-color: #ffffff;
  margin-top: 6px;
  right: 0px;
  float: right;
  width: 95%;
}
.comment_form_holder {
	background-color: #ffffff;
	padding: 0px;
}
.comment_result {
	padding: 3px 12px 3px 12px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 12px;
}
.comment_result a {
	text-decoration: none;
	font-weight: 600;
}
.header_1 {
	max-height: 350px;
  overflow: hidden;
  border: 4px solid #0f6efd;
  border-radius: 10px;
}
#banner_holder {
	background: rgb(11,94,215);
	background: linear-gradient(180deg, rgba(11,94,215,1) 0%, rgba(245,245,245,1) 100%);
	margin-bottom: 12px;
}
.page_header {
	background-color: #000;	
}
.profile_header_background {
	background-color: #000;
}
.profile_header_image {
	background-color: #f5f5f5;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 7px;
}
.profile_header_image2 {
	margin-top: -60px;
  border: 3px solid #0f6efd;
  height: 90px;
}
.profile_header_image3 {
	margin: 12px auto;
	/*float: right;
	margin-right: -192px;
	margin-top: -224px;*/
}
.profile_avatar {
	margin-top: -90px;
  z-index: 100;
}
.profile_avatar img {
	border: 3px solid	#0f6efd;
}
blockquote {
  margin: 0 0 1rem;
  padding: 12px;
}
.blockquote-reverse {
	padding: 12px;
  text-align: right;
}
footer.blockquote-footer a {
	text-decoration: none;
	font-weight: 600;	
}
.profile_header_image .file-input {
  position: relative;
  top: 350px;
  left: 380px;
  z-index: 900;
 }
 .card-header a {
 	text-decoration: none;
 }
 .edit_buttons {
 	border: none;
  background-color: #f5f5f5;
 }
 .grid {
 	margin-top: 18px;
 }
 .grid-sizer, .grid-item { 
 	width: 50%; 
 }
.grid-item--width2 { 
	width: 40%; 
}
.member_online {
	font-size: 6px;
  margin-left: -6px;
  margin-top: 0px;
  border: 1px solid #fff;
}
footer {
	background-color: #212529;
  color: #ffffff;
  padding: 12px 0px 6px 0px;
  margin-top: 24px;
}
footer p {
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
}
footer a {
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
}
footer a:hover {
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: underline;
}