.authors {
    text-decoration: none !important;
    font-weight: bold;
    color:#005669;
}
body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f9f9f9;
    color: #333;
    cursor:default;
}

header {
    background-color: #ffffff;
    padding: 3rem 3rem;
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 3rem;
}

header h1 {
    padding:0;
    margin:0;
}

h1,h2,h3,h4,h5 {
    cursor: default;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1rem;
}

p {
    font-family: "Lato", sans-serif;
    font-style: normal;
}

p.description {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    text-align: justify;
    margin-bottom:0.75rem;
}

.cite {
    font-size: small;
    color: #005669;
    position:relative;
    bottom:5px;
}

main {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.intro-block {
    background-color:white;
    padding-top:1.5rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    max-width:750px;
    text-align:left;
    margin: 0 auto;
}
.intro-block p {
    margin:0px;
    padding:0px;
    cursor:default;
}

.step-block {
    background-color:white;
    padding:1.8rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    max-width:800px;
    text-align:left;
    margin: 0 auto;
    margin-top:2rem;

    border: 1px solid #DEE2E6;
}

.step-block p {
    padding-left:1rem;
}

.form-check {
    padding:1rem;
    padding-left:2rem;
}

.logo {
    height: 50px;
    margin-bottom: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

.language-switcher {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
  }
  
  .language-switcher select {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: inherit;
    cursor: pointer;
}

.notabene-text {
    font-size: small;
}

.alert {
    border-radius: 0 !important;
    text-align: justify;
}