@font-face {
	font-family: 'Conv_Middle Beat';
	src: url('../fonts/Middle Beat.eot');
	src: local('☺'),
    url('../fonts/Middle Beat.woff') format('woff'),
    url('../fonts/Middle Beat.ttf') format('truetype'),
    url('../fonts/Middle Beat.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  background-color: #fff;
  min-height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

.container--main { max-width: 1040px }

svg:first-child { display: none }

::-webkit-scrollbar {
  background-color: rgba(255,255,255,.05);
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #fff;
}

.animated-text {
	left: 200px;
	opacity: 0.1;
	position: relative;
	visibility: hidden;
}

section.active .animated-text {
	left: 0;
	opacity: 1;
	visibility: visible;
}
