/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
}
.big {
  display: table;
  width:100%;
  height: 90vh;
  cursor: pointer;
}
#animation_container {
  margin: 0 auto;
  display: table;
  position: relative;
}
.mini {
  display: table-cell; vertical-align: middle;
}
.social {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
a {
  font-family: 'MuseoSansCyrl-700', sans-serif;
  color: #fff;
  text-decoration: underline;
  padding: 1rem 0.5rem 1rem 0.5rem;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #666;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:after {
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
p {
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.mail {
  display: block;
  position: relative;
  margin: 0.9rem;
  text-decoration: none;
}
.mail:hover, .mail:after {
  color: #666;
}
h1 {
  font-size: 4rem;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h2 {
  font-size: 3rem;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), 
       url('../fonts/MuseoSansCyrl-500.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700.woff') format('woff'), 
       url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-900';
  src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900.woff') format('woff'), 
       url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
h1 {
  font-size: 2.2rem;
  font-family: 'MuseoSansCyrl-900', sans-serif;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.social {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
a {
    font-family: 'MuseoSansCyrl-700', sans-serif;
    color: #fff;
    text-decoration: underline;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    transition: all 0.3s ease-in-out;
    display: block;
}

  }

