
/*footer*/

.navbar-footer {
  display: inline-block;
  padding-top: 30px;
}

.social-footer {
  margin-top: 40px;
}

/*social icons are fucked uP!*/

.fb-footer{
  position: relative;
  right: 50px;
  width: 130px;
  height: 20px;
  top: 15px;
}

#twitter-widget-0 {
  position: relative;
  top: 4px;
}
#___ytsubscribe_0 {
  position: relative;
  left: 50px;
  top: 2px;
}

@media all and (max-width: 600px) {
  #___ytsubscribe_0 {
    left: 0px;
  }
  .fb-footer{
    right: 0px;
    width: 92px;
  }
}


.footer {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.copyrightDiv {
  color: #888787;
  padding: 40px;
}
