/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/* Interactive
   ========================================================================== */

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

body {
	/*background: #694b5e;
	 background: linear-gradient(to left, #694b5e, #BE5869); */
	height: 100vh;
	color:#FFF;
  font-family: 'Lato', sans-serif;
}


.youtube-link, .youtube-link-dark {
  padding:5px 5px;
  cursor:pointer;

  margin-bottom:8px;
  display:inline-block;
  font-size:20px;
  color:#fdffe4;
  text-decoration:none;
}

.fa-play:before {content:"\f04b"}
.fa-play-circle:before {content:"\f144"}
.fa-playstation:before {content:"\f3df"}

