@import url("//hello.myfonts.net/count/2c4dc6");

/**
 * @license
 * MyFonts Webfont Build ID 2903494, 2014-10-16T12:41:30-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2903494
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * Copyright 2014 MyFonts Inc
*/

@font-face {
  font-family: "Proxima Nova";
  font-weight: "bold";
  src: url("webfonts/2C4DC6_7_0.woff2") format("woff2");
}

body {
  color: white;
  background: #1ba2e3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

#sociobot {
  display: inline-block;
  width: 93px;
  height: 105px;
  margin-bottom: 27px;
  background: url(sociobot.svg);
}

h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 37px;
}

.goodbye-text {
  margin-bottom: 26px;
}

.login-text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 74px;
}

.goodbye-text a:any-link {
  color: #ffe16e;
}

.login-text a:any-link {
  color: white;
}
