img {
  max-width: 100%;
}

a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE7 */
  opacity: 0.6;
  text-decoration: none;
}

body {
  border-top: 0;
  background: #f8f8f8;
  font-family: "Roboto", sans-serif;
}

.grabbable {
  cursor: move;
  /* fallback */
  cursor: grab !important;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.label {
  left: 3rem;
  top: -4.5rem;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 59px;
  font-weight: 900;
  color: rgba(176, 224, 230, 0.5);
}

@media only screen and (min-width: 580px) {
  .label {
    left: -9rem;
    top: 5.5rem;
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
.container {
  position: relative;
}
.container .carousel {
  margin-top: 20%;
  margin-bottom: 20%;
}
.container .carousel .carousel-inner {
  border: 1px solid #000000;
  box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.05);
}
.container .carousel .carousel-inner .carousel-item .box {
  border-right: 1px solid #999;
}
.container .carousel .carousel-inner .carousel-item .box .caption {
  font-size: 15px;
}
.container .carousel .carousel-inner .carousel-item .box .caption h1 {
  font-weight: bold;
  font-size: inherit;
  color: #444;
  min-height: 3em;
}
.container .carousel .carousel-inner .carousel-item .box .caption date {
  display: block;
  font-size: inherit;
  color: #999;
  min-height: 3em;
}
.container .carousel .carousel-inner .carousel-item .box .caption p {
  font-size: inherit;
}
.container .carousel .carousel-inner .carousel-item .box:last-child {
  border-right: none;
}
@media only screen and (max-width: 580px) {
  .container .carousel .carousel-inner .carousel-item .box {
    border-right: none;
  }
}

/*# sourceMappingURL=index.css.map */
