html, body {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  background: #FBD8D7;
  color: #2400C9; }
  html.block, body.block {
    overflow: hidden; }

a {
  color: #FBDFDE; }
  a:hover {
    color: #FBDFDE; }

button, a {
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

a, button, input {
  outline: none !important;
  outline: 0 !important; }

*:focus {
  outline: none; }

h1 {
  font-size: 35px;
  margin: 0; }

h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600; }

@media (min-width: 768px) {
  h1 {
    font-size: 35px; }

  h2 {
    font-size: 18px; } }
.bg {
  position: fixed;
  bottom: 76px;
  left: 30px;
  width: 100%;
  height: calc(100% - 240px);
  background-repeat: no-repeat;
  background-image: url(../images/bg.jpg);
  background-position: -30px center;
  background-size: cover;
  z-index: -1; }

.brand {
  position: fixed;
  top: 35px;
  left: 30px;
  margin: 0;
  font-family: 'Anton', sans-serif; }

.social {
  position: fixed;
  bottom: 15px;
  left: 30px;
  white-space: nowrap; }
  .social a {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 36px;
    background: #2400C9;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 0;
    opacity: .90;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .social a:nth-child(4) {
      display: none; }
    .social a:last-child {
      margin-left: 20px; }
      .social a:last-child:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: -11px;
        width: 2px;
        background: #2400C9;
        height: 100%; }
    .social a:hover img {
      opacity: .75; }
    .social a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.45);
      -webkit-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }

.work {
  left: 30px;
  top: 90px;
  position: fixed;
  margin: 0; }

.link {
  position: fixed;
  left: 30px;
  top: 113px; }
  .link span {
    display: none; }
  .link a {
    color: #2400C9; }

@media (min-width: 375px) {
  .social a:nth-child(4) {
    display: inline-block; } }
@media (min-width: 768px) {
  .bg {
    top: 0;
    bottom: auto;
    height: 100%;
    left: 0px;
    background-position: center center; }

  .brand {
    top: 45px;
    left: 53px;
    transform-origin: bottom left;
    transform: rotate(-90deg) translate(-80%, 100%); }

  .social {
    bottom: 48px;
    right: 60px;
    left: auto; }

  .work {
    left: 60px;
    bottom: 60px;
    top: auto; }

  .link {
    left: auto;
    right: 60px;
    top: 60px;
    display: block;
    margin: 0; }
    .link span {
      display: inline-block; } }

/*# sourceMappingURL=app.css.map */
