    p {
      font-size: 1.1rem;
    }
    /*
     * NOT USED */
    .bottom-align-text {
      position: absolute;
      bottom: 0;
      right: 0;
    }
    /*
     * Important: minimum page height. */
    .page-height {
      min-height: 520px!important;
    }
    /*
     * Black background (used). */
    .blk-background {
      background-color: #000;
    }

    /*
     * Hack: navigation toggle (used). */
    .hard-right {
      position: absolute;
      right:0;
      margin-right: 1rem;
    }
    /*
     * Hack: white navigation name (used). */
    .really-white {
      color: white!important;
    }
    /*
     * Navigation: border. */
     .border-secondary {
       border-bottom: 2px solid #282828!important;
     }
    /*     
     * Absolute center, for forms (used). */     
    .center_div {
        margin: 0 auto;
        width:80%; 
    }
    .button-center {
        margin: 0 auto;
        width:30%; 
    }