@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900&subset=latin,latin-ext);
/* line 5, ../sass/_mytype.sass */
body {
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 15, ../sass/_mytype.sass */
p {
  color: white;
}
/* line 17, ../sass/_mytype.sass */
p.intro {
  text-align: center;
  font-weight: 300;
  font-size: 5vw;
}
@media (min-width: 480px) {
  /* line 17, ../sass/_mytype.sass */
  p.intro {
    font-size: 4.5vw;
  }
}
@media (min-width: 600px) {
  /* line 17, ../sass/_mytype.sass */
  p.intro {
    font-size: 3.5vw;
  }
}
@media (min-width: 900px) {
  /* line 17, ../sass/_mytype.sass */
  p.intro {
    font-size: 2.5vw;
  }
}
@media (min-width: 1100px) {
  /* line 17, ../sass/_mytype.sass */
  p.intro {
    font-size: 2vw;
  }
}
/* line 29, ../sass/_mytype.sass */
p b {
  font-weight: bold;
}

/* line 1, ../sass/_mybase.sass */
html {
  height: 100%;
}

/* line 4, ../sass/_mybase.sass */
body {
  background-color: #11172d;
  background-size: cover;
  background-image: url("../assets/background.jpg");
}

/* line 10, ../sass/_mybase.sass */
#logo {
  background: url("../assets/logo-white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 3rem;
  margin-bottom: 1vw;
  overflow: auto;
}

/* line 19, ../sass/_mybase.sass */
.wrapper {
  width: calc(50% + 320px);
  max-width: 70%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  max-height: 80%;
  position: absolute;
}

/* line 31, ../sass/_mybase.sass */
.social {
  margin-top: 1vw;
}
/* line 33, ../sass/_mybase.sass */
.social img {
  width: auto;
  height: 1.5em;
  margin: 1vw;
}
/* line 36, ../sass/_mybase.sass */
.social img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -webkit-opacity: 0.8;
}
