body {
  transition: background-color 1s;
}

#viewSource {
  margin-top: -10px;
}

#floatingBar {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  top: 30px;
}

#reactivePortrait {
  width: 250px;
  height: 250px;
  transform: scale(1);
  transition: all 1s;
}

#reactivePortrait.shrink {
  margin-left: 900px;
  margin-top: -100px;
  transform: scale(0);
  opacity: 0
}

.photos {
  margin-top: 250px;
  text-align: center;
}

.photos a {
  text-decoration: none;
  color: #555;
}

.photos a:hover {
  color: #555;
}

.photos .photo {
  display: block;
  margin-bottom: 100px;
}

.photos .photo img {
  max-width: 996px;
  border: 2px solid #555;
}

body.dark .photos .photo img {
  border: 2px solid #222;
}

.photos .photo .title {
  margin-top: 10px;
  font-size: 25px;
}

.view_on_flickr {
  color: white !important;
  font-size: 18px;
}
