body {
  background: #FFF;
  font-family: 'Muli', sans-serif;
  /*font-family:'Roboto', sans-serif;*/
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  outline: 0;
  width: 100%;
}

a, a:hover, a:visited {
    color: #58a8dc;
    text-decoration: none;
}

.page h1 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.page h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
}

.page h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
}

.page p {
    font-size: 16px;
    line-height: 1.5;
}


.fullwidth-top-border {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 3px solid #cccccc;
}

#header {
    margin-bottom: 75px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 32px;
}

#site-logo {
    font-size: 32px;
    font-weight: bold;
}

#site-logo a {
    color: #333333;
}

#site-menu {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#site-menu a {
    color: #333333;
}

.alert {
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    margin-bottom: 32px;
    padding: 16px;
    margin-top: 32px;
    border-radius: 4px;
}

.error-alert {
    background: #e1546c;
    color: #fff;
}

.friendly-alert {
    border: 2px solid #50d2bc;
}

.card-list:first-child {
    margin-top: 32px;
}

.card-list:last-child {
    margin-bottom: 32px;
}

.card-list .card {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.card-list .card-inner {
    padding-left: 16px;
    padding-right: 16px;
}

.card-list .card-inner:first-child {
    padding-top: 16px;
}

.card-list .card-inner:last-child {
    padding-bottom: 16px;
}

.card-list .title {
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
}

.card-list .description {
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    opacity: .6;
}

.card-list .linkcode {
    margin-top: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
}

#footer {
    padding-bottom: 16px;
    font-size: 12px;
    text-align: center;
}

#footer a {
    margin-left: 4px;
    margin-right: 4px;
}

@media (max-width: 768px) {

}
