html,
body {
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  /*font-family: Raleway;
    opacity: 0;*/
}

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.9vw;
  font-weight: 300;
  line-height: 2.5vw;
  text-rendering: optimizeLegibility;
  text-align: left;
  position: relative;
}

.container {
  position: absolute;
  width: 30%;
  opacity: 0;
  top: 3vw;
  left: 8.3vw;
}

.txt {
  display: block;
  font-family: 'Abril Fatface', cursive;
  color: #000000;
}

.social-row {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: 3.3vw;
  right: 8.3vw;
  width: 20vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  opacity: 0;
}

.social-row .social-icon {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-row .social-icon:hover {
  opacity: 0.4;
}

.social-row .codepen img,
.social-row .instagram img {
  height: 1.53vw;
  width: auto;
}

.social-row .facebook img {
  height: 1.53vw;
  width: auto;
}

.social-row .twitter img {
  height: 1.35vw;
  width: auto;
}

.social-row .dribbble img {
  height: 1.55vw;
  width: auto;
}

.title {
  font-size: 3.7vw;
  line-height: 5.2vw;
}

.subtitle {
  font-family: 'Arvo', serif;
  font-size: 1.25vw;
  padding-top: 3.1vw;
}

.bc-logo {
  margin-bottom: 11.7vw;
}

.bc-logo img {
  width: 10.2vw;
}

@media screen and (max-width: 768px) {
  .container {
    position: absolute;
    width: 60%;
    top: 11vw;
    left: 8.3vw;
  }
  .bc-logo {
    margin-bottom: 47vw;
    width: inherit;
  }
  .bc-logo img {
    width: 30vw;
  }
  .title {
    font-size: 12vw;
    line-height: 16vw;
  }
  .subtitle {
    font-size: 3.5vw;
    padding-top: 8vw;
  }
  .social-row {
    margin-top: 11vw;
    width: 83.4vw;
    top: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 11vw;
  }
  .social-row .codepen img,
  .social-row .instagram img {
    height: 5vw;
    width: auto;
  }
  .social-row .facebook img {
    height: 5vw;
    width: auto;
  }
  .social-row .twitter img {
    height: 5vw;
    width: auto;
  }
  .social-row .dribbble img {
    height: 5vw;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .container {
    width: 40%;
    top: 5vw;
    left: 8.3vw;
  }
  .bc-logo {
    margin-bottom: 7vw;
  }
  .bc-logo img {
    width: 16vw;
  }
  .title {
    font-size: 5vw;
    line-height: 6vw;
  }
  .subtitle {
    font-size: 2.5vw;
    padding-top: 3vw;
  }
  .social-row {
    margin-top: 0;
    width: 25vw;
    top: 7vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: auto;
  }
  .social-row .codepen img,
  .social-row .instagram img {
    height: 2.6vw;
    width: auto;
  }
  .social-row .facebook img {
    height: 2.6vw;
    width: auto;
  }
  .social-row .twitter img {
    height: 2.6vw;
    width: auto;
  }
  .social-row .dribbble img {
    height: 2.6vw;
    width: auto;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    width: 60%;
    top: 9vw;
  }
  .bc-logo {
    margin-bottom: 35vw;
  }
  .bc-logo img {
    width: 22vw;
  }
  .title {
    font-size: 10vw;
    line-height: 12vw;
  }
  .subtitle {
    font-size: 3.5vw;
    padding-top: 8vw;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container {
    width: 40%;
    top: 5vw;
  }
  .bc-logo {
    margin-bottom: 17vw;
  }
  .bc-logo img {
    width: 13vw;
  }
  .title {
    font-size: 5vw;
    line-height: 7vw;
  }
  .subtitle {
    font-size: 2.5vw;
    padding-top: 3vw;
  }
  .social-row {
    width: 25vw;
    top: 6vw;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .social-row .codepen img,
  .social-row .instagram img {
    height: 2vw;
    width: auto;
  }
  .social-row .facebook img {
    height: 2vw;
    width: auto;
  }
  .social-row .twitter img {
    height: 2vw;
    width: auto;
  }
  .social-row .dribbble img {
    height: 2vw;
    width: auto;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container {
    bottom: 14vw;
  }
  .social-row {
    width: 38vw;
    top: 10.6vw;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: auto;
  }
  .social-row .codepen img,
  .social-row .instagram img {
    height: 3.3vw;
    width: auto;
  }
  .social-row .facebook img {
    height: 3.3vw;
    width: auto;
  }
  .social-row .twitter img {
    height: 3.3vw;
    width: auto;
  }
  .social-row .dribbble img {
    height: 3.3vw;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */