@font-face {
    font-family: "GothamSSm";
    src: url("./GothamSSm-Book.otf") format("opentype");
    font-weight: 400;
    text-rendering: optimizeLegibility;
  }

@font-face {
    font-family: "GTWalsheim";
    src: url("./GT-Walsheim-Black.otf") format("opentype");
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    overflow: auto;
    height: 100%;
}

.bs-container {
    height: 100%;
}

.bs-layout {
    width: 100%;
    height: 100%;
}

.bs-layout .grid {
    width: 100%;
    min-height: 100%;
    margin: 0;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.bs-layout .image.welcome {
    margin-top: 2rem;
    width: 32rem;
}

.bs-layout .grid .welcome-text {
    font-family: "GothamSSm", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: rgba(81, 81, 81, 0.75);
}

.bs-layout .grid .welcome-text .button {
    margin-top: 2.7857rem;
}

.bs-layout .grid .welcome-text .button.get-started {
    width: 16.625rem;
}

.bs-layout .ui.primary.button {
    background-color: #288bed;
}

.bs-layout .ui.primary.button:hover {
    background-color: #0697d8;
}

.bs-layout .ui.padded{
    padding: 2.5rem;
}

.bs-layout .ui.header {
    margin: auto;
    margin-bottom: 2.5714rem;
    font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.625rem;
    line-height: 1.15;
    color: #423e43;
}

.bs-layout .welcome-block {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    padding: 0px;
    margin: auto 0px;
    max-width: 48rem;
}

.bs-layout p.quickhelp-link {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.bs-layout p.quickhelp-link a {
    color: #288bed;
    cursor: pointer;
}

.bs-layout p.quickhelp-link a:hover {
    color: #0697d8;
    text-decoration: underline;
}