
h1 {
    font-size: 3.5rem;
}
  

body .bg {
    background-image: url(../../images/home/linzk_med.png), url(../../images/home/yellow_polly.svg);
    background-repeat: no-repeat;
    background-size: 35%,75%;
    background-attachment: local;
    background-position: 85% 10%, right 10%;
  
}

.art-item p {
    text-align: left;
}

.art-item a  {
    color: #ffe354;
}

.art-item a:active  {
    color: #ffe354;
    font-weight: bold;
}

.art-item a:visited {
    color: white;
}

.art-item a:hover {
    color: white;

}
.art-item img {
    width: 100%;
}
.art-item h3 {
    font-weight: bold;
}

#home-header {
height: 450px;
}

#home-header header h1 {
padding-top: 2rem;
}

@media screen and (max-width: 900px) {
    #home-header {
        height: 300px;
    }
    #home-header h1 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 500px) {
    #home-header h1 {
        font-size: 2rem;
    }
    
    #home-header {
        height: 250px;
    }
}