.content-block {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px; ;
}

@media(min-width: 900px){
    .content-block{
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media(min-width: 1200px){
    .content-block{
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-banner {
    position: relative;
    display: flex;
    justify-content: center;
}

body.quarto-light .hero-banner{
    background-color: rgb(240,245,248);
}

body.quarto-dark .hero-banner {
    background-color: #273E4E;
}

.hero-banner h1{
    font-size: 2.5rem;
}

body.quarto-light .hero-banner h1 {
    color: #39729E;
}

body.quarto-dark .hero-banner h1 {
    color: #b9d2eE;
}

.hero-banner .hero-image{
    position: absolute;
    display: none;
    height: auto;
}

.hero-banner .content-block{
    display: flex;
    flex-direction: row;
}

.hero-banner .content-block .hero-animation{
    margin-left: 180px;
    margin-top: 5px;
    width: 280px;
    height: 380px;
}

.hero-banner .content-block .hero-animation img {
    width: 280px;
    height: 380px;
}

@media (min-width: 1000px) {
.hero-banner .hero-image {
    display: initial;
    width: 290px;
}
}

@media(min-width: 1200px) {
    .hero-banner .hero-image{
    width: 340px;
}
}

@media (min-width: 1400px) {
.hero-banner .hero-image {
    width: 440px;
}
}

.hero-banner .hero-image p {
    margin-bottom: 0;
}

.hero-banner .hero-image-left {
    left: 0;
    bottom: 0;
}

.hero-banner .hero-image-right {
    right: 0;
    bottom: 0;
}


.hero-banner .content-block {
    z-index: 2;
}

@media(max-width: 1200px) {
    .hero-banner .content-block{
        max-width: 660px;
    }
    .hero-banner .content-block .hero-animation{
        display: none;
    }
}

.hero-banner h3 {
    margin-top: 1.3rem;
    margin-bottom: 1,3rem;
}

.hero-banner a:not(.btn){
    text-decoration:underline;
    text-underline-offset: 3px;
}

.hero-banner a[role="button"] {
    margin-bottom: 0;
}

.hero-banner ui{
    padding-inline-start: 21px;
    font-size: 1.1rem;
}

.hero-banner ul li {
    padding-bottom: 0.8rem;
}

.hello-quarto-banner .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border: none;
    border-bottom: 2px solid #39729E;
    color: #39729E;
    background-color: transparent;
}

.feature{
    margin-top: 20px;
}

.features{
    padding-bottom: 2em;
}

@media(min-width: 800px){
    .features{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 0 -30px;
        width: calc(100% +30px);
    }
    .feature{
        width: calc(33% - 30px);
        margin: 20px 0 0 30px;
    }
}

.feature h3{
    margin-top: 0;
}

body.quarto-light .alt-background{
    background-color: rgb(247,249,251);
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

body.quarto-dark .alt-background {
    background-color: #17212B;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}

.get-started{
    text-align: center;
}

.get-started h3 {
   margin-top: 1rem;
   margin-bottom: 2rem;
}

nav.page-navigation {
  display: none;
}