#headerbar {
  width: 100%;
  height: 50px;
  padding: 0 2% 0 2%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #200c31;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sbsbtn,
.socialbtn {
  display: flex;
  align-items: center;
}

.sbslogo {
  width: 45px;
  height: auto;
  margin-right: 12px;
  position: relative;
}
.mabulogo {
  width: 55px;
  height: auto;
  left: 10px;
  position: relative;
}
.logoimg {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.social {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

#teamname {
  font-size: 1.2em;
  color: #fff;
  margin: 0px 0px 100px 0px;
  font-weight: 500;
  text-align: left;
}

#footerbar {
  width: 100%;
  height: auto;
  background-color: #200c31;
  padding: 60px 3%;
  float: left;
  z-index: 999;
  margin-top: 100px;
}

#footerbar p {
  letter-spacing: -1px;
  line-height: 150%;
  /*font-family: sans-serif;*/
}
.articlebox {
  color: #fff;
}
#fteamname {
  font-size: 1.1em;
  color: #fff;
  font-weight: 700;
  margin: 5px 0px 0px 0px;
  text-align: left;
  letter-spacing: -1px;
  /*font-family: sans-serif;*/
}

.credit {
  font-size: 1rem;
  color: #eff;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: -0.8px;
  line-height: 1.5rem;
  /*font-family: sans-serif;*/
}

@media screen and (max-width: 639px) {
  #headerbar {
    width: 100%;
    height: 46px;
    padding: 5px 0%;
  }
  .sbsbtn {
    flex: 1;
  }
  .mabulogo {
    width: 55px;
    position: absolute;
    left: 42%;
  }
  .sbslogo {
    width: 40px;
  }
  #headerbar .social {
    width: 40px;
    height: 40px;
  }

  #teamname {
    font-size: 0.9em;
    color: #fff;
    font-weight: 600;
    text-align: left;
    float: left;
    margin: 0;
  }
  #footerbar {
    width: 100%;
    height: auto;
    padding: 10px 2%;
    background-color: #200c31;
    float: left;
    z-index: 10;
  }

  #fteamname {
    font-size: 0.9em;
    color: #fff;
    font-weight: 500;
    margin: 5px 0px 0px 0px;
    text-align: left;
    letter-spacing: 0px;
    width: 90%;
  }

  .credit {
    font-size: 0.8em;
    color: #eff;
    font-weight: 300;
    margin: 5px 0px 0px 0px;
    text-align: left;
    letter-spacing: 0px;
    width: 90%;
  }
}
