*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: auto;
}

body {
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #222;
  background-color: #eee;
}

.header {
  width: 100%;
  height: auto;
  background-image: url(./images/blur.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-buttons {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.header-buttons .follow-holder {
  position: relative;
}

.header-buttons .follow-holder button {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(34, 34, 34, 0.2);
  border-radius: 0.4rem;
  color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: inherit;
}

.header-buttons .follow-holder button img {
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.header-buttons .follow-holder button:hover {
  background-color: #222222;
}

.header-buttons .follow-holder .show-follow {
  display: block !important;
}

.header-buttons .follow-holder .follow-box {
  width: 22.2rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: -12.2rem;
  right: -13.4rem;
  padding: 1rem;
  display: none;
}

.header-buttons .follow-holder .follow-box p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
}

.header-buttons .follow-holder .follow-box .artist-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  border-top: 1px solid #222;
  padding-top: 1rem;
}

.header-buttons .follow-holder .follow-box .artist-data--left {
  margin-right: 1.2rem;
}

.header-buttons .follow-holder .follow-box .artist-data--left img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
}

.header-buttons .follow-holder .follow-box .artist-data--right p {
  font-weight: 500;
  text-align: left;
}

.header-buttons .follow-holder .follow-box .artist-data--right .btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2ebd59;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin-top: 1rem;
  border-radius: 2rem;
  text-decoration: none;
  color: #222;
}

.header-buttons .follow-holder .follow-box .artist-data--right .btn-green img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.header-buttons .follow-holder .follow-box .artist-data--right .btn-green:hover {
  background-color: rgba(46, 189, 89, 0.6);
}

.header-buttons .follow-holder .follow-box .artist-data--right .btn-green:visited {
  color: #222 !important;
}

.header-buttons .follow-holder .follow-box .artist-data--right .btn-green:active {
  color: #222 !important;
}

.header-buttons .social-share {
  position: relative;
  margin-top: 0.8rem;
}

.header-buttons .social-share button {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(34, 34, 34, 0.2);
  border-radius: 0.4rem;
  color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: inherit;
}

.header-buttons .social-share button img {
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.header-buttons .social-share button:hover {
  background-color: #222222;
}

.header-buttons .social-share .icons-holder {
  position: absolute;
  bottom: -9.6rem;
  right: -9.2rem;
}

.header-buttons .social-share .icons-holder .show-icon {
  display: -ms-grid !important;
  display: grid !important;
}

.header-buttons .social-share .icons-holder ul {
  width: 18rem;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  list-style: none;
  background-color: white;
  display: none;
}

.header-buttons .social-share .icons-holder ul li.facebook {
  background-color: #3b5998;
}

.header-buttons .social-share .icons-holder ul li.twitter {
  background-color: #6cdfea;
}

.header-buttons .social-share .icons-holder ul li.tumblr {
  background-color: #32506d;
}

.header-buttons .social-share .icons-holder ul li.pinterest {
  background-color: #c5282f;
}

.header-buttons .social-share .icons-holder ul li.reddit {
  background-color: #a1caf2;
}

.header-buttons .social-share .icons-holder ul li.email {
  background-color: #42c5b0;
}

.header-buttons .social-share .icons-holder ul li {
  width: 6rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header-buttons .social-share .icons-holder ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-buttons .social-share .icons-holder ul li a:visited {
  color: #222 !important;
}

.header-buttons .social-share .icons-holder ul li a:active {
  color: #222 !important;
}

a {
  color: #222 !important;
}

.header-buttons .social-share .icons-holder ul li a.fb-icon {
  background-image: url(./images/facebook-white.svg);
}

.header-buttons .social-share .icons-holder ul li a.tw-icon {
  background-image: url(./images/twitter-white.svg);
}

.header-buttons .social-share .icons-holder ul li a.tumbir-icon {
  background-image: url(./images/tumblr-white.svg);
}

.header-buttons .social-share .icons-holder ul li a.pinterest-icon {
  background-image: url(./images/pinterest-white.svg);
}

.header-buttons .social-share .icons-holder ul li a.reddit-icon {
  background-image: url(./images/reddit-white.svg);
}

.header-buttons .social-share .icons-holder ul li a.email-icon {
  background-image: url(./images/email-white.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.fb-icon {
  background-image: url(./images/facebook-dark.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.tw-icon {
  background-image: url(./images/twitter-dark.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.tumbir-icon {
  background-image: url(./images/tumblr-dark.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.pinterest-icon {
  background-image: url(./images/pinterest-dark.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.reddit-icon {
  background-image: url(./images/reddit-dark.svg);
}

.header-buttons .social-share .icons-holder ul li:hover a.email-icon {
  background-image: url(./images/email-dark.svg);
}

@media (max-width: 768px) {
  .header-buttons .social-share {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media (max-width: 550px) {
  .header-buttons .social-share {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (max-width: 550px) {
  .header-buttons {
    display: none;
  }
}

.header .music-box {
  max-width: 37rem;
  width: 100%;
  height: auto;
  margin: 2rem;
  margin-right: 0.4rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.header .music-box_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.header .music-box_content--img {
  width: 100%;
  height: 37rem;
  background-image: url(./images/lost-horizons.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header .music-box_content--img img {
  width: 15rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.header .music-box_content--img .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}

.header .music-box_content--img:hover .overlay {
  opacity: 1;
}

.header .music-box_content--img:hover img {
  opacity: 1;
}

@media (max-width: 550px) {
  .header .music-box_content--img {
    height: 43rem;
  }
}

@media (max-width: 400px) {
  .header .music-box_content--img {
    height: 37rem;
  }
}

.header .music-box_content--player {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.header .music-box_content--player audio {
  display: none;
}

.header .music-box_content--player .play-pause {
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .music-box_content--player .play-pause button {
  width: 3.8rem;
  height: 3.8rem;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.header .music-box_content--player .play-pause button img {
  width: 100%;
  height: 100%;
  color: #aaaaaa;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.header .music-box_content--player .play-pause button img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header .music-box_content--player .seek-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 2rem;
}

.header .music-box_content--player .seek-bar input {
  width: 100%;
  -webkit-appearance: none;
  height: 0.3rem;
  vertical-align: middle;
  border-radius: 2rem;
  background-color: #6c6c6c;
  outline: none;
  cursor: pointer;
}

.header .music-box_content--player .seek-bar input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #343434;
  cursor: pointer;
}

.header .music-box_content--player #seek {
  display: block;
  width: 100%;
}

.header .music-box_content--player .duration {
  margin-left: 2rem;
}

.header .music-box_content--player .duration span {
  font-size: 1.6rem;
  color: #222;
}

@media (max-width: 550px) {
  .header .music-box_content--player {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 550px) {
  .header .music-box_content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

@media (max-width: 550px) {
  .header .music-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: #f7f7f7;
  }
}

@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 550px) {
  .header {
    padding: 0;
    background-image: none;
  }
}

.data {
  width: 100%;
  height: auto;
  margin: 4rem auto 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.data .album-name {
  font-size: 4rem;
  font-weight: normal;
  font-weight: 300;
}

.data .artist-name {
  font-size: 2.4rem;
  margin-top: 0.8rem;
  font-style: italic;
  font-weight: 300;
}

.data .get {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 300;
}

.data .btn-holder {
  margin-top: 1.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.data .btn-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  padding: 1rem 2rem;
  border: 1px solid #222;
  border-radius: 5rem;
  font-size: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.data .btn-holder a:visited {
  color: #222 !important;
}

.data .btn-holder a:active {
  color: #222 !important;
}

.data .btn-holder a .spotify {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(./images/spotify-dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.data .btn-holder a .deezer {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(./images/deezer-dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.data .btn-holder a .apple {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(./images/apple-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.data .btn-holder a .itunes {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(./images/itunes-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.data .btn-holder a:hover .itunes {
  background-image: url(./images/itunes-white.svg);
}

.data .btn-holder a:hover .apple {
  background-image: url(./images/apple-white.svg);
}

.data .btn-holder a:hover .deezer {
  background-image: url(./images/deezer-light.svg);
}

.data .btn-holder a:hover .spotify {
  background-image: url(./images/spotify-light.svg);
}

.data .btn-holder a:hover {
  color: #e5e5e5 !important;
  background-color: #222 !important;
}

@media (max-width: 550px) {
  .data .btn-holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.data .released {
  font-size: 1.6rem;
  margin-top: 4rem;
  font-weight: 300;
}

.data .youtube-img {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(./images/youtube-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1.2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.data .youtube-img:hover {
  background-image: url(./images/youtube-white.svg);
}

.data .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

.data .share-buttons .follow-holder {
  position: relative;
  display: none;
}

.data .share-buttons .follow-holder button {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.4rem;
  color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: inherit;
  margin-right: 2rem;
}

.data .share-buttons .follow-holder button img {
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.data .share-buttons .follow-holder button:hover {
  background-color: #222222;
}

.data .share-buttons .follow-holder .show-follow {
  display: block !important;
}

.data .share-buttons .follow-holder .follow-box {
  width: 22.2rem;
  height: auto;
  background-color: white;
  position: absolute;
  top: -12.2rem;
  right: -11.4rem;
  padding: 1rem;
  display: none;
}

.data .share-buttons .follow-holder .follow-box p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
}

.data .share-buttons .follow-holder .follow-box .artist-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  border-top: 1px solid #222;
  padding-top: 1rem;
}

.data .share-buttons .follow-holder .follow-box .artist-data--left {
  margin-right: 1.2rem;
}

.data .share-buttons .follow-holder .follow-box .artist-data--left img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
}

.data .share-buttons .follow-holder .follow-box .artist-data--right p {
  font-weight: 500;
  text-align: left;
}

.data .share-buttons .follow-holder .follow-box .artist-data--right .btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2ebd59;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin-top: 1rem;
  border-radius: 2rem;
  text-decoration: none;
  color: #222;
}

.data .share-buttons .follow-holder .follow-box .artist-data--right .btn-green img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}

.data .share-buttons .follow-holder .follow-box .artist-data--right .btn-green:hover {
  background-color: rgba(46, 189, 89, 0.6);
}

.data .share-buttons .follow-holder .follow-box .artist-data--right .btn-green:visited {
  color: #222 !important;
}

.data .share-buttons .follow-holder .follow-box .artist-data--right .btn-green:active {
  color: #222 !important;
}

@media (max-width: 550px) {
  .data .share-buttons .follow-holder {
    display: inline-block;
  }
}

.data .share-buttons .social-share {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
}

.data .share-buttons .social-share button {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.4rem;
  color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: inherit;
}

.data .share-buttons .social-share button img {
  width: 2rem;
  margin-right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
}

.data .share-buttons .social-share .icons-holder {
  position: absolute;
  bottom: -9.3rem;
  right: -10rem;
}

.data .share-buttons .social-share .icons-holder .show-icon-phone {
  display: -ms-grid !important;
  display: grid !important;
}

.data .share-buttons .social-share .icons-holder ul {
  width: 18rem;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  list-style: none;
  background-color: white;
  display: none;
}

.data .share-buttons .social-share .icons-holder ul li.facebook {
  background-color: #3b5998;
}

.data .share-buttons .social-share .icons-holder ul li.twitter {
  background-color: #6cdfea;
}

.data .share-buttons .social-share .icons-holder ul li.tumblr {
  background-color: #32506d;
}

.data .share-buttons .social-share .icons-holder ul li.pinterest {
  background-color: #c5282f;
}

.data .share-buttons .social-share .icons-holder ul li.reddit {
  background-color: #a1caf2;
}

.data .share-buttons .social-share .icons-holder ul li.email {
  background-color: #42c5b0;
}

.data .share-buttons .social-share .icons-holder ul li {
  width: 6rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.data .share-buttons .social-share .icons-holder ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.data .share-buttons .social-share .icons-holder ul li a:visited {
  color: #222 !important;
}

.data .share-buttons .social-share .icons-holder ul li a:active {
  color: #222 !important;
}

.data .share-buttons .social-share .icons-holder ul li a.fb-icon {
  background-image: url(./images/facebook-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li a.tw-icon {
  background-image: url(./images/twitter-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li a.tumbir-icon {
  background-image: url(./images/tumblr-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li a.pinterest-icon {
  background-image: url(./images/pinterest-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li a.reddit-icon {
  background-image: url(./images/reddit-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li a.email-icon {
  background-image: url(./images/email-white.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.fb-icon {
  background-image: url(./images/facebook-dark.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.tw-icon {
  background-image: url(./images/twitter-dark.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.tumbir-icon {
  background-image: url(./images/tumblr-dark.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.pinterest-icon {
  background-image: url(./images/pinterest-dark.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.reddit-icon {
  background-image: url(./images/reddit-dark.svg);
}

.data .share-buttons .social-share .icons-holder ul li:hover a.email-icon {
  background-image: url(./images/email-dark.svg);
}

@media (max-width: 768px) {
  .data .share-buttons .social-share {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 550px) {
  .data .share-buttons .social-share {
    display: block;
  }
}

.footer {
  width: 100%;
  max-width: 850px;
  margin: 5rem auto 2rem auto;
  border-top: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.footer p {
  font-size: 1.3rem;
  font-weight: 300;
}

.footer p a:visited {
  color: #222 !important;
}

.footer p a:active {
  color: #222 !important;
}

.footer .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.footer .img-holder a img {
  height: 3.5rem;
}

.footer .img-holder a:first-child {
  margin-right: 2rem;
}

.footer .img-holder a:visited {
  color: #222 !important;
}

.footer .img-holder a:active {
  color: #222 !important;
}
/*# sourceMappingURL=style.css.map */