/* Global */
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.window {
  margin-bottom: 200px;
  min-width: 750px;
  background-image: url('../../images/sticky-social-bar-1.jpg');
}
.progressbar {
  padding-bottom: : 20px;
}
.description {
  padding-bottom: : 20px;
  border: 20px solid black;
  min-width: auto;
  min-height: 600px;
}

/* Social */
body {
  margin:0;
  }
main {
  height: 1500px;
  background-color: #CCCCCC;

}
/* Description */
.item h2 {
  font-weight: 400;
}
.item-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
.item-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* -- RESPONSIVE CSS -- */
@media (min-width: 40em) {


  .item-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .item-heading {
    margin-top: 0;
  }
}

/* Social */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
    background-color: #000;
}
.facebook {
  background: #3B5998;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
.content {
  margin-left: 75px;
  font-size: 30px;
}
footer {
  position: absolute;
}
