.Button {
  border-radius: 5px;
  border: 2px solid #EEE;
  padding: 8px 10px;
  color: #333;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background: transparent; }
  .Button:hover {
    cursor: pointer;
    background-color: #F8f8f8; }
  .Button.Button--full {
    width: 100%; }
  .Button.Button--half:first-of-type {
    margin-right: 5px; }
  .Button.Button--half:last-of-type {
    margin-left: 5px; }
  .Button.Button--third:nth-of-type(1) {
    margin-right: 5px; }
  .Button.Button--third:nth-of-type(2) {
    margin: 0 5px; }
  .Button.Button--third:nth-of-type(3) {
    margin-left: 5px; }
  .Button.Button--blue {
    background: #28affa;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px -1px #0598ea inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0px -1px #0598ea inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(79, 145, 200, 0.5);
    border: 1px solid #0598ea;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative; }
    .Button.Button--blue:hover {
      border: 1px solid #5ba7e1; }
  .Button.Button--plain {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff; }
    .Button.Button--plain:hover {
      background: #EEE;
      background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD));
      background: linear-gradient(#EEE, #DDD); }
  .Button.Button--outline {
    border-radius: 5px;
    border: 2px solid #EEE;
    padding: 8px 10px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: transparent; }
    .Button.Button--outline:hover {
      background-color: #F8f8f8; }
  .Button.Button--bouncy {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5db6e8), color-stop(85%, #168eda), color-stop(90%, #168eda), to(#1d93dd));
    background: linear-gradient(#5db6e8, #168eda 85%, #168eda 90%, #1d93dd);
    border: 1px solid #4d93d7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding: 0 14px;
    color: #fff; }
  .Button.Button--square {
    background-color: #61adf0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ab5f2), to(#53a0ee));
    background-image: linear-gradient(#6ab5f2, #53a0ee);
    -webkit-box-shadow: inset 0 1px 1px #77bdf4, 0 2px 2px -1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 1px #77bdf4, 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: 1px solid #4d93d7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
    .Button.Button--square:hover {
      background: #5fabf1;
      color: #fff; }
  .Button.Button--teeny {
    padding: 8px 10px;
    border: 1px solid #bfc8d3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.05), inset 0 1px #fff, 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -3px rgba(0, 0, 0, 0.05), inset 0 1px #fff, 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #f1f4f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(#e8ebf0));
    background-image: linear-gradient(#f7faff, #e8ebf0);
    font-size: 12px;
    line-height: 12px;
    color: #737c93;
    text-shadow: 0 1px #fff; }
    .Button.Button--teeny:active {
      background-color: #eef1f6;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e8ebf0), to(#f7faff));
      background-image: linear-gradient(#e8ebf0, #f7faff);
      -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
              box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
  .Button.Button--small {
    max-width: 200px;
    padding: 0; }
  .Button.Button--large {
    max-width: 300px;
    padding: 0; }
  .Button.Button--with-icon {
    height: 50px;
    line-height: 50px;
    padding: 0; }
    .Button.Button--with-icon .Button__icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 49px;
      border-right: 1px solid #0598ea;
      background-image: url("/assets/svg/bitnami-icon.svg");
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .Button.Button--with-icon .Button__text {
      margin-left: 50px;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0 50px; }
  .Button.Button--outline-bare {
    color: #fff;
    padding: .75rem 1.25rem;
    border: 2px solid #fff;
    border-radius: 4px;
    background: transparent;
    text-decoration: none;
    -webkit-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out, -webkit-transform .1s ease-out;
    transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out, -webkit-transform .1s ease-out;
    transition: transform .1s ease-out, border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    transition: transform .1s ease-out, border .1s ease-out, background-color .15s ease-out, color .1s ease-out, -webkit-transform .1s ease-out;
    margin: 2rem 0; }
    .Button.Button--outline-bare:hover {
      -webkit-transform: scale(1.01562);
              transform: scale(1.01562);
      background-color: #fff;
      color: #1f1f1f; }
  .Button.Button--basecamp {
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-width: 3px;
    color: #1f1f1f;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    -webkit-appearance: none; }
    .Button.Button--basecamp:hover {
      background-color: #e8fff5;
      cursor: pointer;
      text-decoration: none; }
  .Button.Button--borderScale {
    display: inline-block;
    background: #fff; }
    .Button.Button--borderScale::before, .Button.Button--borderScale::after {
      z-index: 10;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: scale(0);
              transform: scale(0);
      border-radius: 3px;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    .Button.Button--borderScale::before {
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      border-bottom: 1px solid #2dd7aa;
      border-left: 1px solid #2dd7aa; }
    .Button.Button--borderScale::after {
      -webkit-transform-origin: top right;
              transform-origin: top right;
      border-right: 1px solid #2dd7aa; }
    .Button.Button--borderScale:hover {
      color: #2dd7aa; }
    .Button.Button--borderScale:hover::after, .Button.Button--borderScale:hover::before {
      -webkit-transform: scale(1);
              transform: scale(1); }

html,
body {
  height: 100vh;
  padding: 0;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main {
  width: 100%;
  min-height: 100%;
  background-color: #f39c12;
  font-family: 'Lato', 'serif';
  color: #fff; }
  main .half {
    width: 50%;
    height: 100%;
    float: left; }
    @media screen and (max-width: 750px) {
      main .half {
        width: 100%;
        height: 50%;
        float: none; } }
  main .explain {
    position: relative;
    padding: 0 100px 0 40px;
    max-width: 600px; }
    @media screen and (max-width: 750px) {
      main .explain {
        padding: 0px 30px; } }
    main .explain h1 {
      font-size: 2.8em;
      font-weight: 700; }
      main .explain h1 > span {
        font-weight: 300; }
  main .center, main #svg-wrap {
    position: relative;
    height: auto;
    top: 45%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%); }
  main #svg-wrap {
    padding: 75px;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  main svg path, main svg line {
    stroke: #fff;
    stroke-width: 2px; }
  main svg path {
    fill: transparent; }
