header {
  display: block; }

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

*, *:before, *:after {
       box-sizing: border-box; }

body {
  margin: 0;
  color: #fff;
  font-family: Museo, Raleway, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  background-image: radial-gradient(circle, #39323e, #262029);
  background-size: cover;
  background-attachment: fixed; }

h1 {
  margin: 0 0 20px; }

a {
  text-decoration: none;
  color: #61d8ba; }

.center-aligned {
  text-align: center; }

.container.shrinked {
  padding: 0 200px; }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .container.shrinked {
      padding: 0 100px; } }
  @media screen and (max-width: 990px) {
    .container.shrinked {
      padding: 0 20px; } }

@font-face {
  font-family: "Deftone Stylus";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/deftone.ttf") format("truetype"); }
@font-face {
  font-family: "Museo";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Museo300-Regular.otf"); }
@font-face {
  font-family: "Museo";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Museo500-Regular.otf"); }
@font-face {
  font-family: "Museo";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Museo700-Regular.otf"); }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.site-header {
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 600px) {
    .site-header a.button {
      font-size: 14px;
      font-size: 0.7777777778em; } }
  @media screen and (max-width: 600px) {
    .site-header {
      white-space: nowrap;
      padding: 50px 0; } }

.logo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #4d4552;
  background-image: -webkit-linear-gradient(#4d4552, #3e3742);
  background-image: linear-gradient(#4d4552, #3e3742);
  padding-top: 60px;
  margin: 0 20px;
  font-family: "Deftone Stylus", Georgia, serif;
  font-weight: normal;
  font-size: 48px;
  font-size: 2.6666666667em;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-indent: -10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 600px) {
    .logo {
      width: 130px;
      height: 130px;
      margin: 0 10px;
      padding-top: 40px;
      font-size: 40px;
      font-size: 2.2222222222em; } }
  .logo:hover {
    box-shadow: inset 0 0 0 100px #61d8ba; }
  .logo a {
    display: block;
    color: white; }

.section-title {
  font-size: 48px;
  font-size: 2.6666666667em;
  font-weight: 300; }
  .section-title span {
    color: #61d8ba; }
