@charset "UTF-8";

a:a:link,a:active,a:hover {
  color:#000000;
}

a:visited {
  color:#000000;
}

body {
  background-color:#070707;
  background-image:url(https://img.mfcimg.com/photos2/444/44495011/465-987-682-764-14147964.jpg);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.profile_section_content {
  color:#070707;
  border:0 none #;
  padding:0;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box:shadow 0;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#00000000;
  color:#000000;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
  -webkit-text-shadow:0 0 0 #0c0c0c;
  -moz-text-shadow:0 0 0 #000000;
  text-shadow:0 0 0 #000000;
  background-image:url(https://img.mfcimg.com/photo/444/44495011/645-462-230-854-14144655.jpg);
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

.grid {
  display:grid;
  grid-template-columns:200px auto;
  grid-template-rows:70px minmax(160px,auto) auto;
  grid-template-areas:'header header' 'leftbar main' 'footer footer';
  column-gap:20px;
  row-gap:20px;
}

.page-header {
  grid-area:header;
}

.page-leftbar {
  grid-area:leftbar;
}

.page-main {
  grid-area:main;
}

.page-footer {
  grid-area:footer;
}

.content {
  color:#242424;
  background-color:#000000;
  font-weight:600;
  text-align:center;
  box-sizing:border-box;
  height:100%;
  padding:10px;
}

.menu-bar {
  background-color:#000000;
  display:flex;
  justify-content:flex-start;
  box-sizing:border-box;
}

.item {
  color:rgb(0,0,0);
  background-color:transparent;
  font-size:18px;
  display:inline-block;
  box-sizing:border-box;
  padding:14px 20px;
}

.item.title {
  font-weight:600;
}

.item:hover {
  background-color:rgba(0,0,0,0.1);
}

.page-main {
  grid-area:main;
}

.page-footer {
  grid-area:footer;
}

.content {
  color:#242424;
  background-color:#000000;
  font-weight:600;
  text-align:center;
  box-sizing:border-box;
  height:100%;
  padding:10px;
}