/*
**
** Main Stylesheet
**
*/
/*
**  1.  Base Styles
**  2.  Header Styles
**  3.  General Layout Styles
**  4.  Page Elements Styles
**  5.  Blog Styles
**  6.  Sidebar Styles
**  7.  Footer Styles
**  8.  Helpers
*/
/*
** Base Styles
*/
.icon-bar {
  position: fixed;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  background-color: #bb0000;
}
.facebook {
  background: #3B5998;
  color: white;
}
.whatsapp {
  background: #25D366;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
.phone {
  background: #5BC236;
  color: white;
}
.instagram {
  background: #DD2A7B;
  color: white;
.content {
  margin-left: 75px;
  font-size: 30px;
}
