@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap);
body {
    margin: 0;
    color: #333333;
    font-family: "Lato","Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: #fff;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: static;
    box-sizing: border-box;
    margin: 0;
    background-color: #333333;
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
}

.header-wrapper {
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    min-height: 64px;
}

.logo {
    margin: 0px 16px 0px 0px;
    font-family: "Lato","Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu {
    display: flex;
    -moz-box-flex: 1;
    flex-grow: 1;
}

.login {
    -moz-box-flex: 0;
    flex-grow: 0;
}

.login a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.875rem;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

.hero {
    background: url("../images/waterfall.jpg") center center no-repeat rgb(68, 68, 68);
    height: 200px;
}

.callout {
    color: rgb(51, 51, 51);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    overflow: hidden;
    min-width: 275px;
    background-color: rgb(131, 130, 130);
}

h1 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: "Lato","Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
}

.card-body {
    margin: 16px 0 16px;
    padding: 0 16px 0 16px;
    color: rgb(240, 240, 240);
    font-size: 16px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
}

.card-footer {
    margin: 0 0 16px 0;
    padding-left: 16px;
    font-family: "Lato", "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(240, 240, 240);
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
}

.content {
    margin: 16px 0px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    -moz-osx-font-smoothing: grayscale;
}

.button {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: currentcolor none 0px;
    border: 0px none;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Lato", "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(62, 145, 204);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    -moz-osx-font-smoothing: grayscale;
}

.app h4, .app h2 {
    font-size: 1.5rem;
    color: #444444;
}
.app p {
    color: #585d62;
}